Skip to content

Commit

Permalink
fix: move typescript-eslint to devDependencies (#11269)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Feb 24, 2023
1 parent d594eda commit beaa9c1
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers",
"packageName": "@react-native-windows/cli",
"email": "4123478+tido64@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers",
"packageName": "@react-native-windows/codegen",
"email": "4123478+tido64@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers",
"packageName": "@react-native-windows/find-repo-root",
"email": "4123478+tido64@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers",
"packageName": "@react-native-windows/fs",
"email": "4123478+tido64@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers",
"packageName": "@react-native-windows/package-utils",
"email": "4123478+tido64@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Move `@typescript-eslint/eslint-plugin` to `devDependencies` so they don't get installed by consumers",
"packageName": "@react-native-windows/telemetry",
"email": "4123478+tido64@users.noreply.github.com",
"dependentChangeType": "patch"
}
4 changes: 2 additions & 2 deletions packages/@react-native-windows/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
"@react-native-windows/fs": "^0.0.0-canary.14",
"@react-native-windows/package-utils": "^0.0.0-canary.40",
"@react-native-windows/telemetry": "^0.0.0-canary.62",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@xmldom/xmldom": "^0.7.7",
"chalk": "^4.1.0",
"cli-spinners": "^2.2.0",
Expand Down Expand Up @@ -60,6 +58,8 @@
"@types/uuid": "^8.3.0",
"@types/xml-parser": "^1.2.29",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-jest": "^29.3.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
},
"dependencies": {
"@react-native-windows/fs": "^0.0.0-canary.14",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"chalk": "^4.1.0",
"globby": "^11.0.4",
"mustache": "^4.0.1",
Expand All @@ -40,6 +38,8 @@
"@types/jest": "^29.2.2",
"@types/node": "^14.14.22",
"@types/yargs": "16.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-jest": "^29.3.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/find-repo-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
},
"dependencies": {
"@react-native-windows/fs": "^0.0.0-canary.14",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"find-up": "^4.1.0"
},
"devDependencies": {
Expand All @@ -27,6 +25,8 @@
"@rnw-scripts/ts-config": "2.0.3",
"@types/find-up": "^4.0.0",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"prettier": "^2.4.1",
"typescript": "^4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"directory": "packages/@react-native-windows/fs"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"graceful-fs": "^4.2.8"
},
"devDependencies": {
Expand All @@ -27,6 +25,8 @@
"@rnw-scripts/ts-config": "2.0.3",
"@types/graceful-fs": "^4.1.5",
"@types/node": "12.12.6",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"prettier": "^2.4.1",
"typescript": "^4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/package-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"dependencies": {
"@react-native-windows/find-repo-root": "^0.0.0-canary.43",
"@react-native-windows/fs": "^0.0.0-canary.14",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"get-monorepo-packages": "^1.2.0",
"lodash": "^4.17.15"
},
Expand All @@ -29,6 +27,8 @@
"@rnw-scripts/ts-config": "2.0.3",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.22",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"prettier": "^2.4.1",
"typescript": "^4.9.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/@react-native-windows/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
},
"dependencies": {
"@react-native-windows/fs": "^0.0.0-canary.14",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@xmldom/xmldom": "^0.7.7",
"applicationinsights": "^2.3.1",
"ci-info": "^3.2.0",
Expand All @@ -38,6 +36,8 @@
"@types/jest": "^29.2.2",
"@types/node": "^14.14.22",
"@types/semver": "^7.3.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"babel-jest": "^29.3.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
Expand Down

0 comments on commit beaa9c1

Please sign in to comment.