Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - af-webpack@1.10.1
 - umi-build-dev@1.11.3
 - umi-plugin-ui@1.0.3
 - umi-ui-tasks@1.0.3
 - umi-ui@1.0.3
 - umi@2.9.3
  • Loading branch information
sorrycc committed Sep 4, 2019
1 parent dac25eb commit c0c7c8a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/af-webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "af-webpack",
"version": "1.10.0",
"version": "1.10.1",
"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.11.2",
"version": "1.11.3",
"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.10.0",
"af-webpack": "1.10.1",
"babel-plugin-module-resolver": "3.2.0",
"babel-preset-umi": "1.7.0-beta.2",
"chalk": "2.4.2",
Expand Down Expand Up @@ -62,7 +62,7 @@
"umi-history": "0.1.2",
"umi-mock": "1.4.0-beta.2",
"umi-notify": "^0.1.1",
"umi-plugin-ui": "1.0.2",
"umi-plugin-ui": "1.0.3",
"umi-test": "1.7.0-beta.2",
"umi-uni18n": "^1.0.2",
"umi-utils": "1.6.0-beta.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-plugin-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-plugin-ui",
"version": "1.0.2",
"version": "1.0.3",
"main": "./lib/index.js",
"files": [
"lib",
Expand All @@ -11,7 +11,7 @@
"@ant-design/icons": "^4.0.0-alpha.8",
"classnames": "^2.2.6",
"fuse.js": "^3.4.5",
"umi-ui-tasks": "1.0.2"
"umi-ui-tasks": "1.0.3"
},
"devDependencies": {
"@umijs/fabric": "^1.1.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-ui-tasks/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-ui-tasks",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"antd": "4.0.0-alpha.2",
"concurrently": "^4.1.1",
"eslint": "^6.1.0",
"umi": "2.9.2",
"umi": "2.9.3",
"umi-types": "0.4.0-beta.4",
"xterm": "^3.14.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "umi-ui",
"version": "1.0.2",
"version": "1.0.3",
"main": "./lib/index.js",
"files": [
"lib",
Expand Down Expand Up @@ -41,7 +41,7 @@
"resolve-from": "5.0.0",
"rimraf": "3.0.0",
"sockjs": "0.3.19",
"umi-build-dev": "1.11.2",
"umi-build-dev": "1.11.3",
"user-home": "2.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/umi/package.json
@@ -1,6 +1,6 @@
{
"name": "umi",
"version": "2.9.2",
"version": "2.9.3",
"description": "Pluggable enterprise-level react application framework.",
"dependencies": {
"@babel/core": "7.4.5",
Expand All @@ -16,8 +16,8 @@
"resolve-cwd": "3.0.0",
"semver": "6.1.1",
"signale": "1.4.0",
"umi-build-dev": "1.11.2",
"umi-ui": "1.0.2",
"umi-build-dev": "1.11.3",
"umi-ui": "1.0.3",
"umi-utils": "1.6.0-beta.2",
"update-notifier": "3.0.0",
"yargs-parser": "13.1.1"
Expand Down

0 comments on commit c0c7c8a

Please sign in to comment.