Skip to content

Commit db0d7cd

Browse files
committed
Use history version without deprecation warnings
1 parent 17d7272 commit db0d7cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"warning": "^2.0.0"
4242
},
4343
"peerDependencies": {
44-
"history": "^1.16.0"
44+
"history": "^1.17.0"
4545
},
4646
"devDependencies": {
4747
"babel": "^5.4.7",
4848
"babel-core": "^5.4.7",
49-
"babel-eslint": "^3.1.23",
49+
"babel-eslint": "^4.1.6",
5050
"babel-loader": "^5.0.0",
5151
"babel-plugin-dev-expression": "^0.1.0",
5252
"bundle-loader": "^0.5.2",
@@ -60,7 +60,7 @@
6060
"express": "^4.13.3",
6161
"express-urlrewrite": "^1.2.0",
6262
"gzip-size": "^3.0.0",
63-
"history": "^1.12.5",
63+
"history": "^1.17.0",
6464
"isparta-loader": "^1.0.0",
6565
"karma": "^0.13.13",
6666
"karma-browserstack-launcher": "^0.1.4",

0 commit comments

Comments
 (0)