Skip to content

Commit

Permalink
Revert "chore: add all missing peer dependency statements (#4243)"
Browse files Browse the repository at this point in the history
This reverts commit 20eb8ef.
  • Loading branch information
quantizor committed Jan 8, 2024
1 parent af1300b commit f122b18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 68 deletions.
41 changes: 2 additions & 39 deletions packages/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,45 +62,8 @@
"tslib": "2.5.0"
},
"peerDependencies": {
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/unitless": ">= 0.8.0",
"@types/stylis": "^4.2.0",
"css-to-react-native": "^3.2.0",
"csstype": "^3.1.2",
"postcss": "^8.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"shallowequal": "^1.1.0",
"tslib": "^2.5.0"
},
"peerDependenciesMeta": {
"@emotion/is-prop-valid": {
"optional": true
},
"@emotion/unitless": {
"optional": true
},
"@types/stylis": {
"optional": true
},
"css-to-react-native": {
"optional": true
},
"csstype": {
"optional": true
},
"postcss": {
"optional": true
},
"react-dom": {
"optional": true
},
"shallowequal": {
"optional": true
},
"tslib": {
"optional": true
}
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@babel/core": "7.21.0",
Expand Down
31 changes: 2 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10039,35 +10039,8 @@ __metadata:
tslib: "npm:2.5.0"
typescript: "npm:4.9.5"
peerDependencies:
"@emotion/is-prop-valid": ^1.2.1
"@emotion/unitless": ">= 0.8.0"
"@types/stylis": ^4.2.0
css-to-react-native: ^3.2.0
csstype: ^3.1.2
postcss: ^8.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
shallowequal: ^1.1.0
tslib: ^2.5.0
peerDependenciesMeta:
"@emotion/is-prop-valid":
optional: true
"@emotion/unitless":
optional: true
"@types/stylis":
optional: true
css-to-react-native:
optional: true
csstype:
optional: true
postcss:
optional: true
react-dom:
optional: true
shallowequal:
optional: true
tslib:
optional: true
react: ">= 16.8.0"
react-dom: ">= 16.8.0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit f122b18

Please sign in to comment.