Skip to content

Commit

Permalink
chore: 更新版本依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Jan 25, 2022
1 parent f2a454e commit d6be0ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/create-fes-app/templates/app/h5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.6",
"@webank/eslint-config-webank": "0.4.2",
"@webank/eslint-config-webank": "^1.0.2",
"@ttou/postcss-px-to-viewport": "1.1.1"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/create-fes-app/templates/app/pc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.6",
"@webank/eslint-config-webank": "0.4.2"
"@webank/eslint-config-webank": "^1.0.2"
},
"dependencies": {
"@fesjs/fes": "^2.0.0",
"@fesjs/plugin-access": "^2.0.0",
"@fesjs/plugin-layout": "^3.0.0",
"@fesjs/plugin-layout": "^4.0.0",
"@fesjs/plugin-model": "^2.0.0",
"@fesjs/plugin-enums": "^2.0.0",
"@fesjs/fes-design": "^0.1.10",
"@fesjs/fes-design": "^0.2.6",
"vue": "^3.2.6",
"core-js": "^3.8.3"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/fes-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"access": "public"
},
"dependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.15.3",
"@fesjs/utils": "^2.0.3",
Expand All @@ -34,4 +35,4 @@
"set-value": "3.0.2",
"tapable": "^2.2.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/fes-plugin-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"@fesjs/fes": "^2.0.0",
"@fesjs/fes-design": "^0.1.10",
"@fesjs/fes-design": "^0.2.6",
"vue": "^3.0.5"
}
}
}

0 comments on commit d6be0ff

Please sign in to comment.