chore: 更新模板中依赖的版本号

This commit is contained in:
万纯 2021-02-03 10:19:55 +08:00
parent 27e0a11912
commit bf2723fd71
2 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-template-h5",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha",
"description": "fes 移动端项目模版",
"scripts": {
"build": "fes build",
@ -44,9 +44,9 @@
"postcss-px-to-viewport": "1.1.1"
},
"dependencies": {
"@webank/fes": "^2.0.0-alpha.0",
"@webank/fes-plugin-icon": "^2.0.0-alpha.0",
"@webank/fes-plugin-request": "^2.0.0-alpha.0",
"@webank/fes": "^2.0.0-alpha.6",
"@webank/fes-plugin-icon": "^2.0.0-alpha.6",
"@webank/fes-plugin-request": "^2.0.0-alpha.6",
"vue": "3.0.5"
},
"private": true

View File

@ -1,6 +1,6 @@
{
"name": "@webank/fes-template",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha",
"description": "fes项目模版",
"scripts": {
"build": "fes build",
@ -46,14 +46,14 @@
"@webank/eslint-config-webank": "^0.2.10"
},
"dependencies": {
"@webank/fes": "^2.0.0-alpha.0",
"@webank/fes-plugin-access": "^2.0.0-alpha.0",
"@webank/fes-plugin-layout": "^2.0.0-alpha.0",
"@webank/fes-plugin-locale": "^2.0.0-alpha.0",
"@webank/fes-plugin-model": "^2.0.0-alpha.0",
"@webank/fes-plugin-enums": "^2.0.0-alpha.0",
"@webank/fes-plugin-jest": "^2.0.0-alpha.0",
"@webank/fes-plugin-vuex": "^2.0.0-alpha.0",
"@webank/fes": "^2.0.0-alpha.6",
"@webank/fes-plugin-access": "^2.0.0-alpha.6",
"@webank/fes-plugin-layout": "^2.0.0-alpha.6",
"@webank/fes-plugin-locale": "^2.0.0-alpha.6",
"@webank/fes-plugin-model": "^2.0.0-alpha.6",
"@webank/fes-plugin-enums": "^2.0.0-alpha.6",
"@webank/fes-plugin-jest": "^2.0.0-alpha.6",
"@webank/fes-plugin-vuex": "^2.0.0-alpha.6",
"ant-design-vue": "2.0.0-rc.3",
"vue": "3.0.5",
"vuex": "^4.0.0-rc.2"