Skip to content

Commit 85e1c15

Browse files
authored
November 2023 updates (#89)
- November 2023 event - Update deps
1 parent aab605a commit 85e1c15

File tree

3 files changed

+59
-44
lines changed

3 files changed

+59
-44
lines changed

package-lock.json

Lines changed: 52 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"prettier": "^3.0.3",
3636
"rimraf": "^5.0.5",
3737
"simple-git-hooks": "^2.9.0",
38-
"tailwindcss": "^3.3.3",
38+
"tailwindcss": "^3.3.5",
3939
"terser": "^5.22.0"
4040
},
4141
"repository": {

src/globals/events.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
* @type {JSMNEvent[]}
1313
*/
1414
module.exports = [
15+
{
16+
title: "November Event: Open Floor Show/Tell and Discussion",
17+
date: new Date("2023-11-29T18:00-06:00"),
18+
link: "https://www.meetup.com/javascriptmn/events/290546192/",
19+
location: "Virtual",
20+
},
1521
{
1622
title: "October Event: Open Floor Show/Tell and Discussion",
1723
date: new Date("2023-10-25T18:00-05:00"),

0 commit comments

Comments
 (0)