Skip to content

Commit 5ffeac5

Browse files
committed
Add @reduxjs/eslint-config to devDependencies
1 parent eb08f51 commit 5ffeac5

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"@babel/helper-compilation-targets": "^7.23.6",
3232
"@babel/traverse": "^7.24.1",
3333
"@babel/types": "^7.24.0",
34+
"@reduxjs/eslint-config": "workspace:^",
3435
"@reduxjs/prettier-config": "workspace:^",
3536
"@types/react": "^18.2.77",
3637
"@types/react-dom": "^18.2.25",

packages/rtk-codemods/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"typescript": "^5.3.3"
3333
},
3434
"devDependencies": {
35+
"@reduxjs/eslint-config": "workspace:^",
3536
"@reduxjs/prettier-config": "workspace:^",
3637
"@types/jscodeshift": "^0.11.11",
3738
"@typescript-eslint/parser": "^6.19.1",

packages/toolkit/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"@babel/helper-module-imports": "^7.24.7",
5555
"@microsoft/api-extractor": "^7.13.2",
5656
"@phryneas/ts-version": "^1.0.2",
57+
"@reduxjs/eslint-config": "workspace:^",
5758
"@reduxjs/prettier-config": "workspace:^",
5859
"@size-limit/file": "^11.0.1",
5960
"@size-limit/webpack": "^11.0.1",

yarn.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6618,7 +6618,7 @@ __metadata:
66186618
languageName: node
66196619
linkType: hard
66206620

6621-
"@reduxjs/eslint-config@workspace:packages/configs/eslint":
6621+
"@reduxjs/eslint-config@workspace:^, @reduxjs/eslint-config@workspace:packages/configs/eslint":
66226622
version: 0.0.0-use.local
66236623
resolution: "@reduxjs/eslint-config@workspace:packages/configs/eslint"
66246624
dependencies:
@@ -6665,6 +6665,7 @@ __metadata:
66656665
version: 0.0.0-use.local
66666666
resolution: "@reduxjs/rtk-codemods@workspace:packages/rtk-codemods"
66676667
dependencies:
6668+
"@reduxjs/eslint-config": "workspace:^"
66686669
"@reduxjs/prettier-config": "workspace:^"
66696670
"@types/jscodeshift": "npm:^0.11.11"
66706671
"@typescript-eslint/parser": "npm:^6.19.1"
@@ -6753,6 +6754,7 @@ __metadata:
67536754
"@babel/helper-module-imports": "npm:^7.24.7"
67546755
"@microsoft/api-extractor": "npm:^7.13.2"
67556756
"@phryneas/ts-version": "npm:^1.0.2"
6757+
"@reduxjs/eslint-config": "workspace:^"
67566758
"@reduxjs/prettier-config": "workspace:^"
67576759
"@size-limit/file": "npm:^11.0.1"
67586760
"@size-limit/webpack": "npm:^11.0.1"
@@ -24883,6 +24885,7 @@ __metadata:
2488324885
"@babel/helper-compilation-targets": "npm:^7.23.6"
2488424886
"@babel/traverse": "npm:^7.24.1"
2488524887
"@babel/types": "npm:^7.24.0"
24888+
"@reduxjs/eslint-config": "workspace:^"
2488624889
"@reduxjs/prettier-config": "workspace:^"
2488724890
"@types/react": "npm:^18.2.77"
2488824891
"@types/react-dom": "npm:^18.2.25"

0 commit comments

Comments
 (0)