Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Sep 6, 2018
1 parent b3d6cbb commit e71a77a
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/af-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "af-webpack",
"version": "1.0.0",
"version": "1.0.1",
"bin": {
"af-webpack": "./bin/af-webpack.js"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-build-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "umi-build-dev",
"version": "1.0.2",
"version": "1.0.3",
"dependencies": {
"@babel/runtime": "^7.0.0",
"address": "^1.0.3",
"af-webpack": "^1.0.0",
"af-webpack": "^1.0.1",
"atool-monitor": "^1.0.6",
"babel-preset-umi": "^1.0.0",
"body-parser": "^1.18.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-plugin-dll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-dll",
"version": "1.0.0",
"version": "1.0.1",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand All @@ -19,9 +19,9 @@
"src"
],
"dependencies": {
"rimraf": "^2.6.2",
"lodash.pullall": "^4.2.0",
"lodash.uniq": "^4.5.0",
"rimraf": "^2.6.2",
"serve-static": "^1.13.2"
}
}
6 changes: 3 additions & 3 deletions packages/umi-plugin-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-react",
"version": "1.0.2",
"version": "1.0.3",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,11 +30,11 @@
"preact-compat": "^3.18.3",
"register-service-worker": "^1.4.1",
"umi-hd": "^5.0.1",
"umi-plugin-dll": "^1.0.0",
"umi-plugin-dll": "^1.0.1",
"umi-plugin-dva": "^1.0.1",
"umi-plugin-locale": "^2.0.0",
"umi-plugin-polyfills": "^1.0.2",
"umi-plugin-routes": "^1.0.0",
"umi-plugin-routes": "^1.0.1",
"webpack": "^4.16.5",
"workbox-webpack-plugin": "^3.4.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-routes",
"version": "1.0.0",
"version": "1.0.1",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi",
"version": "2.0.2",
"version": "2.0.3",
"description": "Pluggable enterprise-level react application framework.",
"dependencies": {
"@babel/core": "^7.0.0",
Expand All @@ -17,7 +17,7 @@
"react-loadable": "^5.5.0",
"resolve-cwd": "^2.0.0",
"slash2": "^2.0.0",
"umi-build-dev": "^1.0.2",
"umi-build-dev": "^1.0.3",
"update-notifier": "^2.3.0",
"uppercamelcase": "^3.0.0",
"url": "^0.11.0",
Expand Down

0 comments on commit e71a77a

Please sign in to comment.