Skip to content

Commit

Permalink
build(deps-dev): bump vite from 5.0.12 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.1.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.1.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 23726a5 commit 9374efc
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"sass": "^1.70.0",
"standard-version": "^9.5.0",
"typescript": "~5.3.3",
"vite": "^5.0.12",
"vite": "^5.1.1",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.2.2",
"vue-tsc": "^1.8.27",
Expand Down
55 changes: 53 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3415,7 +3415,7 @@ __metadata:
sass: "npm:^1.70.0"
standard-version: "npm:^9.5.0"
typescript: "npm:~5.3.3"
vite: "npm:^5.0.12"
vite: "npm:^5.1.1"
vite-plugin-vuetify: "npm:^2.0.1"
vitest: "npm:^1.2.2"
vue: "npm:^3.4.15"
Expand Down Expand Up @@ -6968,6 +6968,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: 10/93a7ce50cd6188f5f486a9ca98950ad27c19dfed996c45c414fa242944497e4d084a8760d3537f078630226f2bd3c6ab84b813b488740f4432e7c7039cd73a20
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 @@ -8488,7 +8499,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.0, vite@npm:^5.0.12":
"vite@npm:^5.0.0":
version: 5.0.12
resolution: "vite@npm:5.0.12"
dependencies:
Expand Down Expand Up @@ -8528,6 +8539,46 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.1.1":
version: 5.1.1
resolution: "vite@npm:5.1.1"
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: 10/bdb8e683caddaa0a9adcbf40144ca8ea3660836b208862b07d43787ea867845919af16e58745365bd13ed3b7f66bbf9788a6869ee22cfaacac01645b59729c34
languageName: node
linkType: hard

"vitest@npm:^1.2.2":
version: 1.2.2
resolution: "vitest@npm:1.2.2"
Expand Down

0 comments on commit 9374efc

Please sign in to comment.