Skip to content

Commit b0c6b9e

Browse files
committed
chore: upgrade dependencies
1 parent 290292b commit b0c6b9e

File tree

3 files changed

+329
-333
lines changed

3 files changed

+329
-333
lines changed

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"containerEnv": {
2323
"ASTRO_TELEMETRY_DISABLED": "1"
2424
},
25-
"postCreateCommand": "npm install -g [email protected] pnpm@10.17.1"
25+
"postCreateCommand": "npm install -g [email protected] pnpm@10.18.0"
2626
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"url": "https://github.com/openscript-ch/openscript.ch/issues"
1212
},
1313
"repository": "github:openscript-ch/openscript.ch",
14-
"packageManager": "pnpm@10.17.1",
14+
"packageManager": "pnpm@10.18.0",
1515
"scripts": {
1616
"predev": "pnpm build:sprite",
1717
"prebuild": "pnpm build:sprite",
@@ -53,14 +53,14 @@
5353
},
5454
"devDependencies": {
5555
"@changesets/cli": "^2.29.7",
56-
"@eslint/js": "^9.36.0",
56+
"@eslint/js": "^9.37.0",
5757
"@openscript/unplugin-favicons": "^1.1.8",
5858
"@types/mdast": "^4.0.4",
59-
"@types/node": "^24.6.2",
59+
"@types/node": "^24.7.0",
6060
"@typescript-eslint/parser": "^8.45.0",
6161
"@vitest/coverage-v8": "3.2.4",
6262
"astro-eslint-parser": "^1.2.2",
63-
"eslint": "^9.36.0",
63+
"eslint": "^9.37.0",
6464
"eslint-config-prettier": "^10.1.8",
6565
"eslint-plugin-astro": "^1.3.1",
6666
"eslint-plugin-jsx-a11y": "^6.10.2",

0 commit comments

Comments
 (0)