mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
update all deps, use react-redux-devtools
This commit is contained in:
@@ -8,26 +8,27 @@
|
||||
"devDependencies": {
|
||||
"@types/node-sass": "^3.10.32",
|
||||
"@types/parcel-bundler": "^1.10.1",
|
||||
"@types/react": "^16.7.18",
|
||||
"@types/react-dom": "^16.0.11",
|
||||
"@types/react-redux": "^6.0.11",
|
||||
"@types/react": "^16.8.2",
|
||||
"@types/react-dom": "^16.8.0",
|
||||
"@types/react-redux": "^7.0.1",
|
||||
"@types/react-router": "^4.4.3",
|
||||
"@types/react-router-dom": "^4.3.1",
|
||||
"node-sass": "^4.11.0",
|
||||
"parcel-bundler": "^1.11.0"
|
||||
"parcel-bundler": "^1.11.0",
|
||||
"redux-devtools-extension": "^2.13.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@blueprintjs/core": "^3.10.0",
|
||||
"@blueprintjs/icons": "^3.4.0",
|
||||
"@blueprintjs/core": "^3.13.0",
|
||||
"@blueprintjs/icons": "^3.6.0",
|
||||
"rea": "0.0.1",
|
||||
"react": "^16.7.0",
|
||||
"react-dom": "^16.7.0",
|
||||
"react": "^16.8.1",
|
||||
"react-dom": "^16.8.1",
|
||||
"react-redux": "^6.0.0",
|
||||
"react-router": "^4.3.1",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"react-spring": "^7.2.7",
|
||||
"react-spring": "^8.0.4",
|
||||
"redux": "^4.0.1",
|
||||
"redux-persist": "^5.10.0",
|
||||
"redux-saga": "^0.16.2"
|
||||
"redux-saga": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user