Skip to content

Commit 0ff76c4

Browse files
committed
Upgrade more deps and prep for 4.3.0
Upgrading rollup gets us some free bytes savings too! 👍
1 parent a27bc56 commit 0ff76c4

File tree

13 files changed

+12813
-10348
lines changed

13 files changed

+12813
-10348
lines changed

CHANGES.md

Lines changed: 189 additions & 162 deletions
Large diffs are not rendered by default.

packages/react-router-config/package-lock.json

Lines changed: 2567 additions & 1979 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-router-config/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,33 +27,33 @@
2727
},
2828
"peerDependencies": {
2929
"react": ">=15",
30-
"react-router": "^4.2.0"
30+
"react-router": "^4.3.0"
3131
},
3232
"devDependencies": {
3333
"babel-cli": "^6.26.0",
3434
"babel-eslint": "^8.2.3",
35-
"babel-jest": "^22.4.3",
35+
"babel-jest": "^23.0.1",
3636
"babel-plugin-dev-expression": "^0.2.1",
3737
"babel-plugin-external-helpers": "^6.22.0",
3838
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
3939
"babel-preset-es2015": "^6.14.0",
4040
"babel-preset-react": "^6.5.0",
4141
"babel-preset-stage-1": "^6.5.0",
4242
"eslint": "^4.19.1",
43-
"eslint-plugin-import": "^2.11.0",
44-
"eslint-plugin-react": "^7.7.0",
43+
"eslint-plugin-import": "^2.12.0",
44+
"eslint-plugin-react": "^7.9.1",
4545
"gzip-size": "^4.1.0",
4646
"history": "^4.7.2",
47-
"jest": "^22.4.3",
48-
"pretty-bytes": "^4.0.2",
47+
"jest": "^23.1.0",
48+
"pretty-bytes": "^5.0.0",
4949
"raf": "^3.4.0",
50-
"react": "^16.3.2",
50+
"react": "^16.4.0",
5151
"react-addons-test-utils": "^15.6.2",
52-
"react-dom": "^16.3.2",
53-
"react-router": "^4.2.0",
54-
"rollup": "^0.58.2",
52+
"react-dom": "^16.4.0",
53+
"react-router": "^4.3.0",
54+
"rollup": "^0.60.0",
5555
"rollup-plugin-babel": "^3.0.4",
56-
"rollup-plugin-commonjs": "^9.1.0",
56+
"rollup-plugin-commonjs": "^9.1.3",
5757
"rollup-plugin-node-resolve": "^3.3.0",
5858
"rollup-plugin-replace": "^2.0.0",
5959
"rollup-plugin-uglify": "^3.0.0"

0 commit comments

Comments
 (0)