mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 22:01:45 +00:00
package.json - Add @types/react-redux + formatting
This commit is contained in:
+2
-1
@@ -23,8 +23,8 @@
|
|||||||
"format": "prettier --write \"{src,example/src}/**/*.{js,ts}*\""
|
"format": "prettier --write \"{src,example/src}/**/*.{js,ts}*\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"redux": "^4.0.5",
|
|
||||||
"react-redux": "^7.1.3",
|
"react-redux": "^7.1.3",
|
||||||
|
"redux": "^4.0.5",
|
||||||
"redux-devtools-extension": "^2.13.8"
|
"redux-devtools-extension": "^2.13.8"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
@@ -37,6 +37,7 @@
|
|||||||
"@types/jest": "^23.1.5",
|
"@types/jest": "^23.1.5",
|
||||||
"@types/react": "^16.3.13",
|
"@types/react": "^16.3.13",
|
||||||
"@types/react-dom": "^16.0.5",
|
"@types/react-dom": "^16.0.5",
|
||||||
|
"@types/react-redux": "^7.1.7",
|
||||||
"babel-core": "^6.26.3",
|
"babel-core": "^6.26.3",
|
||||||
"babel-runtime": "^6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"cross-env": "^5.1.4",
|
"cross-env": "^5.1.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user