mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
fix(core): downgrade vueuse version (#3405)
This commit is contained in:
parent
a2be1973ea
commit
680de635f6
@ -55,7 +55,7 @@
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "^0.0.11",
|
||||
"@popperjs/core": "^2.10.1",
|
||||
"@vueuse/core": "^6.2.0",
|
||||
"@vueuse/core": "~6.1.0",
|
||||
"async-validator": "^3.4.0",
|
||||
"dayjs": "1.x",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"@element-plus/tokens": "^0.0.5",
|
||||
"@element-plus/utils": "^0.0.5",
|
||||
"@popperjs/core": "^2.10.1",
|
||||
"@vueuse/core": "^6.2.0",
|
||||
"@vueuse/core": "~6.1.0",
|
||||
"async-validator": "^3.4.0",
|
||||
"dayjs": "1.x",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -35,7 +35,7 @@
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "^0.0.11",
|
||||
"@popperjs/core": "^2.10.1",
|
||||
"@vueuse/core": "^6.2.0",
|
||||
"@vueuse/core": "~6.1.0",
|
||||
"async-validator": "^3.4.0",
|
||||
"dayjs": "1.x",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -20,7 +20,7 @@
|
||||
"@element-plus/locale": "^0.0.5",
|
||||
"@element-plus/utils": "^0.0.5",
|
||||
"@popperjs/core": "^2.10.1",
|
||||
"@vueuse/core": "^6.2.0"
|
||||
"@vueuse/core": "~6.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@element-plus/test-utils": "^0.0.5",
|
||||
|
@ -32,11 +32,11 @@ const config = {
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.mjs$/,
|
||||
include: /node_modules/,
|
||||
type: 'javascript/auto',
|
||||
},
|
||||
// {
|
||||
// test: /\.mjs$/,
|
||||
// include: /node_modules/,
|
||||
// type: 'javascript/auto',
|
||||
// },
|
||||
{
|
||||
test: /\.vue$/,
|
||||
use: 'vue-loader',
|
||||
|
18
yarn.lock
18
yarn.lock
@ -3620,18 +3620,18 @@
|
||||
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-2.0.0-beta.4.tgz#7d275ca5d4e54ae32a9da4f03c1da6fdc3ce30e4"
|
||||
integrity sha512-uW3GdeEEQFTdRoYmBxxHs0ENpbt8jB6OeQ8JCiTuPQecP51dI8IcGXDJhzv7bjWG6Ej+KjaTxKEmEikCyhLWtQ==
|
||||
|
||||
"@vueuse/core@^6.2.0":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-6.2.1.tgz#bba48727e9e70637c3924011c95bf934616338d0"
|
||||
integrity sha512-XQei1kz5zOnu+qyq8ZH+aFG2TK3RWLnACzBlepgzCkO7hRvNlzqblfd2cE7cfMh1SwkDbmvSaAuZ4Lptz8xbjQ==
|
||||
"@vueuse/core@~6.1.0":
|
||||
version "6.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-6.1.0.tgz#8137c291cf49b11c2deda4d5079096e55b36fc28"
|
||||
integrity sha512-6KienU5QOWKuDqvHytep14274IGKyLlACzXjifOrgDQMkqvWZIUnDhpckT/1+O8n8DN59d5wzzICZI/2sfGCyg==
|
||||
dependencies:
|
||||
"@vueuse/shared" "6.2.1"
|
||||
"@vueuse/shared" "6.1.0"
|
||||
vue-demi "*"
|
||||
|
||||
"@vueuse/shared@6.2.1":
|
||||
version "6.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-6.2.1.tgz#4b20b3876de44c3e8590849b463500dfbed37908"
|
||||
integrity sha512-1BF5ZHejpxkvQ61xEPwON+NBgGcWAH223kWtIMQ+aXJEEnNBqen5/bmc+FQnXQcoSNaHXV0poS7vno3sx0TJdA==
|
||||
"@vueuse/shared@6.1.0":
|
||||
version "6.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-6.1.0.tgz#1375fd41acefe52f9a1842f3c6a8a348786535ba"
|
||||
integrity sha512-teW0TUQryGnEprHeOI6oH8NPVJBirknxksEiNCtdEjIi8W7JSTg8JPO+e1XlGI6ly24NDlDXUDYaHJayiaXjuw==
|
||||
dependencies:
|
||||
vue-demi "*"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user