Skip to content

Commit 96c0605

Browse files
authored
fix(virtualized-lists): revert dependency change to break cycle (#2244)
1 parent 296b251 commit 96c0605

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

packages/react-native/package.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -151,26 +151,6 @@
151151
"beachball": {
152152
"shouldPublish": false
153153
},
154-
"resolutions": {
155-
"@grpc/proto-loader": "^0.7.8",
156-
"async": "^3.2.2",
157-
"debug": ">=3.1.0",
158-
"es5-ext": "0.10.53",
159-
"micromatch": "^4.0.0",
160-
"readable-stream": "^4.0.0",
161-
"shell-quote": "^1.7.3",
162-
"tough-cookie": "^4.1.3"
163-
},
164-
"_justification": {
165-
"@grpc/proto-loader": "Resolves a security issue with protobufjs, one of its dependencies",
166-
"async": "Versions of async prior to 3.2.2 are vulnerable to prototype pollution",
167-
"debug": "ReDoS vulnerability in older versions, plus the dependents that pull in debug@<1.0.0 haven't been updated in years",
168-
"es5-ext": "Packages after 0.10.54 and at the moment up until 0.10.59 contain a protest message. A policy prevents us from using packages with protestware, therefore downgrading to the latest release without the message.",
169-
"micromatch": "Version 3.x.x depends on decode-uri-component 0.2.0, which has a DoS vulnerability",
170-
"readable-stream": "Eliminates dependency on outdated string_decoder component",
171-
"shell-quote": "Versions prior to 1.7.3 have an RCE vulnerability. Should be removable once we upgrade CLI tools to ^8.0.0 with RN 0.69.",
172-
"tough-cookie": "@definitelytyped/dtslint indirectly depends on this through an out-of-date library, and our particular use case doesn't need cookies"
173-
},
174154
"codegenConfig": {
175155
"libraries": [
176156
{

packages/virtualized-lists/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"peerDependencies": {
3636
"@types/react": "^18.2.6",
3737
"react": "*",
38-
"react-native-macos": "*"
38+
"react-native": "*"
3939
},
4040
"peerDependenciesMeta": {
4141
"@types/react": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3406,7 +3406,7 @@ __metadata:
34063406
peerDependencies:
34073407
"@types/react": ^18.2.6
34083408
react: "*"
3409-
react-native-macos: "*"
3409+
react-native: "*"
34103410
peerDependenciesMeta:
34113411
"@types/react":
34123412
optional: true

0 commit comments

Comments
 (0)