Skip to content

Commit ac08cf5

Browse files
committed
Minor upgrades
1 parent ecd1cae commit ac08cf5

File tree

3 files changed

+1732
-1021
lines changed

3 files changed

+1732
-1021
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ yarn-error.log*
4444

4545
# typescript
4646
*.tsbuildinfo
47-
next-env.d.ts
47+
next-env.d.ts
48+
/deno.lock

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"build-member-files": "src/content/members/**/*.ts"
2323
},
2424
"dependencies": {
25-
"@eslint/eslintrc": "^3.3.1",
26-
"@eslint/js": "^9.37.0",
25+
"@eslint/eslintrc": "^3.3.3",
26+
"@eslint/js": "^9.39.1",
2727
"@heroicons/react": "^2.2.0",
2828
"@imgix/js-core": "^3.8.0",
2929
"@mdx-js/loader": "^3.1.1",
@@ -35,16 +35,16 @@
3535
"bootstrap": "^4.6.2",
3636
"calendar-link": "^2.11.0",
3737
"front-matter": "^4.0.2",
38-
"graphql": "^16.11.0",
39-
"graphql-request": "^7.2.0",
38+
"graphql": "^16.12.0",
39+
"graphql-request": "^7.3.5",
4040
"hast-util-to-string": "^2.0.0",
4141
"hastscript": "^8.0.0",
4242
"leaflet": "^1.9.4",
4343
"leaflet.markercluster": "^1.5.3",
4444
"luxon": "^3.7.2",
4545
"markdown-it": "^13.0.2",
4646
"mdast-util-toc": "^7.1.0",
47-
"next": "15.5.5",
47+
"next": "^15.5.6",
4848
"npm-watch": "^0.13.0",
4949
"react": "19.2.0",
5050
"react-dom": "19.2.0",
@@ -64,28 +64,28 @@
6464
"unified": "^10.1.2"
6565
},
6666
"devDependencies": {
67-
"@faker-js/faker": "^10.0.0",
68-
"@netlify/plugin-nextjs": "^5.13.5",
67+
"@faker-js/faker": "^10.1.0",
68+
"@netlify/plugin-nextjs": "^5.15.1",
6969
"@types/leaflet": "^1.9.21",
7070
"@types/leaflet.markercluster": "^1.5.6",
7171
"@types/luxon": "^3.7.1",
72-
"@types/node": "^24.7.2",
73-
"@types/react": "^19.2.2",
74-
"@types/react-dom": "^19.2.2",
72+
"@types/node": "^24.10.1",
73+
"@types/react": "^19.2.7",
74+
"@types/react-dom": "^19.2.3",
7575
"@types/require-dir": "^1.0.4",
7676
"@types/sanitize-html": "^2.16.0",
7777
"all-contributors-cli": "^6.26.1",
7878
"concurrently": "^9.2.1",
7979
"cross-env": "^10.1.0",
80-
"esbuild": "^0.25.10",
81-
"eslint": "^9.37.0",
80+
"esbuild": "^0.25.12",
81+
"eslint": "^9.39.1",
8282
"eslint-config-next": "15.5.5",
83-
"netlify-cli": "^23.9.1",
83+
"netlify-cli": "^23.12.2",
8484
"postcss": "^8.5.6",
85-
"prettier": "^3.6.2",
86-
"sass": "^1.93.2",
85+
"prettier": "^3.7.3",
86+
"sass": "^1.94.2",
8787
"tailwindcss": "^3.4.18",
88-
"tsx": "^4.20.6",
88+
"tsx": "^4.21.0",
8989
"typescript": "^5.9.3"
9090
},
9191
"overrides": {

0 commit comments

Comments
 (0)