Skip to content

Commit

Permalink
⬆️ Upgrade dependency vite to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent f49e1f9 commit e93bdd0
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/crash-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@sentry/browser": "7.100.1",
"@sentry/capacitor": "0.15.1",
"raygun4js": "2.28.0",
"vite": "5.0.12",
"vite": "5.1.0",
"vitest": "1.2.2",
"vue": "3.4.16"
},
Expand Down
55 changes: 53 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ __metadata:
"@sentry/capacitor": "npm:0.15.1"
"@types/raygun4js": "npm:2.13.12"
raygun4js: "npm:2.28.0"
vite: "npm:5.0.12"
vite: "npm:5.1.0"
vitest: "npm:1.2.2"
vue: "npm:3.4.16"
peerDependencies:
Expand Down Expand Up @@ -7956,6 +7956,17 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.35":
version: 8.4.35
resolution: "postcss@npm:8.4.35"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.0"
source-map-js: "npm:^1.0.2"
checksum: 10c0/e8dd04e48001eb5857abc9475365bf08f4e508ddf9bc0b8525449a95d190f10d025acebc5b56ac2e94b3c7146790e4ae78989bb9633cb7ee20d1cc9b7dc909b2
languageName: node
linkType: hard

"prelude-ls@npm:^1.2.1":
version: 1.2.1
resolution: "prelude-ls@npm:1.2.1"
Expand Down Expand Up @@ -9713,7 +9724,47 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.0.12, vite@npm:^5.0.0":
"vite@npm:5.1.0":
version: 5.1.0
resolution: "vite@npm:5.1.0"
dependencies:
esbuild: "npm:^0.19.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.35"
rollup: "npm:^4.2.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 10c0/62aa632b6f30cfca39db534b5b461b1e73dc4f4a3093088c1140a1e1b0c4c8f4eacc0e472a0d96d765ad6976b00e202da20a647865886df692240a2b06b62c6f
languageName: node
linkType: hard

"vite@npm:^5.0.0":
version: 5.0.12
resolution: "vite@npm:5.0.12"
dependencies:
Expand Down

0 comments on commit e93bdd0

Please sign in to comment.