From 502e1bc6695cae4e1d9487d780616343359732bc Mon Sep 17 00:00:00 2001 From: Brian Mitchell Date: Tue, 4 Mar 2025 18:21:05 -0600 Subject: [PATCH 1/2] Add March 2025 event --- src/globals/events.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/globals/events.js b/src/globals/events.js index 082b73b..c9c0c8b 100644 --- a/src/globals/events.js +++ b/src/globals/events.js @@ -12,6 +12,12 @@ * @type {JSMNEvent[]} */ module.exports = [ + { + title: "JavaScriptMN In-Person: Steve Kinney", + date: new Date("2025-03-19T17:30-05:00"), + link: "https://www.meetup.com/javascriptmn/events/304046418/", + location: "Datasite, 733 S Marquette Ave Unit 600, Minneapolis, MN", + }, { title: "February Event: Open Floor Show/Tell and Discussion", date: new Date("2025-02-26T18:00-06:00"), From adcdb716220872e885144290239ce033cf08fd34 Mon Sep 17 00:00:00 2001 From: Brian Mitchell Date: Tue, 4 Mar 2025 18:22:05 -0600 Subject: [PATCH 2/2] Update deps --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a494f13..3cbf087 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "html-minifier-terser": "^7.2.0", "lint-staged": "^15.4.3", "npm-run-all": "^4.1.5", - "prettier": "^3.5.2", + "prettier": "^3.5.3", "rimraf": "^6.0.1", "simple-git-hooks": "^2.11.1", "tailwindcss": "^3.4.17", @@ -4598,9 +4598,9 @@ } }, "node_modules/prettier": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", - "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index eb539e0..8b63920 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "html-minifier-terser": "^7.2.0", "lint-staged": "^15.4.3", "npm-run-all": "^4.1.5", - "prettier": "^3.5.2", + "prettier": "^3.5.3", "rimraf": "^6.0.1", "simple-git-hooks": "^2.11.1", "tailwindcss": "^3.4.17",