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

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 +13 -5
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,26 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Tue, 12 Apr 2022 05:09:20 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 25 Apr 2022 22:49:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.30
7
+ ## 0.0.0-canary.31
8
8
 
9
- Tue, 12 Apr 2022 05:09:20 GMT
9
+ Mon, 25 Apr 2022 22:49:55 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Fix Overrides (34109996+chiaramooney@users.noreply.github.com)
14
- - Bump @react-native-windows/fs to v0.0.0-canary.2
13
+ - Update globby of @react-native-windows/codegen to remove glob-parent 3.x dependency (dannyvv@microsoft.com)
15
14
 
15
+ ## 0.0.0-canary.30
16
+
17
+ Tue, 12 Apr 2022 05:10:38 GMT
18
+
19
+ ### Changes
20
+
21
+ - Fix Overrides (34109996+chiaramooney@users.noreply.github.com)
22
+ - Bump @react-native-windows/fs to v0.0.0-canary.2
23
+
16
24
  ## 0.0.0-canary.29
17
25
 
18
26
  Fri, 01 Apr 2022 05:09:56 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.0.0-canary.30",
3
+ "version": "0.0.0-canary.31",
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",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "@react-native-windows/fs": "^0.0.0-canary.2",
22
22
  "chalk": "^4.1.0",
23
- "globby": "^9.2.0",
23
+ "globby": "^11.0.4",
24
24
  "mustache": "^4.0.1",
25
25
  "react-native-tscodegen": "0.68.4",
26
26
  "source-map-support": "^0.5.19",
@@ -32,7 +32,6 @@
32
32
  "@rnw-scripts/just-task": "2.2.3",
33
33
  "@rnw-scripts/ts-config": "2.0.2",
34
34
  "@types/chalk": "^2.2.0",
35
- "@types/globby": "^9.1.0",
36
35
  "@types/jest": "^26.0.20",
37
36
  "@types/node": "^14.14.22",
38
37
  "@types/yargs": "16.0.0",