Skip to content

Commit ba48042

Browse files
committed
update deps
1 parent 7469ca6 commit ba48042

File tree

2 files changed

+11461
-21
lines changed

2 files changed

+11461
-21
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"name": "react-typescript-redux-saga",
33
"version": "2.0.0",
44
"dependencies": {
5-
"localforage": "1.7.3",
6-
"react": "16.8.6",
7-
"react-dom": "16.8.6",
8-
"react-redux": "7.0.2",
9-
"react-router-dom": "5.0.0",
5+
"localforage": "^1.9.0",
6+
"react": "^16.13.1",
7+
"react-dom": "^16.13.1",
8+
"react-redux": "^7.2.1",
9+
"react-router-dom": "^5.2.0",
1010
"react-router-redux": "^4.0.8",
11-
"react-scripts": "3.0.0",
11+
"react-scripts": "^3.4.1",
1212
"redux-devtools-extension": "^2.13.8",
1313
"redux-logger": "^3.0.6",
14-
"redux-persist": "5.10.0",
15-
"redux-saga": "^1.0.2",
14+
"redux-persist": "^6.0.0",
15+
"redux-saga": "^1.1.3",
1616
"redux-thunk": "2.3.0",
1717
"reselect": "^4.0.0",
18-
"typescript": "3.4.4"
18+
"typescript": "^3.9.7"
1919
},
2020
"scripts": {
2121
"start": "react-scripts start",
@@ -30,18 +30,18 @@
3030
"not op_mini all"
3131
],
3232
"devDependencies": {
33-
"@material-ui/core": "^4.0.0-alpha.8",
34-
"@material-ui/icons": "^4.0.0-alpha.8",
35-
"@material-ui/styles": "^4.0.0-alpha.8",
36-
"@types/jest": "24.0.11",
37-
"@types/node": "^11.13.7",
38-
"@types/react": "^16.8.14",
39-
"@types/react-dom": "16.8.3",
40-
"@types/react-redux": "^7.0.8",
41-
"@types/react-router-dom": "^4.3.2",
33+
"@material-ui/core": "^4.11.0",
34+
"@material-ui/icons": "^4.9.1",
35+
"@material-ui/styles": "^4.10.0",
36+
"@types/jest": "^26.0.8",
37+
"@types/node": "^14.0.27",
38+
"@types/react": "^16.9.44",
39+
"@types/react-dom": "^16.9.8",
40+
"@types/react-redux": "^7.1.9",
41+
"@types/react-router-dom": "^5.1.5",
4242
"@types/react-router-redux": "^5.0.18",
43-
"@types/redux-logger": "^3.0.7",
44-
"@types/webpack-env": "^1.13.9",
45-
"eslint-plugin-react": "7.12.4"
43+
"@types/redux-logger": "^3.0.8",
44+
"@types/webpack-env": "^1.15.2",
45+
"eslint-plugin-react": "^7.20.5"
4646
}
4747
}

0 commit comments

Comments
 (0)