Skip to content

Commit 65e052f

Browse files
authored
ci(0.76): remove patch on nx (#2490)
Backport of #2488 to `0.76-stable`
1 parent aae004c commit 65e052f

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
@@ -48,7 +48,7 @@
4848
"@babel/preset-flow": "^7.24.7",
4949
"@definitelytyped/dtslint": "^0.0.127",
5050
"@jest/create-cache-key-function": "^29.6.3",
51-
"@nx/js": "patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch",
51+
"@nx/js": "~20.0.0",
5252
"@pkgjs/parseargs": "^0.11.0",
5353
"@react-native/metro-babel-transformer": "0.76.9",
5454
"@react-native/metro-config": "0.76.9",

yarn.lock

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2824,7 +2824,7 @@ __metadata:
28242824
languageName: node
28252825
linkType: hard
28262826

2827-
"@nx/js@npm:20.0.7, @nx/js@npm:~20.0.0":
2827+
"@nx/js@npm:~20.0.0":
28282828
version: 20.0.7
28292829
resolution: "@nx/js@npm:20.0.7"
28302830
dependencies:
@@ -2867,49 +2867,6 @@ __metadata:
28672867
languageName: node
28682868
linkType: hard
28692869

2870-
"@nx/js@patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch":
2871-
version: 20.0.7
2872-
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"
2873-
dependencies:
2874-
"@babel/core": "npm:^7.23.2"
2875-
"@babel/plugin-proposal-decorators": "npm:^7.22.7"
2876-
"@babel/plugin-transform-class-properties": "npm:^7.22.5"
2877-
"@babel/plugin-transform-runtime": "npm:^7.23.2"
2878-
"@babel/preset-env": "npm:^7.23.2"
2879-
"@babel/preset-typescript": "npm:^7.22.5"
2880-
"@babel/runtime": "npm:^7.22.6"
2881-
"@nx/devkit": "npm:20.0.7"
2882-
"@nx/workspace": "npm:20.0.7"
2883-
"@zkochan/js-yaml": "npm:0.0.7"
2884-
babel-plugin-const-enum: "npm:^1.0.1"
2885-
babel-plugin-macros: "npm:^2.8.0"
2886-
babel-plugin-transform-typescript-metadata: "npm:^0.3.1"
2887-
chalk: "npm:^4.1.0"
2888-
columnify: "npm:^1.6.0"
2889-
detect-port: "npm:^1.5.1"
2890-
enquirer: "npm:~2.3.6"
2891-
fast-glob: "npm:3.2.7"
2892-
ignore: "npm:^5.0.4"
2893-
js-tokens: "npm:^4.0.0"
2894-
jsonc-parser: "npm:3.2.0"
2895-
minimatch: "npm:9.0.3"
2896-
npm-package-arg: "npm:11.0.1"
2897-
npm-run-path: "npm:^4.0.1"
2898-
ora: "npm:5.3.0"
2899-
semver: "npm:^7.5.3"
2900-
source-map-support: "npm:0.5.19"
2901-
ts-node: "npm:10.9.1"
2902-
tsconfig-paths: "npm:^4.1.2"
2903-
tslib: "npm:^2.3.0"
2904-
peerDependencies:
2905-
verdaccio: ^5.0.4
2906-
peerDependenciesMeta:
2907-
verdaccio:
2908-
optional: true
2909-
checksum: 10c0/4ea6d88fd623baad2627dcb0a8aa68d2f5eb799b8ded1abc2984eedb508295e640244c7a5a4a57b7b060b0cd2df735142b7d8c00ea6ad33ea4c9608b078f8a14
2910-
languageName: node
2911-
linkType: hard
2912-
29132870
"@nx/nx-darwin-arm64@npm:20.0.7":
29142871
version: 20.0.7
29152872
resolution: "@nx/nx-darwin-arm64@npm:20.0.7"
@@ -3345,7 +3302,7 @@ __metadata:
33453302
"@babel/preset-flow": "npm:^7.24.7"
33463303
"@definitelytyped/dtslint": "npm:^0.0.127"
33473304
"@jest/create-cache-key-function": "npm:^29.6.3"
3348-
"@nx/js": "patch:@nx/js@npm%3A20.0.7#~/.yarn/patches/@nx-js-npm-20.0.7-30719000fd.patch"
3305+
"@nx/js": "npm:~20.0.0"
33493306
"@pkgjs/parseargs": "npm:^0.11.0"
33503307
"@react-native/metro-babel-transformer": "npm:0.76.9"
33513308
"@react-native/metro-config": "npm:0.76.9"

0 commit comments

Comments
 (0)