react-native-platform-override 1.9.35 → 1.9.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-platform-override",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.36",
|
|
4
4
|
"description": "react-native-platform-override offers CLI tools to manage Javascript overrides in out-of-tree React Native platforms",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./lib-commonjs/Api.js",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"react-native-platform-override": "./bin.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-native-windows/fs": "^0.0.0-canary.
|
|
26
|
-
"@react-native-windows/package-utils": "^0.0.0-canary.
|
|
25
|
+
"@react-native-windows/fs": "^0.0.0-canary.47",
|
|
26
|
+
"@react-native-windows/package-utils": "^0.0.0-canary.73",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^5.30.5",
|
|
28
28
|
"@typescript-eslint/parser": "^5.57.1",
|
|
29
29
|
"async": "^3.2.3",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"@babel/core": "^7.20.0",
|
|
47
47
|
"@babel/preset-env": "^7.20.0",
|
|
48
48
|
"@babel/preset-typescript": "^7.8.3",
|
|
49
|
-
"@rnw-scripts/eslint-config": "1.2.
|
|
49
|
+
"@rnw-scripts/eslint-config": "1.2.19",
|
|
50
50
|
"@rnw-scripts/jest-unittest-config": "1.5.8",
|
|
51
|
-
"@rnw-scripts/just-task": "2.3.
|
|
51
|
+
"@rnw-scripts/just-task": "2.3.35",
|
|
52
52
|
"@rnw-scripts/ts-config": "2.0.5",
|
|
53
53
|
"@types/async": "^3.2.5",
|
|
54
54
|
"@types/chalk": "^2.2.0",
|