Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - af-webpack@1.11.6
 - umi-build-dev@1.13.11
 - umi-plugin-react@1.12.6
 - umi-plugin-ui@1.2.11
 - umi-ui-tasks@1.1.11
 - umi-ui@1.1.11
 - umi@2.10.5
  • Loading branch information
sorrycc committed Oct 16, 2019
1 parent 09a4149 commit 8c46646
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/af-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "af-webpack",
"version": "1.11.5",
"version": "1.11.6",
"bin": {
"af-webpack": "./bin/af-webpack.js"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/umi-build-dev/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-build-dev",
"version": "1.13.10",
"version": "1.13.11",
"dependencies": {
"@babel/code-frame": "7.0.0",
"@babel/generator": "7.4.4",
Expand All @@ -9,7 +9,7 @@
"@babel/template": "7.4.4",
"@babel/traverse": "7.4.5",
"@babel/types": "7.4.4",
"af-webpack": "1.11.5",
"af-webpack": "1.11.6",
"babel-plugin-module-resolver": "3.2.0",
"babel-preset-umi": "1.8.1",
"chalk": "2.4.2",
Expand Down Expand Up @@ -63,7 +63,7 @@
"umi-history": "0.1.2",
"umi-mock": "2.1.1",
"umi-notify": "^0.1.1",
"umi-plugin-ui": "1.2.10",
"umi-plugin-ui": "1.2.11",
"umi-test": "1.8.1",
"umi-uni18n": "^1.1.6",
"umi-utils": "1.7.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-plugin-react/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-react",
"version": "1.12.5",
"version": "1.12.6",
"main": "./lib/index.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"umi-plugin-locale": "2.11.1",
"umi-plugin-polyfills": "1.4.2",
"umi-plugin-routes": "1.6.3",
"umi-plugin-ui": "1.2.10",
"umi-plugin-ui": "1.2.11",
"umi-utils": "1.7.1",
"webpack": "4.41.1",
"workbox-webpack-plugin": "3.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-plugin-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-ui",
"version": "1.2.10",
"version": "1.2.11",
"main": "./lib/index.js",
"files": [
"lib",
Expand All @@ -11,7 +11,7 @@
"react-portal": "^4.2.0",
"sockjs-client": "1.3.0",
"styled-components": "^4.4.0",
"umi-ui-tasks": "1.1.10"
"umi-ui-tasks": "1.1.11"
},
"devDependencies": {
"@ant-design/compatible": "^0.0.1-alpha.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-ui-tasks/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-ui-tasks",
"version": "1.1.10",
"version": "1.1.11",
"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": "2.10.4",
"umi": "2.10.5",
"umi-types": "0.5.3",
"xterm": "^3.14.5",
"xterm-addon-web-links": "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-ui",
"version": "1.1.10",
"version": "1.1.11",
"main": "./lib/UmiUI.js",
"files": [
"lib",
Expand Down Expand Up @@ -44,7 +44,7 @@
"rimraf": "3.0.0",
"semver": "6.3.0",
"sockjs": "0.3.19",
"umi-build-dev": "1.13.10",
"umi-build-dev": "1.13.11",
"umi-ui-theme": "1.1.2",
"user-home": "2.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/umi/package.json
@@ -1,6 +1,6 @@
{
"name": "umi",
"version": "2.10.4",
"version": "2.10.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.13.10",
"umi-build-dev": "1.13.11",
"umi-core": "1.7.4",
"umi-ui": "1.1.10",
"umi-ui": "1.1.11",
"umi-utils": "1.7.1",
"update-notifier": "3.0.0",
"yargs-parser": "13.1.1"
Expand Down

0 comments on commit 8c46646

Please sign in to comment.