chore(deps): clean up (#779)

* chore(deps): clean up

* prettierignore

* Remove

* Keep

* Unify @types/react
This commit is contained in:
Nathan Bierema 2021-08-26 23:20:13 +00:00 committed by GitHub
parent b893e07fd8
commit 63b5e656e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 453 additions and 459 deletions

View File

@ -9,5 +9,4 @@ node_modules
__snapshots__
dev
.yarn/*
**/.yarn/*
**/demo/public/**
**/demo/public/**

View File

@ -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",

View File

@ -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",

View File

@ -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",

880
yarn.lock

File diff suppressed because it is too large Load Diff