This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
The following commit(s) were added to refs/heads/main by this push:
new 05688f08 Revert "build(deps-dev): bump vite from 4.0.0 to 4.0.5
(#271)" (#273)
05688f08 is described below
commit 05688f08888b1a2dba7ce790da7aa62f8ab5ee0e
Author: Fine0830 <[email protected]>
AuthorDate: Wed Jun 7 12:31:54 2023 +0800
Revert "build(deps-dev): bump vite from 4.0.0 to 4.0.5 (#271)" (#273)
This reverts commit 15cd83948091b7e2d0d5414210d25404776f1415.
---
package-lock.json | 18 +++++++++---------
package.json | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 2e1fa413..9998756e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -65,7 +65,7 @@
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
- "vite": "^4.0.5",
+ "vite": "^4.0.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.25.6",
@@ -14767,13 +14767,13 @@
}
},
"node_modules/vite": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/vite/-/vite-4.0.5.tgz",
- "integrity":
"sha512-7m87RC+caiAxG+8j3jObveRLqaWA/neAdCat6JAZwMkSWqFHOvg8MYe5fAQxVBRAuKAQ1S6XDh3CBQuLNbY33w==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-4.0.0.tgz",
+ "integrity":
"sha512-ynad+4kYs8Jcnn8J7SacS9vAbk7eMy0xWg6E7bAhS1s79TK+D7tVFGXVZ55S7RNLRROU1rxoKlvZ/qjaB41DGA==",
"dev": true,
"dependencies": {
"esbuild": "^0.16.3",
- "postcss": "^8.4.20",
+ "postcss": "^8.4.19",
"resolve": "^1.22.1",
"rollup": "^3.7.0"
},
@@ -26395,14 +26395,14 @@
"requires": {}
},
"vite": {
- "version": "4.0.5",
- "resolved": "https://registry.npmjs.org/vite/-/vite-4.0.5.tgz",
- "integrity":
"sha512-7m87RC+caiAxG+8j3jObveRLqaWA/neAdCat6JAZwMkSWqFHOvg8MYe5fAQxVBRAuKAQ1S6XDh3CBQuLNbY33w==",
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-4.0.0.tgz",
+ "integrity":
"sha512-ynad+4kYs8Jcnn8J7SacS9vAbk7eMy0xWg6E7bAhS1s79TK+D7tVFGXVZ55S7RNLRROU1rxoKlvZ/qjaB41DGA==",
"dev": true,
"requires": {
"esbuild": "^0.16.3",
"fsevents": "~2.3.2",
- "postcss": "^8.4.20",
+ "postcss": "^8.4.19",
"resolve": "^1.22.1",
"rollup": "^3.7.0"
}
diff --git a/package.json b/package.json
index be5a8d7b..e5dff5c4 100644
--- a/package.json
+++ b/package.json
@@ -74,7 +74,7 @@
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
- "vite": "^4.0.5",
+ "vite": "^4.0.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.25.6",