Skip to content

Commit 8a14fd1

Browse files
committed
update deps
1 parent 5e181b2 commit 8a14fd1

5 files changed

Lines changed: 412 additions & 301 deletions

File tree

astro/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/check": "^0.9.4",
15-
"@astrojs/react": "^4.2.1",
16-
"@astrojs/starlight": "^0.32.4",
15+
"@astrojs/react": "^4.2.4",
16+
"@astrojs/starlight": "^0.34.0",
1717
"@types/react": "^18.3.20",
18-
"@types/react-dom": "^18.3.5",
19-
"astro": "^5.5.4",
18+
"@types/react-dom": "^18.3.6",
19+
"astro": "^5.7.2",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"sharp": "^0.33.5",
23-
"typescript": "^5.8.2"
23+
"typescript": "^5.8.3"
2424
},
2525
"devDependencies": {
2626
"@abc-editor/react": "workspace:^",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"devDependencies": {
1717
"prettier": "^3.5.3",
1818
"rimraf": "^6.0.1",
19-
"typescript": "^5.8.2"
19+
"typescript": "^5.8.3"
2020
}
2121
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@typescript-eslint/parser": "^7.18.0",
4343
"eslint": "^8.57.1",
4444
"svgo": "^3.3.2",
45-
"vite": "^5.4.15",
45+
"vite": "^5.4.18",
4646
"vite-plugin-dts": "^4.5.3",
4747
"vite-tsconfig-paths": "^5.1.4",
4848
"vitest": "^2.1.9"

packages/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@
3838
"react-dom": "^18"
3939
},
4040
"devDependencies": {
41-
"@types/node": "^22.13.13",
41+
"@types/node": "^22.14.1",
4242
"@types/react": "^18.3.20",
43-
"@types/react-dom": "^18.3.5",
43+
"@types/react-dom": "^18.3.6",
4444
"@typescript-eslint/eslint-plugin": "^7.18.0",
4545
"@typescript-eslint/parser": "^7.18.0",
46-
"@vitejs/plugin-react": "^4.3.4",
46+
"@vitejs/plugin-react": "^4.4.0",
4747
"clsx": "^2.1.1",
4848
"eslint": "^8.57.1",
49-
"eslint-plugin-react": "^7.37.4",
49+
"eslint-plugin-react": "^7.37.5",
5050
"eslint-plugin-react-hooks": "^4.6.2",
5151
"eslint-plugin-react-refresh": "^0.4.19",
5252
"puro": "^0.8.4",
53-
"typescript": "^5.8.2",
53+
"typescript": "^5.8.3",
5454
"typescript-plugin-css-modules": "^5.1.0",
55-
"vite": "^5.4.15",
55+
"vite": "^5.4.18",
5656
"vite-plugin-dts": "^4.5.3",
5757
"vite-tsconfig-paths": "^5.1.4"
5858
},

0 commit comments

Comments
 (0)