@react-native-windows/codegen 0.71.1 → 0.71.2

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 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,18 +1,27 @@
1
1
  # Change Log - @react-native-windows/codegen
2
2
 
3
- This log was last generated on Mon, 13 Feb 2023 16:15:13 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 27 Feb 2023 16:14:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.71.1
7
+ ## 0.71.2
8
8
 
9
- Mon, 13 Feb 2023 16:15:13 GMT
9
+ Mon, 27 Feb 2023 16:14:42 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Bump typescript version (30809111+acoates-ms@users.noreply.github.com)
14
- - Bump @react-native-windows/fs to v0.71.1
13
+ - Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers (4123478+tido64@users.noreply.github.com)
14
+ - Bump @react-native-windows/fs to v0.71.2
15
15
 
16
+ ## 0.71.1
17
+
18
+ Mon, 13 Feb 2023 16:16:02 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump typescript version (30809111+acoates-ms@users.noreply.github.com)
23
+ - Bump @react-native-windows/fs to v0.71.1
24
+
16
25
  ## 0.71.0
17
26
 
18
27
  Mon, 23 Jan 2023 16:16:57 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/codegen",
3
- "version": "0.71.1",
3
+ "version": "0.71.2",
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,9 +18,7 @@
18
18
  "react-native-windows-codegen": "./bin.js"
19
19
  },
20
20
  "dependencies": {
21
- "@react-native-windows/fs": "0.71.1",
22
- "@typescript-eslint/eslint-plugin": "^5.30.5",
23
- "@typescript-eslint/parser": "^5.30.5",
21
+ "@react-native-windows/fs": "0.71.2",
24
22
  "chalk": "^4.1.0",
25
23
  "globby": "^11.0.4",
26
24
  "mustache": "^4.0.1",
@@ -36,6 +34,8 @@
36
34
  "@types/jest": "^29.2.2",
37
35
  "@types/node": "^14.14.22",
38
36
  "@types/yargs": "16.0.0",
37
+ "@typescript-eslint/eslint-plugin": "^5.30.5",
38
+ "@typescript-eslint/parser": "^5.30.5",
39
39
  "babel-jest": "^29.3.0",
40
40
  "eslint": "^8.19.0",
41
41
  "jest": "^29.2.1",