Skip to content

Commit 85d6d4a

Browse files
committed
chore: upgrade dependencies
1 parent 520aaff commit 85d6d4a

File tree

7 files changed

+552
-310
lines changed

7 files changed

+552
-310
lines changed

.devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414
}
1515
},
16-
"postCreateCommand": "npm install -g [email protected] pnpm@10.16.1",
16+
"postCreateCommand": "npm install -g [email protected] pnpm@10.17.0",
1717
"forwardPorts": [
1818
4321
1919
]

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@astrojs/mdx": "^4.3.5",
77
"@nanostores/i18n": "^1.2.2",
8-
"astro": "^5.13.7",
8+
"astro": "^5.13.9",
99
"astro-loader-i18n": "workspace:*",
1010
"astro-nanostores-i18n": "workspace:*",
1111
"limax": "^4.1.0"

libs/astro-loader-i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
"devDependencies": {
3434
"@codecov/vite-plugin": "^1.9.1",
3535
"@eslint/js": "^9.35.0",
36-
"@types/node": "^24.4.0",
36+
"@types/node": "^24.5.2",
3737
"@vitest/coverage-v8": "^3.2.4",
38-
"astro": "^5.13.7",
38+
"astro": "^5.13.9",
3939
"astro-utils-i18n": "workspace:*",
4040
"eslint": "^9.35.0",
4141
"globals": "^16.4.0",
4242
"tslib": "^2.8.1",
4343
"typescript": "^5.9.2",
44-
"typescript-eslint": "^8.43.0",
44+
"typescript-eslint": "^8.44.0",
4545
"vite": "^6.3.6",
4646
"vite-plugin-dts": "^4.5.4",
4747
"vitest": "^3.2.4"

libs/astro-nanostores-i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"devDependencies": {
4545
"@codecov/vite-plugin": "^1.9.1",
4646
"@eslint/js": "^9.35.0",
47-
"@types/node": "^24.4.0",
47+
"@types/node": "^24.5.2",
4848
"@vitest/coverage-v8": "^3.2.4",
49-
"astro": "^5.13.7",
49+
"astro": "^5.13.9",
5050
"astro-utils-i18n": "workspace:*",
5151
"eslint": "^9.35.0",
5252
"globals": "^16.4.0",
5353
"tslib": "^2.8.1",
54-
"typescript-eslint": "^8.43.0",
54+
"typescript-eslint": "^8.44.0",
5555
"vite": "^6.3.6",
5656
"vite-plugin-dts": "^4.5.4",
5757
"vitest": "^3.2.4"

libs/astro-utils-i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
"devDependencies": {
3737
"@codecov/vite-plugin": "^1.9.1",
3838
"@eslint/js": "^9.35.0",
39-
"@types/node": "^24.4.0",
39+
"@types/node": "^24.5.2",
4040
"@vitest/coverage-v8": "^3.2.4",
41-
"astro": "^5.13.7",
41+
"astro": "^5.13.9",
4242
"eslint": "^9.35.0",
4343
"globals": "^16.4.0",
4444
"tslib": "^2.8.1",
45-
"typescript-eslint": "^8.43.0",
45+
"typescript-eslint": "^8.44.0",
4646
"vite": "^6.3.6",
4747
"vite-plugin-dts": "^4.5.4",
4848
"vitest": "^3.2.4"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@nx/eslint": "21.5.2",
2424
"@nx/vite": "21.5.2",
2525
"@nx/web": "21.5.2",
26-
"@types/node": "^24.4.0",
26+
"@types/node": "^24.5.2",
2727
"@vitest/ui": "^3.2.4",
2828
"eslint": "^9.35.0",
2929
"eslint-config-prettier": "^10.1.8",
@@ -33,7 +33,7 @@
3333
"nx": "21.5.2",
3434
"prettier": "^3.6.2",
3535
"typescript": "^5.9.2",
36-
"typescript-eslint": "^8.43.0",
36+
"typescript-eslint": "^8.44.0",
3737
"vite": "^6.3.6"
3838
},
3939
"pnpm": {

0 commit comments

Comments
 (0)