fix: 更新一些包的版本

This commit is contained in:
wanchun 2021-03-06 21:30:38 +08:00
parent 9f519b6f42
commit 37c6464be1
6 changed files with 7 additions and 13 deletions

View File

@ -113,8 +113,6 @@ Starting the development server http://localhost:8080 ...
# 开发调试
npm run dev
> @fesjs/fes-template@2.0.0-alpha.1 dev /Users/harrywan/company/git/fes.js/packages/fes-template
> fes dev
Starting the development server http://localhost:8080 ...
@ -161,7 +159,6 @@ $ fes build
# 构建
npm run build
> @fesjs/fes-template@2.0.0-alpha.1 build /Users/harrywan/company/git/fes.js/packages/fes-template
> fes build
✔ Webpack

View File

@ -113,8 +113,6 @@ Starting the development server http://localhost:8080 ...
# 开发调试
npm run dev
> @fesjs/fes-template@2.0.0-alpha.1 dev /Users/harrywan/company/git/fes.js/packages/fes-template
> fes dev
Starting the development server http://localhost:8080 ...
@ -162,7 +160,6 @@ $ fes build
# 构建
npm run build
> @fesjs/fes-template@2.0.0-alpha.1 build /Users/harrywan/company/git/fes.js/packages/fes-template
> fes build
✔ Webpack

View File

@ -1,6 +1,6 @@
{
"name": "@fesjs/template-h5",
"version": "2.0.0-alpha",
"version": "2.0.0-rc.0",
"description": "fes 移动端项目模版",
"scripts": {
"build": "fes build",

View File

@ -1,6 +1,6 @@
{
"name": "@fesjs/template",
"version": "2.0.0-alpha",
"version": "2.0.0-rc.0",
"description": "fes项目模版",
"scripts": {
"build": "fes build",

View File

@ -1,6 +1,6 @@
{
"name": "@fesjs/template-h5",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "fes 移动端项目模版",
"scripts": {
"build": "fes build",

View File

@ -1,6 +1,6 @@
{
"name": "@fesjs/template",
"version": "2.0.0-alpha.1",
"version": "2.0.0",
"description": "fes项目模版",
"scripts": {
"build": "fes build",
@ -52,9 +52,9 @@
"@fesjs/plugin-locale": "^2.0.0-rc.0",
"@fesjs/plugin-model": "^2.0.0-rc.0",
"@fesjs/plugin-enums": "^2.0.0-rc.0",
"@fesjs/plugin-jest": "^2.0.0-alpha.8",
"@fesjs/plugin-vuex": "^2.0.0-alpha.8",
"@fesjs/plugin-request": "^2.0.0-alpha.8",
"@fesjs/plugin-jest": "^2.0.0-rc.0",
"@fesjs/plugin-vuex": "^2.0.0-rc.0",
"@fesjs/plugin-request": "^2.0.0-rc.0",
"ant-design-vue": "2.0.0",
"vue": "^3.0.5",
"vuex": "^4.0.0"