Skip to content

Commit

Permalink
chore: bump up vite version to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 6cbf5b2 commit 4921f78
Show file tree
Hide file tree
Showing 8 changed files with 404 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
"packageManager": "yarn@4.0.1",
"resolutions": {
"vite": "^4.4.11",
"vite": "^5.0.0",
"array-buffer-byte-length": "npm:@nolyfill/array-buffer-byte-length@latest",
"array-includes": "npm:@nolyfill/array-includes@latest",
"array.prototype.flat": "npm:@nolyfill/array.prototype.flat@latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"nanoid": "^5.0.3",
"react": "^18.2.0",
"rxjs": "^7.8.1",
"vite": "^4.4.11",
"vite": "^5.0.0",
"vite-plugin-dts": "3.6.0",
"vitest": "0.34.6",
"yjs": "^13.6.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"vite": "^4.4.11",
"vite": "^5.0.0",
"vite-plugin-dts": "3.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/common/y-indexeddb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@blocksuite/blocks": "0.0.0-20231205045113-03964196-nightly",
"@blocksuite/store": "0.0.0-20231205045113-03964196-nightly",
"fake-indexeddb": "^5.0.0",
"vite": "^4.4.11",
"vite": "^5.0.0",
"vite-plugin-dts": "3.6.0",
"vitest": "0.34.6",
"y-indexeddb": "^9.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/y-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@blocksuite/store": "0.0.0-20231205045113-03964196-nightly",
"vite": "^4.4.11",
"vite": "^5.0.0",
"vite-plugin-dts": "3.6.0",
"vitest": "0.34.6",
"yjs": "^13.6.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"storybook": "^7.5.3",
"storybook-dark-mode": "^3.0.1",
"typescript": "^5.3.2",
"vite": "^4.4.11",
"vite": "^5.0.0",
"vitest": "0.34.6",
"yjs": "^13.6.10"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"dotenv": "^16.3.1",
"vite": "^4.4.11"
"vite": "^5.0.0"
},
"peerDependencies": {
"ts-node": "*"
Expand Down
Loading

0 comments on commit 4921f78

Please sign in to comment.