Skip to content

Commit 1966617

Browse files
committed
Add @emotion/react to devDependencies for manypkg validation
1 parent 9d45235 commit 1966617

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

packages/native/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"types": "types/index.d.ts",
3636
"devDependencies": {
3737
"@definitelytyped/dtslint": "0.0.112",
38+
"@emotion/react": "11.14.0",
3839
"@types/react-native": "^0.63.2",
3940
"react": "16.14.0",
4041
"react-native": "^0.63.2",

packages/primitives/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"react-primitives": "^0.8.1"
2020
},
2121
"devDependencies": {
22+
"@emotion/react": "11.14.0",
2223
"enzyme": "^3.11.0",
2324
"enzyme-adapter-react-16": "^1.15.5",
2425
"react": "16.14.0",

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2843,6 +2843,7 @@ __metadata:
28432843
dependencies:
28442844
"@definitelytyped/dtslint": 0.0.112
28452845
"@emotion/primitives-core": ^11.11.0
2846+
"@emotion/react": 11.14.0
28462847
"@types/react-native": ^0.63.2
28472848
react: 16.14.0
28482849
react-native: ^0.63.2
@@ -2875,6 +2876,7 @@ __metadata:
28752876
"@emotion/babel-plugin": ^11.11.0
28762877
"@emotion/is-prop-valid": ^1.2.1
28772878
"@emotion/primitives-core": ^11.13.0
2879+
"@emotion/react": 11.14.0
28782880
enzyme: ^3.11.0
28792881
enzyme-adapter-react-16: ^1.15.5
28802882
react: 16.14.0

0 commit comments

Comments
 (0)