Skip to content

Commit 5a2549c

Browse files
committed
1 parent 3ae5517 commit 5a2549c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

packages/af-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "af-webpack",
3-
"version": "0.22.2",
3+
"version": "0.22.3",
44
"dependencies": {
55
"@babel/core": "7.0.0-beta.46",
66
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.46",

packages/umi-build-dev/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "umi-build-dev",
3-
"version": "0.18.2",
3+
"version": "0.18.3",
44
"dependencies": {
55
"@babel/runtime": "7.0.0-beta.46",
66
"address": "^1.0.3",
7-
"af-webpack": "^0.22.2",
7+
"af-webpack": "^0.22.3",
88
"antd": "^3.0.0",
99
"antd-mobile": "^2.0.0",
1010
"babel-plugin-import": "^1.6.4",

packages/umi-plugin-dll/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umi-plugin-dll",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"main": "./lib/index.js",
55
"repository": {
66
"type": "git",

packages/umi-plugin-dva/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umi-plugin-dva",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"main": "./lib/index.js",
55
"dependencies": {
66
"dva": "^2.2.2",

packages/umi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "umi",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Blazing-fast next.js-like framework for React apps.",
55
"dependencies": {
66
"@babel/runtime": "7.0.0-beta.46",
@@ -13,7 +13,7 @@
1313
"path-is-absolute": "^1.0.1",
1414
"query-string": "^5.0.0",
1515
"slash": "^2.0.0",
16-
"umi-build-dev": "^0.18.2",
16+
"umi-build-dev": "^0.18.3",
1717
"umi-test": "^0.5.5",
1818
"update-notifier": "^2.3.0",
1919
"uppercamelcase": "^3.0.0",

0 commit comments

Comments
 (0)