Skip to content

Commit

Permalink
Fix package.json after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jwang1919 committed Mar 17, 2019
1 parent 8aa9e02 commit 785dbde
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
Expand Up @@ -280,16 +280,16 @@
"analyze-bundle": "gulp js --production && source-map-explorer ./dist/application.js"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.3.1",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@redux-saga/testing-utils": "^1.0.1",
"almost-equal": "^1.1.0",
"babel-eslint": "^10.0.0",
"babel-loader": "^8.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-dynamic-import-node": "^2.2.0",
"bower": "^1.7.9",
"brfs": "^2.0.0",
Expand Down

0 comments on commit 785dbde

Please sign in to comment.