mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix: 更新一些包的版本
This commit is contained in:
parent
9f519b6f42
commit
37c6464be1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/template",
|
||||
"version": "2.0.0-alpha",
|
||||
"version": "2.0.0-rc.0",
|
||||
"description": "fes项目模版",
|
||||
"scripts": {
|
||||
"build": "fes build",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fesjs/template-h5",
|
||||
"version": "2.0.0-alpha.1",
|
||||
"version": "2.0.0",
|
||||
"description": "fes 移动端项目模版",
|
||||
"scripts": {
|
||||
"build": "fes build",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user