Skip to content

Commit a3bc736

Browse files
committed
fixup! fix(windows): declare support for 0.84
1 parent 86a9706 commit a3bc736

5 files changed

Lines changed: 6 additions & 3 deletions

File tree

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ catalog:
22
"@babel/core": ^7.25.2
33
"@babel/preset-env": ^7.25.3
44
"@react-native-webapis/web-storage": ^0.4.5
5+
"@types/node": ^24.0.0
56
"@rnx-kit/cli": ^2.0.1
67
"@rnx-kit/metro-config": ^2.2.4
78
"@rnx-kit/polyfills": ^0.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@swc-node/register": "^1.11.1",
3939
"@swc/core": "^1.15.8",
4040
"@types/js-yaml": "^4.0.5",
41-
"@types/node": "^24.0.0",
41+
"@types/node": "catalog:",
4242
"eslint-plugin-wdio": "^9.26.0",
4343
"globals": "^16.5.0",
4444
"js-yaml": "^4.1.0",

packages/app/example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"@rnx-kit/polyfills": "catalog:",
3838
"@rnx-kit/react-native-template-web": "workspace:*",
3939
"@rnx-kit/tsconfig": "catalog:",
40+
"@types/node": "catalog:",
4041
"@types/react": "~19.2.0",
4142
"@wdio/types": "^9.20.0",
4243
"appium": "^3.1.1",

packages/app/example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@rnx-kit/tsconfig/tsconfig.json",
2+
"extends": "@rnx-kit/tsconfig/tsconfig.nodenext.json",
33
"compilerOptions": {
44
"jsx": "react-native",
55
"noEmit": true,

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2495,7 +2495,7 @@ __metadata:
24952495
"@swc-node/register": "npm:^1.11.1"
24962496
"@swc/core": "npm:^1.15.8"
24972497
"@types/js-yaml": "npm:^4.0.5"
2498-
"@types/node": "npm:^24.0.0"
2498+
"@types/node": "catalog:"
24992499
eslint-plugin-wdio: "npm:^9.26.0"
25002500
globals: "npm:^16.5.0"
25012501
js-yaml: "npm:^4.1.0"
@@ -8389,6 +8389,7 @@ __metadata:
83898389
"@rnx-kit/polyfills": "catalog:"
83908390
"@rnx-kit/react-native-template-web": "workspace:*"
83918391
"@rnx-kit/tsconfig": "catalog:"
8392+
"@types/node": "catalog:"
83928393
"@types/react": "npm:~19.2.0"
83938394
"@wdio/types": "npm:^9.20.0"
83948395
appium: "npm:^3.1.1"

0 commit comments

Comments
 (0)