Skip to content

Commit 6687861

Browse files
author
spoeck
committed
update to react 16.6
1 parent 1721a0b commit 6687861

File tree

2 files changed

+17
-23
lines changed

2 files changed

+17
-23
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"@material-ui/icons": "3.0.1",
88
"react": "16.6.0",
99
"react-dom": "16.6.0",
10-
"react-redux": "5.1.0",
10+
"react-redux": "^5.0.7",
1111
"react-router": "^4.2.0",
1212
"react-scripts-ts": "3.1.0",
13-
"redux": "4.0.1",
13+
"redux": "^3.7.2",
1414
"redux-logger": "3.0.6",
15-
"redux-persist": "5.10.0",
16-
"redux-thunk": "2.3.0"
15+
"redux-persist": "^5.5.0",
16+
"redux-thunk": "2.2.0"
1717
},
1818
"devDependencies": {
1919
"@types/history": "^4.6.2",
@@ -25,8 +25,8 @@
2525
"@types/react-router": "^4.0.18",
2626
"@types/redux-logger": "^3.0.5",
2727
"@types/webpack-env": "^1.13.5",
28-
"csstype": "2.5.7",
29-
"redux-devtools-extension": "2.13.5",
28+
"csstype": "^2.4.2",
29+
"redux-devtools-extension": "^2.13.2",
3030
"typescript": "3.1.3"
3131
},
3232
"scripts": {

0 commit comments

Comments
 (0)