Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jul 30, 2018
1 parent 7643281 commit 75ab539
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/af-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "af-webpack",
"version": "0.22.10",
"version": "0.22.11",
"dependencies": {
"@babel/core": "7.0.0-beta.46",
"@babel/plugin-transform-modules-commonjs": "7.0.0-beta.46",
Expand All @@ -13,7 +13,7 @@
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dynamic-import-node-sync": "^2.0.1",
"babel-preset-umi": "^0.3.0",
"babel-preset-umi": "^0.3.1",
"case-sensitive-paths-webpack-plugin": "^2.1.1",
"chalk": "^2.1.0",
"chokidar": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-umi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-umi",
"version": "0.3.0",
"version": "0.3.1",
"main": "./lib/index",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-build-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "umi-build-dev",
"version": "0.22.0",
"version": "0.22.1",
"dependencies": {
"@babel/runtime": "7.0.0-beta.46",
"address": "^1.0.3",
"af-webpack": "^0.22.10",
"af-webpack": "^0.22.11",
"antd": "^3.0.0",
"antd-mobile": "^2.0.0",
"babel-plugin-import": "^1.6.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/umi-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "umi-test",
"version": "0.5.5",
"version": "0.5.6",
"bin": {
"umi-test": "./bin/umi-test.js"
},
Expand Down Expand Up @@ -32,7 +32,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^22.0.3",
"babel-plugin-module-resolver": "^3.1.1",
"babel-preset-umi": "^0.3.0",
"babel-preset-umi": "^0.3.1",
"debug": "^3.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "umi",
"version": "1.3.16",
"version": "1.3.17",
"description": "Blazing-fast next.js-like framework for React apps.",
"dependencies": {
"@babel/runtime": "7.0.0-beta.46",
"@types/react": "^16.1.0",
"babel-preset-umi": "^0.3.0",
"babel-preset-umi": "^0.3.1",
"chai": "^4.1.2",
"cross-spawn": "^6.0.5",
"ejs": "^2.5.7",
"is-windows": "^1.0.2",
"path-is-absolute": "^1.0.1",
"query-string": "^5.0.0",
"slash2": "^2.0.0",
"umi-build-dev": "^0.22.0",
"umi-test": "^0.5.5",
"umi-build-dev": "^0.22.1",
"umi-test": "^0.5.6",
"update-notifier": "^2.3.0",
"uppercamelcase": "^3.0.0",
"url": "^0.11.0",
Expand Down

0 comments on commit 75ab539

Please sign in to comment.