Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent d70701d commit 95fc774
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"size-limit": "11.1.6",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-plugin-magical-svg": "1.3.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rimraf": "6.0.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/core-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"rimraf": "6.0.1",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/db-main-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"tsup": "8.3.0",
"tsx": "4.19.1",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"tslib": "2.8.0",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"tailwindcss": "3.4.14",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vite": "5.4.9",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7936,7 +7936,7 @@ __metadata:
rimraf: "npm:6.0.1"
tsup: "npm:8.3.0"
typescript: "npm:5.6.3"
vite: "npm:5.4.9"
vite: "npm:5.4.10"
vite-tsconfig-paths: "npm:5.0.1"
vitest: "npm:2.1.3"
peerDependencies:
Expand Down Expand Up @@ -7975,7 +7975,7 @@ __metadata:
tsup: "npm:8.3.0"
tsx: "npm:4.19.1"
typescript: "npm:5.6.3"
vite: "npm:5.4.9"
vite: "npm:5.4.10"
vite-tsconfig-paths: "npm:5.0.1"
vitest: "npm:2.1.3"
peerDependencies:
Expand Down Expand Up @@ -8085,7 +8085,7 @@ __metadata:
tslib: "npm:2.8.0"
tsup: "npm:8.3.0"
typescript: "npm:5.6.3"
vite: "npm:5.4.9"
vite: "npm:5.4.10"
vite-tsconfig-paths: "npm:5.0.1"
vitest: "npm:2.1.3"
languageName: unknown
Expand Down Expand Up @@ -8134,7 +8134,7 @@ __metadata:
tailwindcss: "npm:3.4.14"
tsup: "npm:8.3.0"
typescript: "npm:5.6.3"
vite: "npm:5.4.9"
vite: "npm:5.4.10"
vite-tsconfig-paths: "npm:5.0.1"
vitest: "npm:2.1.3"
peerDependencies:
Expand Down Expand Up @@ -15626,7 +15626,7 @@ __metadata:
tailwindcss: "npm:3.4.14"
type-fest: "npm:4.26.1"
typescript: "npm:5.6.3"
vite: "npm:5.4.9"
vite: "npm:5.4.10"
vite-plugin-magical-svg: "npm:1.3.0"
vite-tsconfig-paths: "npm:5.0.1"
vitest: "npm:2.1.3"
Expand Down Expand Up @@ -20590,7 +20590,7 @@ __metadata:
rimraf: "npm:6.0.1"
tailwindcss: "npm:3.4.14"
typescript: "npm:5.6.3"
vite: "npm:5.4.9"
vite: "npm:5.4.10"
vite-plugin-svgr: "npm:4.2.0"
vite-tsconfig-paths: "npm:5.0.1"
vitest: "npm:2.1.3"
Expand Down Expand Up @@ -20653,9 +20653,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.4.9, vite@npm:^5.0.0":
version: 5.4.9
resolution: "vite@npm:5.4.9"
"vite@npm:5.4.10, vite@npm:^5.0.0":
version: 5.4.10
resolution: "vite@npm:5.4.10"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
Expand Down Expand Up @@ -20692,7 +20692,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/e9c59f2c639047e37c79bbbb151c7a55a3dc27932957cf4cf0447ee0bdcc1ddfd9b1fb3ba0465371c01ba3616d62561327855794c2d652213c3a10a32e6d369d
checksum: 10c0/4ef4807d2fd166a920de244dbcec791ba8a903b017a7d8e9f9b4ac40d23f8152c1100610583d08f542b47ca617a0505cfc5f8407377d610599d58296996691ed
languageName: node
linkType: hard

Expand Down

0 comments on commit 95fc774

Please sign in to comment.