Skip to content

Commit e978019

Browse files
authored
February 2026 updates (#112)
- Add February 2026 event - Update dependencies
1 parent 8d115bd commit e978019

File tree

3 files changed

+101
-71
lines changed

3 files changed

+101
-71
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"@mightyplow/eleventy-plugin-cache-buster": "^1.1.3",
2828
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
2929
"@tailwindcss/typography": "^0.5.19",
30-
"autoprefixer": "^10.4.23",
30+
"autoprefixer": "^10.4.24",
3131
"cross-env": "^10.1.0",
3232
"html-minifier-terser": "^7.2.0",
3333
"lint-staged": "^16.2.7",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.8.1",
36-
"rimraf": "^6.1.2",
36+
"rimraf": "^6.1.3",
3737
"simple-git-hooks": "^2.13.1",
3838
"tailwindcss": "^3.4.19",
3939
"terser": "^5.46.0"

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: "February Event: Open Floor Show/Tell and Discussion",
17+
date: new Date("2026-02-25T18:00-06:00"),
18+
link: "https://www.meetup.com/javascriptmn/events/313105536/",
19+
location: "Virtual",
20+
},
1521
{
1622
title: "January Event: Open Floor Show/Tell and Discussion",
1723
date: new Date("2026-01-28T18:00-06:00"),

0 commit comments

Comments
 (0)