Skip to content

Commit 47cc069

Browse files
committed
fix(deps): update [email protected] fix #1271
1 parent e30976b commit 47cc069

File tree

8 files changed

+12192
-11874
lines changed

8 files changed

+12192
-11874
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ An out-of-box UI solution for enterprise applications as a Vue boilerplate. base
1919
- Documentation: https://pro.antdv.com/docs/getting-started
2020
- ChangeLog: https://pro.antdv.com/docs/changelog
2121
- FAQ: https://pro.antdv.com/docs/faq
22+
- Vue3 ProLayout: https://github.com/vueComponent/pro-layout
2223

2324
Overview
2425
----
@@ -71,7 +72,7 @@ yarn run lint
7172

7273
### Other
7374

74-
- **IMPORTANT : About Issue feedback !! when opening Issue read [Issue / PR Contributing](https://github.com/vueComponent/ant-design-vue-pro/issues/90)**
75+
- **IMPORTANT : Issue feedback !! when opening Issue read [Issue / PR Contributing](https://github.com/vueComponent/ant-design-vue-pro/issues/90)**
7576

7677
- [Vue-cli3](https://cli.vuejs.org/guide/) used by the project.
7778

README.zh-CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An out-of-box UI solution for enterprise applications as a Vue boilerplate. base
1919
- 文档: https://pro.antdv.com/docs/getting-started
2020
- 更新日志: https://pro.antdv.com/docs/changelog
2121
- 常见问题: https://pro.antdv.com/docs/faq
22-
22+
- Vue3 ProLayout: https://github.com/vueComponent/pro-layout
2323

2424
Overview
2525
----

package.json

+4-1
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": "^1.0.8",
14+
"@ant-design-vue/pro-layout": "^1.0.10",
1515
"@antv/data-set": "^0.10.2",
1616
"ant-design-vue": "^1.7.6",
1717
"axios": ">=0.21.1",
@@ -38,6 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@ant-design/colors": "^3.2.1",
41+
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
4142
"@vue/cli-plugin-babel": "^4.0.4",
4243
"@vue/cli-plugin-eslint": "^4.0.4",
4344
"@vue/cli-plugin-router": "^4.0.4",
@@ -52,9 +53,11 @@
5253
"eslint": "^5.16.0",
5354
"eslint-plugin-html": "^5.0.0",
5455
"eslint-plugin-vue": "^5.2.3",
56+
"file-loader": "^6.2.0",
5557
"git-revision-webpack-plugin": "^3.0.6",
5658
"less": "^3.0.4",
5759
"less-loader": "^5.0.0",
60+
"regenerator-runtime": "^0.13.9",
5861
"vue-svg-icon-loader": "^2.1.1",
5962
"vue-template-compiler": "^2.6.14",
6063
"webpack-theme-color-replacer": "^1.3.12"

0 commit comments

Comments
 (0)