Skip to content

Commit

Permalink
chore(deps): upgrade to vite 5.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Sep 24, 2024
1 parent ac94a4b commit 5014d24
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 37 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": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "5.6.2",
"vite": "^5.3.5"
"vite": "^5.4.7"
}
}
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
},
"devDependencies": {
"chokidar": "^3.6.0",
"vite": "^5.3.5"
"vite": "^5.4.7"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"semver": "^7.3.5",
"turbo": "^2.1.2",
"typescript": "5.6.2",
"vite": "^5.3.5",
"vite": "^5.4.7",
"vite-tsconfig-paths": "^4.3.2",
"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 @@ -128,7 +128,7 @@
"semver": "^7.3.5",
"semver-compare": "^1.0.0",
"tar": "^6.1.11",
"vite": "^5.3.5",
"vite": "^5.4.7",
"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 @@ -261,7 +261,7 @@
"use-device-pixel-ratio": "^1.1.0",
"use-hot-module-reload": "^2.0.0",
"use-sync-external-store": "^1.2.0",
"vite": "^5.3.5",
"vite": "^5.4.7",
"yargs": "^17.3.0"
},
"devDependencies": {
Expand Down
116 changes: 84 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5014d24

Please sign in to comment.