Skip to content

Commit

Permalink
fix(deps): upgrade vite to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Nov 30, 2023
1 parent 962c11c commit c968882
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 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.2.15",
"@vitejs/plugin-react": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"vite": "^5.0.4"
}
}
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
},
"devDependencies": {
"chokidar": "^3.5.3",
"vite": "^4.5.0"
"vite": "^5.0.4"
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"semver": "^7.3.5",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"vite": "^5.0.4",
"yargs": "^17.3.0"
},
"optionalDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"rimraf": "^3.0.2",
"rxjs": "^7.8.1",
"styled-components": "^6.1.1",
"vite": "^4.5.0"
"vite": "^5.0.4"
},
"peerDependencies": {
"react": "^16.9 || ^17 || ^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"use-device-pixel-ratio": "^1.1.0",
"use-hot-module-reload": "^1.0.1",
"use-sync-external-store": "^1.2.0",
"vite": "^4.5.0",
"vite": "^5.0.4",
"yargs": "^17.3.0"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14225,9 +14225,9 @@ rollup-plugin-esbuild@^6.1.0:
get-tsconfig "^4.7.2"

rollup@^3.27.1:
version "3.27.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.27.2.tgz#59adc973504408289be89e5978e938ce852c9520"
integrity sha512-YGwmHf7h2oUHkVBT248x0yt6vZkYQ3/rvE5iQuVBh3WO8GcJ6BNeOkpoX1yMHIiBm18EMLjBPIoUDkhgnyxGOQ==
version "3.29.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
optionalDependencies:
fsevents "~2.3.2"

Expand Down Expand Up @@ -16195,7 +16195,7 @@ [email protected]:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vite@^4.3.8, vite@^4.4.10, vite@^4.4.9, vite@^4.5.0:
vite@^4.3.8, vite@^4.4.10, vite@^4.4.9:
version "4.5.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.0.tgz#ec406295b4167ac3bc23e26f9c8ff559287cff26"
integrity sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==
Expand All @@ -16206,10 +16206,10 @@ vite@^4.3.8, vite@^4.4.10, vite@^4.4.9, vite@^4.5.0:
optionalDependencies:
fsevents "~2.3.2"

vite@^5.0.0:
version "5.0.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.2.tgz#3c94627dace83b9bf04b64eaf618038e30fb95c0"
integrity sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g==
vite@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.4.tgz#d984d2aaa8bac30f1ca9b9eea9b97e052f88c307"
integrity sha512-RzAr8LSvM8lmhB4tQ5OPcBhpjOZRZjuxv9zO5UcxeoY2bd3kP3Ticd40Qma9/BqZ8JS96Ll/jeBX9u+LJZrhVg==
dependencies:
esbuild "^0.19.3"
postcss "^8.4.31"
Expand Down

0 comments on commit c968882

Please sign in to comment.