Skip to content

Commit 8465980

Browse files
authored
ci(0.78): remove patch on nx (#2488)
## Summary: Remove this patch as we no longer need it ## Test Plan: CI should pass
1 parent a0536e1 commit 8465980

File tree

3 files changed

+3
-68
lines changed

3 files changed

+3
-68
lines changed

.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@babel/preset-flow": "^7.24.7",
5454
"@definitelytyped/dtslint": "^0.0.127",
5555
"@jest/create-cache-key-function": "^29.6.3",
56-
"@nx/js": "patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch",
56+
"@nx/js": "~20.0.0",
5757
"@react-native/metro-babel-transformer": "0.78.2",
5858
"@react-native/metro-config": "0.78.2",
5959
"@tsconfig/node18": "1.0.1",

yarn.lock

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ __metadata:
23502350
languageName: node
23512351
linkType: hard
23522352

2353-
"@nx/js@npm:20.0.7, @nx/js@npm:~20.0.0":
2353+
"@nx/js@npm:~20.0.0":
23542354
version: 20.0.7
23552355
resolution: "@nx/js@npm:20.0.7"
23562356
dependencies:
@@ -2393,49 +2393,6 @@ __metadata:
23932393
languageName: node
23942394
linkType: hard
23952395

2396-
"@nx/js@patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch":
2397-
version: 20.0.7
2398-
resolution: "@nx/js@patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch::version=20.0.7&hash=6556dd"
2399-
dependencies:
2400-
"@babel/core": "npm:^7.23.2"
2401-
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
2402-
"@babel/plugin-transform-class-properties": "npm:^7.22.5"
2403-
"@babel/plugin-transform-runtime": "npm:^7.23.2"
2404-
"@babel/preset-env": "npm:^7.23.2"
2405-
"@babel/preset-typescript": "npm:^7.22.5"
2406-
"@babel/runtime": "npm:^7.22.6"
2407-
"@nx/devkit": "npm:20.0.7"
2408-
"@nx/workspace": "npm:20.0.7"
2409-
"@zkochan/js-yaml": "npm:0.0.7"
2410-
babel-plugin-const-enum: "npm:^1.0.1"
2411-
babel-plugin-macros: "npm:^2.8.0"
2412-
babel-plugin-transform-typescript-metadata: "npm:^0.3.1"
2413-
chalk: "npm:^4.1.0"
2414-
columnify: "npm:^1.6.0"
2415-
detect-port: "npm:^1.5.1"
2416-
enquirer: "npm:~2.3.6"
2417-
fast-glob: "npm:3.2.7"
2418-
ignore: "npm:^5.0.4"
2419-
js-tokens: "npm:^4.0.0"
2420-
jsonc-parser: "npm:3.2.0"
2421-
minimatch: "npm:9.0.3"
2422-
npm-package-arg: "npm:11.0.1"
2423-
npm-run-path: "npm:^4.0.1"
2424-
ora: "npm:5.3.0"
2425-
semver: "npm:^7.5.3"
2426-
source-map-support: "npm:0.5.19"
2427-
ts-node: "npm:10.9.1"
2428-
tsconfig-paths: "npm:^4.1.2"
2429-
tslib: "npm:^2.3.0"
2430-
peerDependencies:
2431-
verdaccio: ^5.0.4
2432-
peerDependenciesMeta:
2433-
verdaccio:
2434-
optional: true
2435-
checksum: 10c0/4ea6d88fd623baad2627dcb0a8aa68d2f5eb799b8ded1abc2984eedb508295e640244c7a5a4a57b7b060b0cd2df735142b7d8c00ea6ad33ea4c9608b078f8a14
2436-
languageName: node
2437-
linkType: hard
2438-
24392396
"@nx/nx-darwin-arm64@npm:20.0.7":
24402397
version: 20.0.7
24412398
resolution: "@nx/nx-darwin-arm64@npm:20.0.7"
@@ -2728,7 +2685,7 @@ __metadata:
27282685
"@babel/preset-flow": "npm:^7.24.7"
27292686
"@definitelytyped/dtslint": "npm:^0.0.127"
27302687
"@jest/create-cache-key-function": "npm:^29.6.3"
2731-
"@nx/js": "patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch"
2688+
"@nx/js": "npm:~20.0.0"
27322689
"@react-native/metro-babel-transformer": "npm:0.78.2"
27332690
"@react-native/metro-config": "npm:0.78.2"
27342691
"@tsconfig/node18": "npm:1.0.1"

0 commit comments

Comments
 (0)