Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Bump dependencies (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and wmonk committed Aug 7, 2017
1 parent 9e64ca3 commit 55df6e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"babel-plugin-transform-react-jsx-source": "6.22.0",
"babel-plugin-transform-regenerator": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.4.0",
"babel-preset-env": "1.5.2",
"babel-preset-react": "6.24.1"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"webpackHotDevClient.js"
],
"dependencies": {
"address": "1.0.1",
"anser": "1.3.0",
"address": "1.0.2",
"anser": "1.4.1",
"babel-code-frame": "6.22.0",
"chalk": "1.1.3",
"cross-spawn": "4.0.2",
Expand All @@ -43,13 +43,13 @@
"filesize": "3.3.0",
"gzip-size": "3.0.0",
"html-entities": "1.2.1",
"inquirer": "3.0.6",
"inquirer": "3.1.1",
"is-root": "1.0.0",
"opn": "5.0.0",
"opn": "5.1.0",
"recursive-readdir": "2.2.1",
"shell-quote": "1.6.1",
"sockjs-client": "1.1.4",
"strip-ansi": "3.0.1",
"strip-ansi": "4.0.0",
"text-table": "0.2.0"
}
}

0 comments on commit 55df6e1

Please sign in to comment.