Skip to content

Commit

Permalink
fix(eslint): move typescript plugin dependency to proper package (#13109
Browse files Browse the repository at this point in the history
)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tay1orjones and kodiakhq[bot] committed Feb 7, 2023
1 parent c50ec58 commit e9861b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions config/eslint-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"eslint": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"babel-eslint": "^10.1.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand Down
2 changes: 0 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@
"@storybook/manager-webpack5": "^6.5.6",
"@storybook/react": "^6.5.6",
"@storybook/theming": "^6.5.6",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"autoprefixer": "^10.4.0",
"babel-loader": "^9.0.0",
"babel-plugin-dev-expression": "^0.2.3",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2062,8 +2062,6 @@ __metadata:
"@storybook/manager-webpack5": ^6.5.6
"@storybook/react": ^6.5.6
"@storybook/theming": ^6.5.6
"@typescript-eslint/eslint-plugin": ^5.38.1
"@typescript-eslint/parser": ^5.38.1
autoprefixer: ^10.4.0
babel-loader: ^9.0.0
babel-plugin-dev-expression: ^0.2.3
Expand Down Expand Up @@ -15094,6 +15092,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "eslint-config-carbon@workspace:config/eslint-config-carbon"
dependencies:
"@typescript-eslint/eslint-plugin": ^5.38.1
"@typescript-eslint/parser": ^5.38.1
babel-eslint: ^10.1.0
eslint-config-airbnb: ^19.0.0
eslint-config-airbnb-base: ^15.0.0
Expand Down

0 comments on commit e9861b9

Please sign in to comment.