react-native-platform-override 1.9.47 → 1.9.50

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.
@@ -5,6 +5,7 @@
5
5
  * @format
6
6
  */
7
7
  /// <reference types="node" />
8
+ /// <reference types="node" />
8
9
  /**
9
10
  * A filesystem abstraction that allows listing and reading files
10
11
  */
@@ -5,6 +5,7 @@
5
5
  * @format
6
6
  */
7
7
  /// <reference types="node" />
8
+ /// <reference types="node" />
8
9
  import { WritableFileRepository } from './FileRepository';
9
10
  /**
10
11
  * Allows reading physical files based on a passed in directory
@@ -5,6 +5,7 @@
5
5
  * @format
6
6
  */
7
7
  /// <reference types="node" />
8
+ /// <reference types="node" />
8
9
  import { VersionedReactFileRepository } from './FileRepository';
9
10
  /**
10
11
  * Retrieves React Native files using the React Native Github repo. Switching
@@ -5,6 +5,7 @@
5
5
  * @format
6
6
  */
7
7
  /// <reference types="node" />
8
+ /// <reference types="node" />
8
9
  import FileRepository from './FileRepository';
9
10
  export type HashOpts = {
10
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-platform-override",
3
- "version": "1.9.47",
3
+ "version": "1.9.50",
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,10 +22,10 @@
22
22
  "react-native-platform-override": "./bin.js"
23
23
  },
24
24
  "dependencies": {
25
- "@react-native-windows/fs": "^0.0.0-canary.57",
26
- "@react-native-windows/package-utils": "^0.0.0-canary.83",
27
- "@typescript-eslint/eslint-plugin": "^5.30.5",
28
- "@typescript-eslint/parser": "^5.57.1",
25
+ "@react-native-windows/fs": "^0.0.0-canary.60",
26
+ "@react-native-windows/package-utils": "^0.0.0-canary.86",
27
+ "@typescript-eslint/eslint-plugin": "^7.1.1",
28
+ "@typescript-eslint/parser": "^7.1.1",
29
29
  "async": "^3.2.3",
30
30
  "chalk": "^4.1.0",
31
31
  "fp-ts": "^2.5.0",
@@ -46,9 +46,9 @@
46
46
  "@babel/core": "^7.25.2",
47
47
  "@babel/preset-env": "^7.25.3",
48
48
  "@babel/preset-typescript": "^7.8.3",
49
- "@rnw-scripts/eslint-config": "1.2.28",
50
- "@rnw-scripts/jest-unittest-config": "1.5.10",
51
- "@rnw-scripts/just-task": "2.3.45",
49
+ "@rnw-scripts/eslint-config": "1.2.31",
50
+ "@rnw-scripts/jest-unittest-config": "1.5.11",
51
+ "@rnw-scripts/just-task": "2.3.48",
52
52
  "@rnw-scripts/ts-config": "2.0.5",
53
53
  "@types/async": "^3.2.5",
54
54
  "@types/chalk": "^2.2.0",
@@ -64,7 +64,7 @@
64
64
  "babel-jest": "^29.6.3",
65
65
  "diff-match-patch": "^1.0.4",
66
66
  "eslint": "^8.19.0",
67
- "jest": "^29.6.3",
67
+ "jest": "^29.7.0",
68
68
  "minimatch": "^9.0.0",
69
69
  "prettier": "2.8.8",
70
70
  "typescript": "5.0.4"