Skip to content

Commit ae592a8

Browse files
committed
chore: upgrade dependencies
1 parent 0d76537 commit ae592a8

File tree

4 files changed

+222
-240
lines changed

4 files changed

+222
-240
lines changed

.changeset/honest-lions-punch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openscript-ch-website": patch
3+
---
4+
5+
Upgrade dependencies

.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] [email protected].2"
25+
"postCreateCommand": "npm install -g [email protected] [email protected].3"
2626
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@fontsource/fira-mono": "^5.2.7",
3737
"@fontsource/pt-sans": "^5.2.8",
3838
"@nanostores/i18n": "^1.2.2",
39-
"astro": "^5.14.3",
39+
"astro": "^5.14.6",
4040
"astro-loader-i18n": "^0.9.1",
4141
"astro-nanostores-i18n": "^0.2.1",
4242
"embla-carousel": "^8.6.0",
@@ -53,14 +53,14 @@
5353
},
5454
"devDependencies": {
5555
"@changesets/cli": "^2.29.7",
56-
"@eslint/js": "^9.37.0",
56+
"@eslint/js": "^9.38.0",
5757
"@openscript/unplugin-favicons": "^1.1.8",
5858
"@types/mdast": "^4.0.4",
59-
"@types/node": "^24.7.1",
60-
"@typescript-eslint/parser": "^8.46.0",
59+
"@types/node": "^24.8.1",
60+
"@typescript-eslint/parser": "^8.46.1",
6161
"@vitest/coverage-v8": "3.2.4",
6262
"astro-eslint-parser": "^1.2.2",
63-
"eslint": "^9.37.0",
63+
"eslint": "^9.38.0",
6464
"eslint-config-prettier": "^10.1.8",
6565
"eslint-plugin-astro": "^1.3.1",
6666
"eslint-plugin-jsx-a11y": "^6.10.2",
@@ -72,7 +72,7 @@
7272
"prettier-plugin-astro": "^0.14.1",
7373
"sirv": "^3.0.2",
7474
"typescript": "^5.9.3",
75-
"typescript-eslint": "^8.46.0",
75+
"typescript-eslint": "^8.46.1",
7676
"vitest": "3.2.4"
7777
},
7878
"pnpm": {

0 commit comments

Comments
 (0)