Skip to content

Commit

Permalink
v5.0.0-alpha.282: bump vite from 2.9.16 to 2.9.17 (#107)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump vite from 2.9.16 to 2.9.17

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.16 to 2.9.17.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v2.9.17/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.9.17/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* update version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Shi <robertyishi@gmail.com>
  • Loading branch information
dependabot[bot] and robertyishi committed Feb 13, 2024
1 parent 39d8293 commit b8b6494
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"prettier": "2.7.1",
"sass": "1.53.0",
"typescript": "4.7.4",
"vite": "2.9.16",
"vite": "2.9.17",
"vite-plugin-package-version": "1.0.2",
"vite-plugin-pwa": "0.12.0",
"vue-tsc": "0.38.2",
Expand All @@ -48,5 +48,5 @@
"preview:https": "serve dist",
"reinstall": "rm -rf node_modules; yarn; vue-tsc --noEmit"
},
"version": "5.0.0-alpha.281"
"version": "5.0.0-alpha.282"
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3361,7 +3361,7 @@ __metadata:
prettier: 2.7.1
sass: 1.53.0
typescript: 4.7.4
vite: 2.9.16
vite: 2.9.17
vite-plugin-package-version: 1.0.2
vite-plugin-pwa: 0.12.0
vue: 3.2.37
Expand Down Expand Up @@ -5736,9 +5736,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:2.9.16":
version: 2.9.16
resolution: "vite@npm:2.9.16"
"vite@npm:2.9.17":
version: 2.9.17
resolution: "vite@npm:2.9.17"
dependencies:
esbuild: ^0.14.27
fsevents: ~2.3.2
Expand All @@ -5761,7 +5761,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: b09d899861d9266ce67bf123f4b3c9adf46bd6f9dad186237e69e08b5862d7fb38984e8503abe622f6396b1b5b6f182617292ce71e9237e1ac3c0a771d611b5a
checksum: a9c3e15d0191984d0a297aed8e4309c9264c3e4dc095c54f8f28fd3abe00c45d893187f253bbb91db5dea7dc35bbcde2902b04114077d6805789b339f978193c
languageName: node
linkType: hard

Expand Down

0 comments on commit b8b6494

Please sign in to comment.