Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ycjcl868 committed Nov 18, 2019
1 parent 8ee577d commit 5fa32cc
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions packages/umi-build-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-build-dev",
"version": "1.16.1",
"version": "1.16.2",
"dependencies": {
"@babel/code-frame": "7.0.0",
"@babel/generator": "7.4.4",
Expand Down Expand Up @@ -59,11 +59,11 @@
"stringify-object": "3.3.0",
"sylvanas": "^0.4.0",
"terminal-link": "1.3.0",
"umi-core": "1.9.0",
"umi-core": "1.9.1",
"umi-history": "0.1.2",
"umi-mock": "2.1.2",
"umi-notify": "^0.1.1",
"umi-plugin-ui": "1.4.1",
"umi-plugin-ui": "1.4.2",
"umi-test": "1.9.0",
"umi-uni18n": "^1.1.6",
"umi-utils": "1.7.2",
Expand All @@ -81,7 +81,7 @@
"@types/webpack-node-externals": "1.6.3",
"antd": "^4.0.0-alpha.6",
"react-lazyload": "^2.6.2",
"umi-types": "0.5.5"
"umi-types": "0.5.6"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-core",
"version": "1.9.0",
"version": "1.9.1",
"dependencies": {
"@babel/preset-typescript": "7.3.3",
"@babel/register": "7.4.4",
Expand All @@ -16,7 +16,7 @@
"umi-utils": "1.7.2"
},
"devDependencies": {
"umi-types": "0.5.5"
"umi-types": "0.5.6"
},
"files": [
"lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-plugin-auto-externals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-auto-externals",
"version": "1.5.0",
"version": "1.5.1",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand All @@ -27,6 +27,6 @@
},
"devDependencies": {
"@types/got": "9.6.0",
"umi-types": "0.5.5"
"umi-types": "0.5.6"
}
}
8 changes: 4 additions & 4 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.14.1",
"version": "1.14.2",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,13 +36,13 @@
"umi-plugin-hd": "1.7.0-beta.2",
"umi-plugin-locale": "2.11.3",
"umi-plugin-polyfills": "1.4.2",
"umi-plugin-routes": "1.8.0",
"umi-plugin-ui": "1.4.1",
"umi-plugin-routes": "1.8.1",
"umi-plugin-ui": "1.4.2",
"umi-utils": "1.7.2",
"webpack": "4.41.1",
"workbox-webpack-plugin": "3.6.3"
},
"devDependencies": {
"umi-types": "0.5.5"
"umi-types": "0.5.6"
}
}
4 changes: 2 additions & 2 deletions packages/umi-plugin-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "umi-plugin-routes",
"version": "1.8.0",
"version": "1.8.1",
"main": "./lib/index.js",
"files": [
"lib",
"src"
],
"devDependencies": {
"umi-types": "0.5.5"
"umi-types": "0.5.6"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/umi-plugin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-ui",
"version": "1.4.1",
"version": "1.4.2",
"main": "./lib/index.js",
"files": [
"lib",
Expand All @@ -13,7 +13,7 @@
"mkdirp": "^0.5.1",
"sockjs-client": "1.3.0",
"styled-components": "^4.4.0",
"umi-ui-tasks": "1.3.0"
"umi-ui-tasks": "1.3.1"
},
"devDependencies": {
"@ant-design/compatible": "^0.0.1-alpha.1",
Expand All @@ -26,7 +26,7 @@
"react-masonry-component": "^6.2.1",
"serialize-javascript": "^1.7.0",
"swr": "^0.1.8",
"umi-types": "0.5.5",
"umi-types": "0.5.6",
"umi-ui-theme": "1.2.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-serve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-serve",
"version": "1.9.0",
"version": "1.9.1",
"bin": {
"umi-serve": "./bin/umi-serve.js"
},
Expand All @@ -18,7 +18,7 @@
"compression": "^1.7.4",
"express": "4.17.1",
"serve-static": "1.14.1",
"umi-core": "1.9.0",
"umi-core": "1.9.1",
"umi-mock": "2.1.2",
"umi-utils": "1.7.2",
"update-notifier": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/umi-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-types",
"version": "0.5.5",
"version": "0.5.6",
"description": "Type definitions for umi.",
"types": "index",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-ui-tasks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-ui-tasks",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"eslint": "^6.1.0",
"filesize": "^4.2.0",
"react-sizeme": "^2.6.7",
"umi-types": "0.5.5",
"umi-types": "0.5.6",
"xterm": "4.1.0",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-web-links": "^0.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/umi-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-ui",
"version": "1.3.1",
"version": "1.3.2",
"main": "./lib/UmiUI.js",
"files": [
"lib",
Expand All @@ -12,7 +12,7 @@
"@ant-design/icons": "^4.0.0-alpha.8",
"@types/node-notifier": "^5.4.0",
"@types/sockjs": "^0.3.31",
"umi-types": "0.5.5",
"umi-types": "0.5.6",
"umi-ui-theme": "1.1.2"
},
"repository": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"rimraf": "3.0.0",
"semver": "6.3.0",
"sockjs": "0.3.19",
"umi-build-dev": "1.16.1",
"umi-build-dev": "1.16.2",
"umi-ui-theme": "1.2.0",
"user-home": "2.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi",
"version": "2.12.0-beta.4",
"version": "2.12.0-beta.5",
"description": "Pluggable enterprise-level react application framework.",
"dependencies": {
"@babel/core": "7.4.5",
Expand All @@ -16,9 +16,9 @@
"resolve-cwd": "3.0.0",
"semver": "6.1.1",
"signale": "1.4.0",
"umi-build-dev": "1.16.1",
"umi-core": "1.9.0",
"umi-ui": "1.3.1",
"umi-build-dev": "1.16.2",
"umi-core": "1.9.1",
"umi-ui": "1.3.2",
"umi-utils": "1.7.2",
"update-notifier": "3.0.0",
"yargs-parser": "13.1.1"
Expand Down

0 comments on commit 5fa32cc

Please sign in to comment.