@react-native-windows/codegen 0.0.0-canary.40 → 0.0.0-canary.42

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,39 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Tue, 18 Oct 2022 05:11:29 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 12 Nov 2022 06:15:51 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.40
7
+ ## 0.0.0-canary.42
8
8
 
9
- Tue, 18 Oct 2022 05:11:29 GMT
9
+ Sat, 12 Nov 2022 06:15:51 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Use newer react-native-codegen generators (30809111+acoates-ms@users.noreply.github.com)
13
+ - Integrate 10/10 (34109996+chiaramooney@users.noreply.github.com)
14
+ - Bump @react-native-windows/fs to v0.0.0-canary.9
15
+ - Bump @rnw-scripts/jest-unittest-config to v1.4.1
16
+ - Bump @rnw-scripts/just-task to v2.3.1
14
17
 
18
+ ## 0.0.0-canary.41
19
+
20
+ Thu, 10 Nov 2022 06:17:10 GMT
21
+
22
+ ### Changes
23
+
24
+ - integration 9/26/22 (tatianakapos@microsoft.com)
25
+ - Bump @react-native-windows/fs to v0.0.0-canary.8
26
+ - Bump @rnw-scripts/jest-unittest-config to v1.4.0
27
+ - Bump @rnw-scripts/just-task to v2.3.0
28
+
29
+ ## 0.0.0-canary.40
30
+
31
+ Tue, 18 Oct 2022 05:12:09 GMT
32
+
33
+ ### Changes
34
+
35
+ - Use newer react-native-codegen generators (30809111+acoates-ms@users.noreply.github.com)
36
+
15
37
  ## 0.0.0-canary.39
16
38
 
17
39
  Sat, 15 Oct 2022 05:12:00 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.0.0-canary.40",
3
+ "version": "0.0.0-canary.42",
4
4
  "description": "Generators for react-native-codegen targeting react-native-windows",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": "https://github.com/microsoft/react-native-windows",
@@ -18,7 +18,7 @@
18
18
  "react-native-windows-codegen": "./bin.js"
19
19
  },
20
20
  "dependencies": {
21
- "@react-native-windows/fs": "^0.0.0-canary.7",
21
+ "@react-native-windows/fs": "^0.0.0-canary.9",
22
22
  "@typescript-eslint/eslint-plugin": "^5.30.5",
23
23
  "@typescript-eslint/parser": "^5.30.5",
24
24
  "chalk": "^4.1.0",
@@ -29,16 +29,16 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@rnw-scripts/eslint-config": "1.1.14",
32
- "@rnw-scripts/jest-unittest-config": "1.3.0",
33
- "@rnw-scripts/just-task": "2.2.6",
32
+ "@rnw-scripts/jest-unittest-config": "1.4.1",
33
+ "@rnw-scripts/just-task": "2.3.1",
34
34
  "@rnw-scripts/ts-config": "2.0.2",
35
35
  "@types/chalk": "^2.2.0",
36
- "@types/jest": "^26.0.20",
36
+ "@types/jest": "^29.2.2",
37
37
  "@types/node": "^14.14.22",
38
38
  "@types/yargs": "16.0.0",
39
- "babel-jest": "^26.3.0",
39
+ "babel-jest": "^29.3.0",
40
40
  "eslint": "^8.19.0",
41
- "jest": "^26.6.3",
41
+ "jest": "^29.0.3",
42
42
  "prettier": "^2.4.1",
43
43
  "react-native-tscodegen": "0.68.4",
44
44
  "typescript": "^4.4.4"