Skip to content

Commit e5a47d1

Browse files
authored
March 2025 updates (#103)
1 parent 1fde914 commit e5a47d1

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Diff for: package-lock.json

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

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"html-minifier-terser": "^7.2.0",
3333
"lint-staged": "^15.4.3",
3434
"npm-run-all": "^4.1.5",
35-
"prettier": "^3.5.2",
35+
"prettier": "^3.5.3",
3636
"rimraf": "^6.0.1",
3737
"simple-git-hooks": "^2.11.1",
3838
"tailwindcss": "^3.4.17",

Diff for: 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: "JavaScriptMN In-Person: Steve Kinney",
17+
date: new Date("2025-03-19T17:30-05:00"),
18+
link: "https://www.meetup.com/javascriptmn/events/304046418/",
19+
location: "Datasite, 733 S Marquette Ave Unit 600, Minneapolis, MN",
20+
},
1521
{
1622
title: "February Event: Open Floor Show/Tell and Discussion",
1723
date: new Date("2025-02-26T18:00-06:00"),

0 commit comments

Comments
 (0)