Skip to content

Commit f629d0a

Browse files
authored
ci(0.77): remove patch on nx (#2489)
Backport of #2488 to `0.77-stable`
1 parent c99c630 commit f629d0a

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
@@ -52,7 +52,7 @@
5252
"@babel/preset-flow": "^7.24.7",
5353
"@definitelytyped/dtslint": "^0.0.127",
5454
"@jest/create-cache-key-function": "^29.6.3",
55-
"@nx/js": "patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch",
55+
"@nx/js": "~20.0.0",
5656
"@react-native/metro-babel-transformer": "0.77.2",
5757
"@react-native/metro-config": "0.77.2",
5858
"@tsconfig/node18": "1.0.1",

yarn.lock

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2315,7 +2315,7 @@ __metadata:
23152315
languageName: node
23162316
linkType: hard
23172317

2318-
"@nx/js@npm:20.0.7, @nx/js@npm:~20.0.0":
2318+
"@nx/js@npm:~20.0.0":
23192319
version: 20.0.7
23202320
resolution: "@nx/js@npm:20.0.7"
23212321
dependencies:
@@ -2358,49 +2358,6 @@ __metadata:
23582358
languageName: node
23592359
linkType: hard
23602360

2361-
"@nx/js@patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch":
2362-
version: 20.0.7
2363-
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"
2364-
dependencies:
2365-
"@babel/core": "npm:^7.23.2"
2366-
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
2367-
"@babel/plugin-transform-class-properties": "npm:^7.22.5"
2368-
"@babel/plugin-transform-runtime": "npm:^7.23.2"
2369-
"@babel/preset-env": "npm:^7.23.2"
2370-
"@babel/preset-typescript": "npm:^7.22.5"
2371-
"@babel/runtime": "npm:^7.22.6"
2372-
"@nx/devkit": "npm:20.0.7"
2373-
"@nx/workspace": "npm:20.0.7"
2374-
"@zkochan/js-yaml": "npm:0.0.7"
2375-
babel-plugin-const-enum: "npm:^1.0.1"
2376-
babel-plugin-macros: "npm:^2.8.0"
2377-
babel-plugin-transform-typescript-metadata: "npm:^0.3.1"
2378-
chalk: "npm:^4.1.0"
2379-
columnify: "npm:^1.6.0"
2380-
detect-port: "npm:^1.5.1"
2381-
enquirer: "npm:~2.3.6"
2382-
fast-glob: "npm:3.2.7"
2383-
ignore: "npm:^5.0.4"
2384-
js-tokens: "npm:^4.0.0"
2385-
jsonc-parser: "npm:3.2.0"
2386-
minimatch: "npm:9.0.3"
2387-
npm-package-arg: "npm:11.0.1"
2388-
npm-run-path: "npm:^4.0.1"
2389-
ora: "npm:5.3.0"
2390-
semver: "npm:^7.5.3"
2391-
source-map-support: "npm:0.5.19"
2392-
ts-node: "npm:10.9.1"
2393-
tsconfig-paths: "npm:^4.1.2"
2394-
tslib: "npm:^2.3.0"
2395-
peerDependencies:
2396-
verdaccio: ^5.0.4
2397-
peerDependenciesMeta:
2398-
verdaccio:
2399-
optional: true
2400-
checksum: 10c0/4ea6d88fd623baad2627dcb0a8aa68d2f5eb799b8ded1abc2984eedb508295e640244c7a5a4a57b7b060b0cd2df735142b7d8c00ea6ad33ea4c9608b078f8a14
2401-
languageName: node
2402-
linkType: hard
2403-
24042361
"@nx/nx-darwin-arm64@npm:20.0.7":
24052362
version: 20.0.7
24062363
resolution: "@nx/nx-darwin-arm64@npm:20.0.7"
@@ -2693,7 +2650,7 @@ __metadata:
26932650
"@babel/preset-flow": "npm:^7.24.7"
26942651
"@definitelytyped/dtslint": "npm:^0.0.127"
26952652
"@jest/create-cache-key-function": "npm:^29.6.3"
2696-
"@nx/js": "patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch"
2653+
"@nx/js": "npm:~20.0.0"
26972654
"@react-native/metro-babel-transformer": "npm:0.77.2"
26982655
"@react-native/metro-config": "npm:0.77.2"
26992656
"@tsconfig/node18": "npm:1.0.1"

0 commit comments

Comments
 (0)