Skip to content

Commit

Permalink
Dedupe vite
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Nov 26, 2024
1 parent 686f224 commit d94dc9c
Show file tree
Hide file tree
Showing 8 changed files with 218 additions and 305 deletions.
4 changes: 2 additions & 2 deletions examples/container-with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"test": "vitest run"
},
"dependencies": {
"astro": "^5.0.0-beta.11",
"@astrojs/react": "^3.7.0-beta.1",
"astro": "^5.0.0-beta.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^2.1.4"
"vitest": "^2.1.6"
},
"devDependencies": {
"@types/react": "^18.3.12",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"dependencies": {
"astro": "^5.0.0-beta.11",
"vitest": "^2.1.4"
"vitest": "^2.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"sass": "^1.80.6",
"undici": "^6.20.1",
"unified": "^11.0.5",
"vitest": "^2.1.1"
"vitest": "^2.1.6"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/test/fixtures/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
},
"dependencies": {
"astro": "workspace:*",
"vitest": "^2.1.1"
"vitest": "^2.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/db/test/fixtures/ticketing-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@astrojs/check": "^0.9.4",
"@astrojs/db": "workspace:*",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.2",
"@astrojs/react": "workspace:*",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-react": "^4.3.4",
"ultrahtml": "^1.5.3",
"vite": "^6.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"test": "astro-scripts test \"test/**/*.test.js\""
},
"dependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/compiler-sfc": "^3.5.12",
"vite-plugin-vue-devtools": "^7.6.3",
"vite": "^6.0.0"
"vite": "^6.0.0",
"vite-plugin-vue-devtools": "^7.6.3"
},
"devDependencies": {
"astro": "workspace:*",
Expand Down
Loading

0 comments on commit d94dc9c

Please sign in to comment.