mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
chore(release): publish
This commit is contained in:
parent
2622ef2d07
commit
0a72fba636
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.3.1",
|
"version": "0.4.0",
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"repo": "WeBankFinTech/fes.js",
|
"repo": "WeBankFinTech/fes.js",
|
||||||
"cacheDir": ".changelog",
|
"cacheDir": ".changelog",
|
||||||
|
2
packages/fes-cli/package-lock.json
generated
2
packages/fes-cli/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-cli",
|
"name": "@webank/fes-cli",
|
||||||
"version": "0.3.1",
|
"version": "0.4.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-cli",
|
"name": "@webank/fes-cli",
|
||||||
"version": "0.3.1",
|
"version": "0.4.0",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -40,7 +40,6 @@
|
|||||||
"body-parser": "^1.5.2",
|
"body-parser": "^1.5.2",
|
||||||
"cache-loader": "^4.1.0",
|
"cache-loader": "^4.1.0",
|
||||||
"case-sensitive-paths-webpack-plugin": "^2.2.0",
|
"case-sensitive-paths-webpack-plugin": "^2.2.0",
|
||||||
"progress-bar-webpack-plugin": "^2.1.0",
|
|
||||||
"chalk": "^4.1.0",
|
"chalk": "^4.1.0",
|
||||||
"chokidar": "^1.7.0",
|
"chokidar": "^1.7.0",
|
||||||
"clean-webpack-plugin": "^3.0.0",
|
"clean-webpack-plugin": "^3.0.0",
|
||||||
@ -61,10 +60,14 @@
|
|||||||
"hash-sum": "^2.0.0",
|
"hash-sum": "^2.0.0",
|
||||||
"html-webpack-plugin": "^3.2.0",
|
"html-webpack-plugin": "^3.2.0",
|
||||||
"http-proxy": "^1.12.0",
|
"http-proxy": "^1.12.0",
|
||||||
|
"jsdom": "^16.4.0",
|
||||||
|
"jsdom-global": "^3.0.2",
|
||||||
"json-templater": "^1.2.0",
|
"json-templater": "^1.2.0",
|
||||||
"less": "^3.12.2",
|
"less": "^3.12.2",
|
||||||
"less-loader": "^7.0.1",
|
"less-loader": "^7.0.1",
|
||||||
"mini-css-extract-plugin": "^0.8.0",
|
"mini-css-extract-plugin": "^0.8.0",
|
||||||
|
"mocha": "^7.2.0",
|
||||||
|
"mochapack": "^2.0.5",
|
||||||
"mockjs": "^1.1.0",
|
"mockjs": "^1.1.0",
|
||||||
"morgan": "^1.2.2",
|
"morgan": "^1.2.2",
|
||||||
"node-plus-string": "^1.0.1",
|
"node-plus-string": "^1.0.1",
|
||||||
@ -72,12 +75,9 @@
|
|||||||
"opn": "^4.0.2",
|
"opn": "^4.0.2",
|
||||||
"postcss": "^7.0.32",
|
"postcss": "^7.0.32",
|
||||||
"postcss-loader": "^4.0.1",
|
"postcss-loader": "^4.0.1",
|
||||||
|
"progress-bar-webpack-plugin": "^2.1.0",
|
||||||
"prompts": "^2.3.0",
|
"prompts": "^2.3.0",
|
||||||
"sass-loader": "^10.0.2",
|
"sass-loader": "^10.0.2",
|
||||||
"jsdom": "^16.4.0",
|
|
||||||
"jsdom-global": "^3.0.2",
|
|
||||||
"mocha": "^7.2.0",
|
|
||||||
"mochapack": "^2.0.5",
|
|
||||||
"style-loader": "^1.0.0",
|
"style-loader": "^1.0.0",
|
||||||
"stylus": "^0.54.8",
|
"stylus": "^0.54.8",
|
||||||
"stylus-loader": "^3.0.2",
|
"stylus-loader": "^3.0.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-core",
|
"name": "@webank/fes-core",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
2
packages/fes-template/package-lock.json
generated
2
packages/fes-template/package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-template",
|
"name": "@webank/fes-template",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-template",
|
"name": "@webank/fes-template",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"description": "fes项目模版",
|
"description": "fes项目模版",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -30,16 +30,16 @@
|
|||||||
"author": "harrywan qlin",
|
"author": "harrywan qlin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@webank/fes-cli": "^0.3.1",
|
"@vue/test-utils": "^1.1.0",
|
||||||
"@webank/eslint-config-webank": "^0.1.4",
|
"@webank/eslint-config-webank": "^0.1.4",
|
||||||
"csp-html-webpack-plugin": "^4.0.0",
|
"@webank/fes-cli": "^0.4.0",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"@vue/test-utils": "^1.1.0"
|
"csp-html-webpack-plugin": "^4.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@antv/data-set": "^0.11.7",
|
"@antv/data-set": "^0.11.7",
|
||||||
"@antv/g2": "^4.0.15",
|
"@antv/g2": "^4.0.15",
|
||||||
"@webank/fes-core": "^0.3.0",
|
"@webank/fes-core": "^0.4.0",
|
||||||
"@webank/fes-ui": "^0.3.0"
|
"@webank/fes-ui": "^0.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@webank/fes-ui",
|
"name": "@webank/fes-ui",
|
||||||
"version": "0.3.0",
|
"version": "0.4.0",
|
||||||
"description": "基于Vue2.0,适用于PC管理端的组件库",
|
"description": "基于Vue2.0,适用于PC管理端的组件库",
|
||||||
"main": "dist/fes-ui.js",
|
"main": "dist/fes-ui.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user