Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Aug 30, 2018
1 parent 23a0f71 commit d1a5973
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions 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-beta.20",
"version": "1.0.0-beta.21",
"bin": {
"af-webpack": "./bin/af-webpack.js"
},
Expand All @@ -13,7 +13,7 @@
"awesome-typescript-loader": "^5.2.0",
"babel-loader": "^8.0.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-preset-umi": "^1.0.0-beta.20",
"babel-preset-umi": "^1.0.0-beta.21",
"chalk": "^2.1.0",
"chokidar": "^2.0.3",
"clipboardy": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-umi",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"main": "./lib/index",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/umi-build-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "umi-build-dev",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"dependencies": {
"@babel/runtime": "^7.0.0",
"address": "^1.0.3",
"af-webpack": "^1.0.0-beta.20",
"af-webpack": "^1.0.0-beta.21",
"atool-monitor": "^1.0.6",
"babel-preset-umi": "^1.0.0-beta.20",
"babel-preset-umi": "^1.0.0-beta.21",
"body-parser": "^1.18.2",
"chalk": "^2.1.0",
"cheerio": "^1.0.0-rc.2",
Expand Down Expand Up @@ -43,7 +43,7 @@
"rimraf": "^2.6.1",
"string.prototype.padend": "^3.0.0",
"umi-history": "^0.1.0",
"umi-test": "^1.0.0-beta.20",
"umi-test": "^1.0.0-beta.21",
"umi-utils": "^0.2.2",
"yeoman-generator": "^3.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion 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-beta.20",
"version": "1.0.0-beta.21",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-dva/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-dva",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"main": "./lib/index.js",
"dependencies": {
"babel-plugin-dva-hmr": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-locale",
"version": "2.0.0-beta.20",
"version": "2.0.0-beta.21",
"description": "A umi plugin for provide internationalization function.",
"main": "./lib/index.js",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-plugin-polyfills/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-polyfills",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 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.0-beta.20",
"version": "1.0.0-beta.21",
"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-beta.20",
"umi-plugin-dva": "^1.0.0-beta.20",
"umi-plugin-locale": "^2.0.0-beta.20",
"umi-plugin-polyfills": "^1.0.0-beta.20",
"umi-plugin-routes": "^1.0.0-beta.20",
"umi-plugin-dll": "^1.0.0-beta.21",
"umi-plugin-dva": "^1.0.0-beta.21",
"umi-plugin-locale": "^2.0.0-beta.21",
"umi-plugin-polyfills": "^1.0.0-beta.21",
"umi-plugin-routes": "^1.0.0-beta.21",
"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-beta.20",
"version": "1.0.0-beta.21",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-test",
"version": "1.0.0-beta.20",
"version": "1.0.0-beta.21",
"bin": {
"umi-test": "./bin/umi-test.js"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-umi": "^1.0.0-beta.20",
"babel-preset-umi": "^1.0.0-beta.21",
"debug": "^3.1.0",
"enzyme": "^3.4.1",
"enzyme-adapter-react-16": "^1.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "umi",
"version": "2.0.0-beta.20",
"version": "2.0.0-beta.21",
"description": "Pluggable enterprise-level react application framework.",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@types/react": "^16.4.9",
"babel-preset-umi": "^1.0.0-beta.20",
"babel-preset-umi": "^1.0.0-beta.21",
"chai": "^4.1.2",
"cross-spawn": "^6.0.5",
"debug": "^3.1.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.0-beta.20",
"umi-build-dev": "^1.0.0-beta.21",
"update-notifier": "^2.3.0",
"uppercamelcase": "^3.0.0",
"url": "^0.11.0",
Expand Down

0 comments on commit d1a5973

Please sign in to comment.