Skip to content

Commit 5354bd1

Browse files
authored
May 2024 updates (#94)
- Update dependencies - Att May 2024 event
1 parent 713d103 commit 5354bd1

File tree

3 files changed

+57
-50
lines changed

3 files changed

+57
-50
lines changed

package-lock.json

+49-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
2727
"@mightyplow/eleventy-plugin-cache-buster": "^1.1.3",
2828
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
29-
"@tailwindcss/typography": "^0.5.12",
29+
"@tailwindcss/typography": "^0.5.13",
3030
"autoprefixer": "^10.4.19",
3131
"cross-env": "^7.0.3",
3232
"html-minifier": "^4.0.0",
@@ -36,7 +36,7 @@
3636
"rimraf": "^5.0.5",
3737
"simple-git-hooks": "^2.11.1",
3838
"tailwindcss": "^3.4.3",
39-
"terser": "^5.30.3"
39+
"terser": "^5.31.0"
4040
},
4141
"repository": {
4242
"type": "git",

src/globals/events.js

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
* @type {JSMNEvent[]}
1313
*/
1414
module.exports = [
15+
{
16+
title: "May Event: Open Floor Show/Tell and Discussion",
17+
date: new Date("2024-05-29T18:00-05:00"),
18+
link: "https://www.meetup.com/javascriptmn/events/298926933/",
19+
location: "Virtual",
20+
},
1521
{
1622
title: "April Event: Open Floor Show/Tell and Discussion",
1723
date: new Date("2024-04-24T18:00-05:00"),

0 commit comments

Comments
 (0)