@react-native-windows/codegen 0.0.0-canary.51 → 0.0.0-canary.53

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 +22 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Wed, 22 Feb 2023 06:13:22 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 02 Mar 2023 06:13:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.51
7
+ ## 0.0.0-canary.53
8
8
 
9
- Wed, 22 Feb 2023 06:13:22 GMT
9
+ Thu, 02 Mar 2023 06:13:08 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Fix code to handle newer version of @react-native/codegen (30809111+acoates-ms@users.noreply.github.com)
13
+ - Merge branch 'YajurG-8875' of https://github.com/YajurG/react-native-windows into YajurG-8875 (email not defined)
14
+ - Bump @react-native-windows/fs to v0.0.0-canary.16
14
15
 
16
+ ## 0.0.0-canary.52
17
+
18
+ Sat, 25 Feb 2023 06:13:35 GMT
19
+
20
+ ### Changes
21
+
22
+ - Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers (4123478+tido64@users.noreply.github.com)
23
+ - Bump @react-native-windows/fs to v0.0.0-canary.15
24
+
25
+ ## 0.0.0-canary.51
26
+
27
+ Wed, 22 Feb 2023 06:14:08 GMT
28
+
29
+ ### Changes
30
+
31
+ - Fix code to handle newer version of @react-native/codegen (30809111+acoates-ms@users.noreply.github.com)
32
+
15
33
  ## 0.0.0-canary.50
16
34
 
17
35
  Fri, 10 Feb 2023 06:15:30 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.0.0-canary.51",
3
+ "version": "0.0.0-canary.53",
4
4
  "description": "Generators for react-native-codegen targeting react-native-windows",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "repository": {
@@ -22,9 +22,7 @@
22
22
  "react-native-windows-codegen": "./bin.js"
23
23
  },
24
24
  "dependencies": {
25
- "@react-native-windows/fs": "^0.0.0-canary.14",
26
- "@typescript-eslint/eslint-plugin": "^5.30.5",
27
- "@typescript-eslint/parser": "^5.30.5",
25
+ "@react-native-windows/fs": "^0.0.0-canary.16",
28
26
  "chalk": "^4.1.0",
29
27
  "globby": "^11.0.4",
30
28
  "mustache": "^4.0.1",
@@ -40,6 +38,8 @@
40
38
  "@types/jest": "^29.2.2",
41
39
  "@types/node": "^14.14.22",
42
40
  "@types/yargs": "16.0.0",
41
+ "@typescript-eslint/eslint-plugin": "^5.30.5",
42
+ "@typescript-eslint/parser": "^5.30.5",
43
43
  "babel-jest": "^29.3.0",
44
44
  "eslint": "^8.19.0",
45
45
  "jest": "^29.2.1",