Skip to content

Commit d2e33f7

Browse files
authored
November 2024 updates (#99)
- Add December in-person event - Update dependencies
1 parent ee478ea commit d2e33f7

File tree

3 files changed

+53
-47
lines changed

3 files changed

+53
-47
lines changed

Diff for: package-lock.json

+46-46
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
@@ -35,7 +35,7 @@
3535
"prettier": "^3.3.3",
3636
"rimraf": "^6.0.1",
3737
"simple-git-hooks": "^2.11.1",
38-
"tailwindcss": "^3.4.14",
38+
"tailwindcss": "^3.4.15",
3939
"terser": "^5.36.0"
4040
},
4141
"repository": {

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 Co-hosted by Frontend Masters and Datasite",
17+
date: new Date("2024-12-04T17:30-06:00"),
18+
link: "https://www.meetup.com/javascriptmn/events/304599650/",
19+
location: "Datasite, 733 S Marquette Ave Unit 600, Minneapolis, MN",
20+
},
1521
{
1622
title: "October Event: Open Floor Show/Tell and Discussion",
1723
date: new Date("2024-10-30T18:00-05:00"),

0 commit comments

Comments
 (0)