@react-native-windows/codegen 0.0.0-canary.40 → 0.0.0-canary.41
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/CHANGELOG.md +15 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,28 @@
|
|
|
1
1
|
# Change Log - @react-native-windows/codegen
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 10 Nov 2022 06:15:53 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## 0.0.0-canary.
|
|
7
|
+
## 0.0.0-canary.41
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Thu, 10 Nov 2022 06:15:53 GMT
|
|
10
10
|
|
|
11
11
|
### Changes
|
|
12
12
|
|
|
13
|
-
-
|
|
13
|
+
- integration 9/26/22 (tatianakapos@microsoft.com)
|
|
14
|
+
- Bump @react-native-windows/fs to v0.0.0-canary.8
|
|
15
|
+
- Bump @rnw-scripts/jest-unittest-config to v1.4.0
|
|
16
|
+
- Bump @rnw-scripts/just-task to v2.3.0
|
|
14
17
|
|
|
18
|
+
## 0.0.0-canary.40
|
|
19
|
+
|
|
20
|
+
Tue, 18 Oct 2022 05:12:09 GMT
|
|
21
|
+
|
|
22
|
+
### Changes
|
|
23
|
+
|
|
24
|
+
- Use newer react-native-codegen generators (30809111+acoates-ms@users.noreply.github.com)
|
|
25
|
+
|
|
15
26
|
## 0.0.0-canary.39
|
|
16
27
|
|
|
17
28
|
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.
|
|
3
|
+
"version": "0.0.0-canary.41",
|
|
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.
|
|
21
|
+
"@react-native-windows/fs": "^0.0.0-canary.8",
|
|
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.
|
|
33
|
-
"@rnw-scripts/just-task": "2.
|
|
32
|
+
"@rnw-scripts/jest-unittest-config": "1.4.0",
|
|
33
|
+
"@rnw-scripts/just-task": "2.3.0",
|
|
34
34
|
"@rnw-scripts/ts-config": "2.0.2",
|
|
35
35
|
"@types/chalk": "^2.2.0",
|
|
36
|
-
"@types/jest": "^
|
|
36
|
+
"@types/jest": "^29.2.2",
|
|
37
37
|
"@types/node": "^14.14.22",
|
|
38
38
|
"@types/yargs": "16.0.0",
|
|
39
|
-
"babel-jest": "^
|
|
39
|
+
"babel-jest": "^29.3.0",
|
|
40
40
|
"eslint": "^8.19.0",
|
|
41
|
-
"jest": "^
|
|
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"
|