Skip to content

Commit 88c4221

Browse files
committed
deps(pro-layout): 升级依赖,解决 IE 等较低版本浏览器不识别 ES6 语法
1 parent 9dab21c commit 88c4221

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint:nofix": "vue-cli-service lint --no-fix"
1212
},
1313
"dependencies": {
14-
"@ant-design-vue/pro-layout": "^0.2.10",
14+
"@ant-design-vue/pro-layout": "^0.2.11-0",
1515
"@antv/data-set": "^0.10.2",
1616
"ant-design-vue": "1.6.0",
1717
"axios": "^0.19.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@ant-design-vue/pro-layout@^0.2.10":
6-
version "0.2.10"
7-
resolved "https://registry.npm.taobao.org/@ant-design-vue/pro-layout/download/@ant-design-vue/pro-layout-0.2.10.tgz#f27c958480997d7cc780c051e887bd33008d97fa"
8-
integrity sha1-8nyVhICZfXzHgMBR6Ie9MwCNl/o=
5+
"@ant-design-vue/pro-layout@^0.2.11-0":
6+
version "0.2.11-0"
7+
resolved "https://registry.npm.taobao.org/@ant-design-vue/pro-layout/download/@ant-design-vue/pro-layout-0.2.11-0.tgz#945cbbc6b24e888f2cc8315e7e31ebff1250bf05"
8+
integrity sha1-lFy7xrJOiI8syDFefjHr/xJQvwU=
99
dependencies:
1010
ant-design-vue "^1.5.3"
1111
classnames "^2.2.6"
@@ -14,7 +14,7 @@
1414
omit.js "^1.0.2"
1515
umi-request "^1.2.11"
1616
vue-container-query "^0.1.0"
17-
vue-copy-to-clipboard "1.0.0"
17+
vue-copy-to-clipboard "^1.0.1"
1818

1919
"@ant-design/colors@^3.1.0", "@ant-design/colors@^3.2.1":
2020
version "3.2.2"
@@ -10881,10 +10881,10 @@ vue-container-query@^0.1.0:
1088110881
resize-observer-lite "^0.2.3"
1088210882
vue "^2.5.17"
1088310883

10884-
10885-
version "1.0.0"
10886-
resolved "https://registry.npm.taobao.org/vue-copy-to-clipboard/download/vue-copy-to-clipboard-1.0.0.tgz#1d1aa57a342827cfe094846c6aa2c604340c07a4"
10887-
integrity sha1-HRqlejQoJ8/glIRsaqLGBDQMB6Q=
10884+
vue-copy-to-clipboard@^1.0.1:
10885+
version "1.0.1"
10886+
resolved "https://registry.npm.taobao.org/vue-copy-to-clipboard/download/vue-copy-to-clipboard-1.0.1.tgz#eb2af3f2be73f519d93e41af75e604d964a5d05a"
10887+
integrity sha1-6yrz8r5z9RnZPkGvdeYE2WSl0Fo=
1088810888
dependencies:
1088910889
copy-to-clipboard "^3.3.1"
1089010890

0 commit comments

Comments
 (0)