Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - af-webpack@1.4.0
 - eslint-config-umi@1.4.0
 - umi-build-dev@1.4.0
 - umi-plugin-locale@2.4.0
 - umi-plugin-react@1.4.0
 - umi@2.4.0
  • Loading branch information
sorrycc committed Jan 11, 2019
1 parent 0c39da3 commit 4ec336f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/af-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "af-webpack",
"version": "1.3.4",
"version": "1.4.0",
"bin": {
"af-webpack": "./bin/af-webpack.js"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"duplicate-package-checker-webpack-plugin": "3.0.0",
"es5-imcompatible-versions": "^0.1.25",
"eslint": "5.12.0",
"eslint-config-umi": "1.3.0",
"eslint-config-umi": "1.4.0",
"eslint-loader": "2.1.1",
"eslint-plugin-flowtype": "2.50.3",
"eslint-plugin-import": "2.14.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-umi/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-umi",
"version": "1.3.0",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/umijs/umi/tree/master/packages/eslint-config-umi"
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-build-dev/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-build-dev",
"version": "1.3.5",
"version": "1.4.0",
"dependencies": {
"@babel/code-frame": "7.0.0",
"@babel/generator": "7.2.2",
Expand All @@ -10,7 +10,7 @@
"@babel/template": "7.2.2",
"@babel/traverse": "7.2.3",
"@babel/types": "7.2.2",
"af-webpack": "1.3.4",
"af-webpack": "1.4.0",
"babel-preset-umi": "1.3.0",
"body-parser": "1.18.3",
"chalk": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-locale/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-locale",
"version": "2.3.3",
"version": "2.4.0",
"description": "A umi plugin for provide internationalization function.",
"main": "./lib/index.js",
"browser": {
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-plugin-react/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-react",
"version": "1.3.4",
"version": "1.4.0",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"umi-plugin-dll": "1.3.0",
"umi-plugin-dva": "1.3.1",
"umi-plugin-hd": "1.3.0",
"umi-plugin-locale": "2.3.3",
"umi-plugin-locale": "2.4.0",
"umi-plugin-polyfills": "1.3.1",
"umi-plugin-routes": "1.0.2",
"webpack": "4.26.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/umi/package.json
@@ -1,6 +1,6 @@
{
"name": "umi",
"version": "2.3.5",
"version": "2.4.0",
"description": "Pluggable enterprise-level react application framework.",
"dependencies": {
"@babel/core": "7.2.2",
Expand All @@ -16,13 +16,13 @@
"resolve-cwd": "2.0.0",
"semver": "5.6.0",
"signale": "1.3.0",
"umi-build-dev": "1.3.5",
"umi-build-dev": "1.4.0",
"umi-utils": "1.3.1",
"update-notifier": "2.5.0",
"yargs-parser": "11.1.1"
},
"module": "index.js",
"sideEffects":[
"sideEffects": [
"./lib/renderRoutes.js"
],
"bin": {
Expand Down

0 comments on commit 4ec336f

Please sign in to comment.