@react-native-windows/codegen 0.0.0-canary.31 → 0.0.0-canary.32

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 +14 -4
  2. package/package.json +5 -3
package/CHANGELOG.md CHANGED
@@ -1,17 +1,27 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Mon, 25 Apr 2022 22:49:55 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 27 Apr 2022 05:09:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.31
7
+ ## 0.0.0-canary.32
8
8
 
9
- Mon, 25 Apr 2022 22:49:55 GMT
9
+ Wed, 27 Apr 2022 05:09:11 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Update globby of @react-native-windows/codegen to remove glob-parent 3.x dependency (dannyvv@microsoft.com)
13
+ - Merge (34109996+chiaramooney@users.noreply.github.com)
14
+ - Bump @react-native-windows/fs to v0.0.0-canary.3
15
+ - Bump @rnw-scripts/eslint-config to v1.1.12
14
16
 
17
+ ## 0.0.0-canary.31
18
+
19
+ Mon, 25 Apr 2022 22:50:30 GMT
20
+
21
+ ### Changes
22
+
23
+ - Update globby of @react-native-windows/codegen to remove glob-parent 3.x dependency (dannyvv@microsoft.com)
24
+
15
25
  ## 0.0.0-canary.30
16
26
 
17
27
  Tue, 12 Apr 2022 05:10:38 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.0.0-canary.31",
3
+ "version": "0.0.0-canary.32",
4
4
  "description": "Generators for react-native-codegen targeting react-native-windows",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/microsoft/react-native-windows",
@@ -18,7 +18,9 @@
18
18
  "react-native-windows-codegen": "./bin.js"
19
19
  },
20
20
  "dependencies": {
21
- "@react-native-windows/fs": "^0.0.0-canary.2",
21
+ "@react-native-windows/fs": "^0.0.0-canary.3",
22
+ "@typescript-eslint/eslint-plugin": "^5.20.0",
23
+ "@typescript-eslint/parser": "^5.20.0",
22
24
  "chalk": "^4.1.0",
23
25
  "globby": "^11.0.4",
24
26
  "mustache": "^4.0.1",
@@ -27,7 +29,7 @@
27
29
  "yargs": "^16.2.0"
28
30
  },
29
31
  "devDependencies": {
30
- "@rnw-scripts/eslint-config": "1.1.11",
32
+ "@rnw-scripts/eslint-config": "1.1.12",
31
33
  "@rnw-scripts/jest-unittest-config": "1.2.6",
32
34
  "@rnw-scripts/just-task": "2.2.3",
33
35
  "@rnw-scripts/ts-config": "2.0.2",