mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-21 17:16:42 +03:00
chore(deps): clean up (#779)
* chore(deps): clean up * prettierignore * Remove * Keep * Unify @types/react
This commit is contained in:
parent
b893e07fd8
commit
63b5e656e3
|
@ -9,5 +9,4 @@ node_modules
|
|||
__snapshots__
|
||||
dev
|
||||
.yarn/*
|
||||
**/.yarn/*
|
||||
**/demo/public/**
|
||||
**/demo/public/**
|
||||
|
|
|
@ -50,9 +50,6 @@
|
|||
"webpack-cli": "^3.3.12",
|
||||
"webpack-dev-server": "^3.11.2"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "16.14.8"
|
||||
},
|
||||
"scripts": {
|
||||
"lerna": "lerna",
|
||||
"build:all": "lerna run build",
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
"@redux-devtools/log-monitor": "^2.3.0",
|
||||
"@redux-devtools/rtk-query-monitor": "^1.0.0",
|
||||
"@redux-devtools/slider-monitor": "^2.0.0-8",
|
||||
"@reduxjs/toolkit": "^1.6.0",
|
||||
"@reduxjs/toolkit": "^1.6.1",
|
||||
"d3-state-visualizer": "^1.4.0",
|
||||
"devui": "^1.0.0-9",
|
||||
"javascript-stringify": "^2.1.0",
|
||||
|
|
|
@ -55,25 +55,25 @@
|
|||
"redux-devtools-themes": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@chakra-ui/react": "^1.6.5",
|
||||
"@emotion/react": "^11",
|
||||
"@emotion/styled": "^11",
|
||||
"@chakra-ui/react": "^1.6.6",
|
||||
"@emotion/react": "^11.4.1",
|
||||
"@emotion/styled": "^11.3.0",
|
||||
"@mswjs/data": "^0.3.0",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/dock-monitor": "^1.4.0",
|
||||
"@reduxjs/toolkit": "^1.6.0",
|
||||
"@types/react": "^17.0.2",
|
||||
"@types/react-dom": "17.0.0",
|
||||
"@types/react-redux": "7.1.9",
|
||||
"@types/react-router-dom": "5.1.6",
|
||||
"@reduxjs/toolkit": "^1.6.1",
|
||||
"@types/react": "^16.14.14",
|
||||
"@types/react-dom": "^16.9.14",
|
||||
"@types/react-redux": "^7.1.18",
|
||||
"@types/react-router-dom": "^5.1.8",
|
||||
"cross-env": "^7.0.3",
|
||||
"framer-motion": "^4",
|
||||
"msw": "0.28.2",
|
||||
"framer-motion": "^4.1.17",
|
||||
"msw": "^0.28.2",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-redux": "^7.2.1",
|
||||
"react-redux": "^7.2.4",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"redux": "^4.0.5"
|
||||
"redux": "^4.1.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@redux-devtools/core": "^3.7.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user