Skip to content

Commit

Permalink
build(deps-dev): bump vite from 5.2.11 to 5.2.12
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.11 to 5.2.12.
- [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.2.12/packages/vite)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 4984563 commit 1b864ec
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"unified": "11.0.4",
"unist-util-inspect": "8.0.0",
"vfile": "6.0.1",
"vite": "5.2.11",
"vite": "5.2.12",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.5.3",
"yaml-eslint-parser": "1.2.3"
Expand Down
44 changes: 42 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ __metadata:
unified: "npm:11.0.4"
unist-util-inspect: "npm:8.0.0"
vfile: "npm:6.0.1"
vite: "npm:5.2.11"
vite: "npm:5.2.12"
vite-tsconfig-paths: "npm:4.3.2"
vitest: "npm:1.5.3"
yaml-eslint-parser: "npm:1.2.3"
Expand Down Expand Up @@ -10552,7 +10552,47 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.2.11, vite@npm:^5.0.0":
"vite@npm:5.2.12":
version: 5.2.12
resolution: "vite@npm:5.2.12"
dependencies:
esbuild: "npm:^0.20.1"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.38"
rollup: "npm:^4.13.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/c27d3efff93016e8171b6a362f605ad5f78e24086292987097ad4a7382ae78d9e0659065976a13bf7b51ba0f593d675579010692097ef36d8a5cc965f3efec4c
languageName: node
linkType: hard

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

0 comments on commit 1b864ec

Please sign in to comment.