Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump vite from 5.4.3 to 5.4.6 #250

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jsdom": "^24.1.3",
"tsconfig": "*",
"typescript": "~5.1.6",
"vite": "^5.4.3",
"vite": "^5.4.6",
"vite-plugin-istanbul": "^6.0.2",
"vitest": "^1.6.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsconfig": "workspace:^",
"typescript": "~5.1.6",
"vike": "^0.4.194",
"vite": "^5.4.3",
"vite": "^5.4.6",
"vite-plugin-svgr": "^4.2.0"
}
}
2 changes: 1 addition & 1 deletion apps/subscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tsconfig": "workspace:^",
"typescript": "~5.1.6",
"vike": "^0.4.194",
"vite": "^5.4.3",
"vite": "^5.4.6",
"vite-plugin-svgr": "^4.2.0"
}
}
2 changes: 1 addition & 1 deletion apps/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"sass": "^1.78.0",
"tsconfig": "*",
"typescript": "~5.1.6",
"vite": "^5.4.3",
"vite": "^5.4.6",
"vite-plugin-istanbul": "^6.0.2",
"vitest": "^1.6.0",
"vitest-fetch-mock": "^0.2.2"
Expand Down
53 changes: 48 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3983,7 +3983,7 @@ __metadata:
tsconfig: "*"
typescript: ~5.1.6
use-clipboard-copy: ^0.2.0
vite: ^5.4.3
vite: ^5.4.6
vite-plugin-istanbul: ^6.0.2
vite-plugin-svgr: ^4.2.0
vitest: ^1.6.0
Expand Down Expand Up @@ -7224,7 +7224,7 @@ __metadata:
typescript: ~5.1.6
video.js: ^8.17.4
vike: ^0.4.194
vite: ^5.4.3
vite: ^5.4.6
vite-plugin-svgr: ^4.2.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -9917,7 +9917,7 @@ __metadata:
typescript: ~5.1.6
video.js: ^8.17.4
vike: ^0.4.194
vite: ^5.4.3
vite: ^5.4.6
vite-plugin-svgr: ^4.2.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -10635,7 +10635,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.0, vite@npm:^5.4.3":
"vite@npm:^5.0.0":
version: 5.4.3
resolution: "vite@npm:5.4.3"
dependencies:
Expand Down Expand Up @@ -10678,6 +10678,49 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.4.6":
version: 5.4.6
resolution: "vite@npm:5.4.6"
dependencies:
esbuild: ^0.21.3
fsevents: ~2.3.3
postcss: ^8.4.43
rollup: ^4.20.0
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
sass-embedded:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: ea293748f624b3bb53e68d30ddc55e7addeaa38bbcde06d900e6d476bef3d0550de2a67f5316680dbeae483afedd3e735fb91b65004659f62bece537ed038a59
languageName: node
linkType: hard

"vitest-fetch-mock@npm:^0.2.2":
version: 0.2.2
resolution: "vitest-fetch-mock@npm:0.2.2"
Expand Down Expand Up @@ -10921,7 +10964,7 @@ __metadata:
sass: ^1.78.0
tsconfig: "*"
typescript: ~5.1.6
vite: ^5.4.3
vite: ^5.4.6
vite-plugin-istanbul: ^6.0.2
vitest: ^1.6.0
vitest-fetch-mock: ^0.2.2
Expand Down