Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fa-sharp committed Oct 26, 2024
1 parent 69e1a54 commit 93b3c83
Show file tree
Hide file tree
Showing 5 changed files with 611 additions and 784 deletions.
12 changes: 6 additions & 6 deletions astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.28.2",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.10",
"@astrojs/starlight": "^0.28.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"devDependencies": {
"@abc-editor/react": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"svgo": "^3.3.2",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
"vitest": "^2.1.3"
},
"dependencies": {
"tonal": "^6.3.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-react": "^4.3.3",
"clsx": "^2.1.1",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.14",
"puro": "^0.8.4",
"typescript": "^5.6.2",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.3",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vite-tsconfig-paths": "^5.0.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 93b3c83

Please sign in to comment.