Skip to content

Commit d117d43

Browse files
committed
1 parent 2ba245b commit d117d43

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.17.2",
3+
"version": "0.17.3",
44
"dependencies": {
55
"@babel/core": "^7.0.0-beta.31",
66
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.31",

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.10.6",
3+
"version": "0.10.7",
44
"dependencies": {
55
"@babel/runtime": "^7.0.0-beta.31",
66
"address": "^1.0.3",
7-
"af-webpack": "^0.17.2",
7+
"af-webpack": "^0.17.3",
88
"antd": "^3.0.0",
99
"antd-mobile": "^2.0.0",
1010
"body-parser": "^1.18.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.0.3",
3+
"version": "1.0.4",
44
"description": "A neat framework for building highly performance and cross-platform optimized web apps.",
55
"dependencies": {
66
"@babel/runtime": "^7.0.0-beta.31",
@@ -12,7 +12,7 @@
1212
"cross-spawn": "^5.1.0",
1313
"ejs": "^2.5.7",
1414
"query-string": "^5.0.0",
15-
"umi-build-dev": "^0.10.6",
15+
"umi-build-dev": "^0.10.7",
1616
"umi-test": "^0.4.4",
1717
"update-notifier": "^2.3.0",
1818
"uppercamelcase": "^3.0.0",

0 commit comments

Comments
 (0)