From 14eefab42a24cc8c3c9c80ce26a467e7772217ab Mon Sep 17 00:00:00 2001 From: Justineo Date: Mon, 30 Nov 2020 17:17:27 +0800 Subject: [PATCH] chore: update deps --- nuxt.config.js | 2 +- package-lock.json | 54 +++++++++++++++++++++++------------------------ package.json | 10 ++++----- 3 files changed, 33 insertions(+), 33 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index 2138cc2..9b40a8b 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -67,7 +67,7 @@ module.exports = { * Build configuration */ build: { - transpile: ['veui', 'vue-awesome', 'resize-detector', 'less-plugin-dls', 'dls-graphics'], + transpile: ['veui', 'vue-awesome', 'resize-detector', 'dls-graphics'], babel: { plugins: ['veui', 'lodash'] diff --git a/package-lock.json b/package-lock.json index a4aa691..22b5b2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3558,9 +3558,9 @@ } }, "babel-plugin-veui": { - "version": "2.0.0-beta.16", - "resolved": "https://registry.npmjs.org/babel-plugin-veui/-/babel-plugin-veui-2.0.0-beta.16.tgz", - "integrity": "sha512-LOBO5l2hWELlbSslW5tUZ18Cg9X6aOLE38G+V45+cFTMXPPpFMUJcR5sG7IcNVtS9eg5oGLhP6DXfUf2/JfF8w==", + "version": "2.0.0-beta.18", + "resolved": "https://registry.npmjs.org/babel-plugin-veui/-/babel-plugin-veui-2.0.0-beta.18.tgz", + "integrity": "sha512-PZfpwB923ll5DC/E+RDDvYa9EnLwcPhBHGFMJjGsfG3CYvxVODilhst3MJObmK23WI/IrsXRaOcnXx83fQ+NRg==", "dev": true }, "babel-runtime": { @@ -5693,9 +5693,9 @@ } }, "dls-graphics": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/dls-graphics/-/dls-graphics-0.1.3.tgz", - "integrity": "sha512-Wmd4JPvmg498QM8NNBlgwXNjLurs/M5Zhkl9sIc/wVcDghH+8mTbwNx5J6hA5RtlgPfc+lM4KY2Ybe/Lqs99bw==", + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/dls-graphics/-/dls-graphics-0.1.4.tgz", + "integrity": "sha512-jl+4Ydo1cMcL+8hy6+jbzsYE9RKq8pE366rm8iIsRWeHFiWZ75DusKpBg8ZpZ+jpCt9hHR3TMQctklpGfBcYTg==", "dev": true }, "dls-icons-vue": { @@ -9022,9 +9022,9 @@ } }, "less-plugin-dls": { - "version": "1.0.0-alpha.33", - "resolved": "https://registry.npmjs.org/less-plugin-dls/-/less-plugin-dls-1.0.0-alpha.33.tgz", - "integrity": "sha512-TqnlWqpS7yv0dxylxWygfRi15tiRzZGYPCGa2v6NfTxTbC1HNqT7diX06JlIqLMEw2IEy684m5kIh8yKatMpNg==", + "version": "1.0.0-alpha.34", + "resolved": "https://registry.npmjs.org/less-plugin-dls/-/less-plugin-dls-1.0.0-alpha.34.tgz", + "integrity": "sha512-7miks1JydXWbMGhlQiM4EM/tF2Cd5oAhQbb+47BoUlv0KGdsdpRu2y9G3nKO3n4H0/8JfNxQy2+ZisOKf2MgxQ==", "dev": true, "requires": { "arg": "^4.1.3", @@ -15904,15 +15904,15 @@ } }, "veui": { - "version": "2.0.0-beta.16", - "resolved": "https://registry.npmjs.org/veui/-/veui-2.0.0-beta.16.tgz", - "integrity": "sha512-VYsOyuNP5S4QqGiuTZWr1sB2iNqIkKv/zm1wxbflkcMglIubml2v9S6gxn5fV1rgF8fX0KEeZEk3ZY618WoHcg==", + "version": "2.0.0-beta.18", + "resolved": "https://registry.npmjs.org/veui/-/veui-2.0.0-beta.18.tgz", + "integrity": "sha512-o2qgpUZlLOt/N9lir2jrJTx4w2MIT+xrk26IIfqNfvn97HkufGk5jRFVNK3cCLJ1T7oElrRl1hOzxd3e83ruhA==", "dev": true, "requires": { "bytes": "^3.0.0", "core-js": "^3.6.1", "date-fns": "^2.14.0", - "dls-graphics": "^0.1.2", + "dls-graphics": "^0.1.4", "lodash": "^4.17.19", "popper.js": "^1.16.0", "resize-detector": "^0.1.6", @@ -15921,17 +15921,17 @@ }, "dependencies": { "core-js": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.7.0.tgz", - "integrity": "sha512-NwS7fI5M5B85EwpWuIwJN4i/fbisQUwLwiSNUWeXlkAZ0sbBjLEvLvFLf1uzAUV66PcEPt4xCGCmOZSxVf3xzA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.8.0.tgz", + "integrity": "sha512-W2VYNB0nwQQE7tKS7HzXd7r2y/y2SVJl4ga6oH/dnaLFzM0o2lB2P3zCkWj5Wc/zyMYjtgd5Hmhk0ObkQFZOIA==", "dev": true } } }, "veui-loader": { - "version": "2.0.0-beta.16", - "resolved": "https://registry.npmjs.org/veui-loader/-/veui-loader-2.0.0-beta.16.tgz", - "integrity": "sha512-OuYTsmLIQuVvXRWnLl+9FMPKG+OaYFfidnz4jlMfKT+GzZaJW8+c6aKpTlnxZRXBslxn/pBg+kE04bBWyM5r+w==", + "version": "2.0.0-beta.18", + "resolved": "https://registry.npmjs.org/veui-loader/-/veui-loader-2.0.0-beta.18.tgz", + "integrity": "sha512-5lpan+qoO40J/+Vp8Q+e/ew4jnDc+h3OtMFLma+n1WIX6xydfnFyY8ucidJIqhu2z6lgMyEV0/ITxJCnXHP2EQ==", "dev": true, "requires": { "loader-utils": "^2.0.0", @@ -16021,17 +16021,17 @@ } }, "veui-theme-dls": { - "version": "2.0.0-beta.16", - "resolved": "https://registry.npmjs.org/veui-theme-dls/-/veui-theme-dls-2.0.0-beta.16.tgz", - "integrity": "sha512-LBF54qRHDq1Wz7bXRxeaeCzcXXkqZ6a3nXm2OndviuUundY4sb0mD+AHsqa9GEu5OlftBOnpVqq3knh6UP3+8g==", + "version": "2.0.0-beta.18", + "resolved": "https://registry.npmjs.org/veui-theme-dls/-/veui-theme-dls-2.0.0-beta.18.tgz", + "integrity": "sha512-wfuFP3JJEJG0A810InikZXxWIuytxdHkSkRGVb6I09oLcV3CJPfe5Subnwaq3djljJzLFyMhTzmcswYxv3dM0Q==", "dev": true, "requires": { "classlist-polyfill": "^1.2.0", "dls-icons-vue": "^0.12.0", "focus-visible": "^4.1.0", - "less-plugin-dls": "^1.0.0-alpha.33", + "less-plugin-dls": "^1.0.0-alpha.34", "less-plugin-est": "^3.0.0", - "veui-theme-dls-icons": "^2.0.0-beta.16" + "veui-theme-dls-icons": "^2.0.0-beta.18" }, "dependencies": { "dls-icons-vue": { @@ -16043,9 +16043,9 @@ } }, "veui-theme-dls-icons": { - "version": "2.0.0-beta.16", - "resolved": "https://registry.npmjs.org/veui-theme-dls-icons/-/veui-theme-dls-icons-2.0.0-beta.16.tgz", - "integrity": "sha512-bfVJRLoYVkkZXVwFGCYi9KyqlkvMmN+ecUE+F1jsJajXaTUIVwj0/vGe1ixNa26XJQt4VzmCQQ93/AdrgKaPQQ==", + "version": "2.0.0-beta.18", + "resolved": "https://registry.npmjs.org/veui-theme-dls-icons/-/veui-theme-dls-icons-2.0.0-beta.18.tgz", + "integrity": "sha512-iJZgVgibRoS7w4MwZCZXC0W+u5SFBtARHEyLoV1bJqyJwvAvQwtBqh8aB4t5tUw1+fLLjRUSBYUWWz6sMbIA+A==", "dev": true }, "vfile": { diff --git a/package.json b/package.json index 59b5f03..5f7d968 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "babel-plugin-lodash": "^3.3.4", - "babel-plugin-veui": "^2.0.0-beta.16", + "babel-plugin-veui": "^2.0.0-beta.18", "dls-icons-vue": "^0.14.0", "eslint": "^5.15.1", "eslint-config-prettier": "^4.1.0", @@ -69,10 +69,10 @@ "stylus-loader": "^3.0.2", "unist-util-remove": "^1.0.1", "unist-util-visit": "^1.4.0", - "veui": "^2.0.0-beta.16", - "veui-loader": "^2.0.0-beta.16", - "veui-theme-dls": "^2.0.0-beta.16", - "veui-theme-dls-icons": "^2.0.0-beta.16", + "veui": "^2.0.0-beta.18", + "veui-loader": "^2.0.0-beta.18", + "veui-theme-dls": "^2.0.0-beta.18", + "veui-theme-dls-icons": "^2.0.0-beta.18", "vue-awesome": "^4.1.0", "vue-i18n": "^8.16.0", "vue-windows": "^0.2.4"