Skip to content

Commit

Permalink
fix(deps): update [email protected] fix #1271
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya committed Nov 25, 2021
1 parent e30976b commit 47cc069
Show file tree
Hide file tree
Showing 8 changed files with 12,192 additions and 11,874 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ An out-of-box UI solution for enterprise applications as a Vue boilerplate. base
- Documentation: https://pro.antdv.com/docs/getting-started
- ChangeLog: https://pro.antdv.com/docs/changelog
- FAQ: https://pro.antdv.com/docs/faq
- Vue3 ProLayout: https://github.com/vueComponent/pro-layout

Overview
----
Expand Down Expand Up @@ -71,7 +72,7 @@ yarn run lint

### Other

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

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

Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ An out-of-box UI solution for enterprise applications as a Vue boilerplate. base
- 文档: https://pro.antdv.com/docs/getting-started
- 更新日志: https://pro.antdv.com/docs/changelog
- 常见问题: https://pro.antdv.com/docs/faq

- Vue3 ProLayout: https://github.com/vueComponent/pro-layout

Overview
----
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:nofix": "vue-cli-service lint --no-fix"
},
"dependencies": {
"@ant-design-vue/pro-layout": "^1.0.8",
"@ant-design-vue/pro-layout": "^1.0.10",
"@antv/data-set": "^0.10.2",
"ant-design-vue": "^1.7.6",
"axios": ">=0.21.1",
Expand All @@ -38,6 +38,7 @@
},
"devDependencies": {
"@ant-design/colors": "^3.2.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"@vue/cli-plugin-babel": "^4.0.4",
"@vue/cli-plugin-eslint": "^4.0.4",
"@vue/cli-plugin-router": "^4.0.4",
Expand All @@ -52,9 +53,11 @@
"eslint": "^5.16.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-vue": "^5.2.3",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^3.0.6",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"regenerator-runtime": "^0.13.9",
"vue-svg-icon-loader": "^2.1.1",
"vue-template-compiler": "^2.6.14",
"webpack-theme-color-replacer": "^1.3.12"
Expand Down
Loading

0 comments on commit 47cc069

Please sign in to comment.