Skip to content

Commit e3a5ab7

Browse files
authoredApr 4, 2025··
April 2025 updates (#104)
- Add April 2025 event - Update dependencies
1 parent e5a47d1 commit e3a5ab7

File tree

3 files changed

+92
-110
lines changed

3 files changed

+92
-110
lines changed
 

‎package-lock.json

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

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"@mightyplow/eleventy-plugin-cache-buster": "^1.1.3",
2828
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
2929
"@tailwindcss/typography": "^0.5.16",
30-
"autoprefixer": "^10.4.20",
30+
"autoprefixer": "^10.4.21",
3131
"cross-env": "^7.0.3",
3232
"html-minifier-terser": "^7.2.0",
33-
"lint-staged": "^15.4.3",
33+
"lint-staged": "^15.5.0",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.5.3",
3636
"rimraf": "^6.0.1",
37-
"simple-git-hooks": "^2.11.1",
37+
"simple-git-hooks": "^2.12.1",
3838
"tailwindcss": "^3.4.17",
3939
"terser": "^5.39.0"
4040
},

‎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: "April Event: Open Floor Show/Tell and Discussion",
17+
date: new Date("2025-04-30T18:00-05:00"),
18+
link: "https://www.meetup.com/javascriptmn/events/306446941/",
19+
location: "Virtual",
20+
},
1521
{
1622
title: "JavaScriptMN In-Person: Steve Kinney",
1723
date: new Date("2025-03-19T17:30-05:00"),

0 commit comments

Comments
 (0)
Please sign in to comment.