Add peer deps

This commit is contained in:
Nathan Bierema 2021-06-12 16:53:14 -04:00
parent 23df042fc9
commit 7ed8ed79a0
6 changed files with 25412 additions and 18798 deletions

View File

@ -7,3 +7,4 @@ build
coverage
node_modules
__snapshots__
.yarn/*

7
.gitignore vendored
View File

@ -9,3 +9,10 @@ coverage
.idea
.eslintcache
!packages/redux-devtools-slider-monitor/examples/todomvc/dist/index.html
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

View File

@ -8,3 +8,4 @@ coverage
node_modules
__snapshots__
dev
.yarn/*

View File

@ -55,17 +55,20 @@
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@storybook/addon-essentials": "^6.0.21",
"@storybook/react": "^6.0.21",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"babel-loader": "^8.1.0",
"csstype": "^3.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"enzyme-to-json": "^3.5.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-is": "^16.13.1"
"react-is": "^16.13.1",
"webpack": "^4.44.1"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0"

View File

@ -56,6 +56,7 @@
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.21",
"react-icons": "^3.10.0",
"react-is": "^16.13.1",
"react-test-renderer": "^16.13.1",
"styled-components": "^5.1.1"
},

44195
yarn.lock

File diff suppressed because it is too large Load Diff