Skip to content

Commit

Permalink
2.4.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed May 16, 2018
1 parent 0abfa75 commit c7e36fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roadhog",
"version": "2.4.0-beta.3",
"version": "2.4.0-beta.4",
"description": "Cli tool for creating react apps, configurable version of create-react-app.",
"bin": {
"roadhog": "./bin/roadhog.js"
Expand Down Expand Up @@ -38,10 +38,10 @@
]
},
"dependencies": {
"@babel/core": "^7.0.0-beta.38",
"@babel/polyfill": "^7.0.0-beta.38",
"@babel/runtime": "^7.0.0-beta.38",
"af-webpack": "^0.21.0",
"@babel/core": "7.0.0-beta.46",
"@babel/polyfill": "7.0.0-beta.46",
"@babel/runtime": "7.0.0-beta.46",
"af-webpack": "^0.22.2",
"atool-monitor": "^0.4.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-umi": "^0.3.0",
Expand All @@ -56,7 +56,7 @@
"lodash.escaperegexp": "^4.1.2",
"parse-json-pretty": "^0.1.0",
"strip-json-comments": "^2.0.1",
"umi-test": "^0.5.4",
"umi-test": "^0.5.5",
"update-notifier": "^2.3.0",
"yargs": "^8.0.1"
},
Expand Down

0 comments on commit c7e36fa

Please sign in to comment.