Skip to content

Commit

Permalink
fix: revert back to vite v5 (#8362)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge authored and juice49 committed Jan 22, 2025
1 parent c506eb3 commit 44e6dd5
Show file tree
Hide file tree
Showing 7 changed files with 450 additions and 357 deletions.
2 changes: 1 addition & 1 deletion dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.7.3",
"vite": "^6.0.9"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"@million/lint": "1.0.14",
"babel-plugin-react-compiler": "19.0.0-beta-decd7b8-20250118",
"chokidar": "^3.6.0",
"vite": "^6.0.9"
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"semver": "^7.3.5",
"turbo": "^2.3.3",
"typescript": "5.7.3",
"vite": "^6.0.7",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.8",
"yargs": "^17.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"semver": "^7.3.5",
"semver-compare": "^1.0.0",
"tar": "^6.1.11",
"vite": "^6.0.7",
"vite": "^5.4.11",
"vitest": "^2.1.8",
"which": "^2.0.2",
"xdg-basedir": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
"use-sync-external-store": "^1.2.0",
"uuid": "^11.0.5",
"valibot": "0.31.1",
"vite": "^6.0.7",
"vite": "^5.4.11",
"yargs": "^17.3.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion perf/efps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"sanity": "workspace:*",
"serve-handler": "^6.1.5",
"source-map": "^0.7.4",
"vite": "^6.0.7",
"vite": "^5.4.11",
"yargs": "17.3.0"
}
}
795 changes: 444 additions & 351 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 44e6dd5

Please sign in to comment.