mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
downgrade element-plus to 2.11.2
This commit is contained in:
26
package-lock.json
generated
26
package-lock.json
generated
@@ -31,7 +31,7 @@
|
||||
"echarts": "^6.0.0",
|
||||
"electron": "^39.1.1",
|
||||
"electron-builder": "^26.0.12",
|
||||
"element-plus": "^2.11.7",
|
||||
"element-plus": "2.11.2",
|
||||
"esbuild-jest": "^0.5.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
@@ -8672,24 +8672,25 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/element-plus": {
|
||||
"version": "2.11.7",
|
||||
"resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.11.7.tgz",
|
||||
"integrity": "sha512-Bh47wuzsqaNBNDkbtlOlZER1cGcOB8GsXp/+C9b95MOrk0wvoHUV4NKKK7xMkfYNFYdYysQ752oMhnExgAL6+g==",
|
||||
"version": "2.11.2",
|
||||
"resolved": "https://registry.npmjs.org/element-plus/-/element-plus-2.11.2.tgz",
|
||||
"integrity": "sha512-sTMDXtgeqy17TUsBSH/DL3h1/5sqIOVUUgXFoVbdD8lWWYssKrDX50CEYy4k29tYJhPHKZyFSwcLJsIajr+dDA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ctrl/tinycolor": "^3.4.1",
|
||||
"@element-plus/icons-vue": "^2.3.2",
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@floating-ui/dom": "^1.0.1",
|
||||
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
|
||||
"@types/lodash": "^4.17.20",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/lodash": "^4.14.182",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@vueuse/core": "^9.1.0",
|
||||
"async-validator": "^4.2.5",
|
||||
"dayjs": "^1.11.18",
|
||||
"dayjs": "^1.11.13",
|
||||
"escape-html": "^1.0.3",
|
||||
"lodash": "^4.17.21",
|
||||
"lodash-es": "^4.17.21",
|
||||
"lodash-unified": "^1.0.3",
|
||||
"lodash-unified": "^1.0.2",
|
||||
"memoize-one": "^6.0.0",
|
||||
"normalize-wheel-es": "^1.2.0"
|
||||
},
|
||||
@@ -8903,6 +8904,13 @@
|
||||
"node": ">=6"
|
||||
}
|
||||
},
|
||||
"node_modules/escape-html": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
|
||||
"integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/escape-string-regexp": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"echarts": "^6.0.0",
|
||||
"electron": "^39.1.1",
|
||||
"electron-builder": "^26.0.12",
|
||||
"element-plus": "^2.11.7",
|
||||
"element-plus": "2.11.2",
|
||||
"esbuild-jest": "^0.5.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
|
||||
@@ -751,8 +751,8 @@
|
||||
:global(.nav-menu-slide-enter-active),
|
||||
:global(.nav-menu-slide-leave-active) {
|
||||
transition:
|
||||
opacity var(--el-transition-duration) ease,
|
||||
transform var(--el-transition-duration) ease;
|
||||
opacity 0.1s ease,
|
||||
transform 0.1s ease;
|
||||
transform-origin: left center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user