Skip to content

Commit 56f3692

Browse files
committed
Add @reduxjs/eslint-config to devDependencies
1 parent 898c1ec commit 56f3692

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
"eslint": "^9.10.0",

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
@@ -6281,7 +6281,7 @@ __metadata:
62816281
languageName: node
62826282
linkType: hard
62836283

6284-
"@reduxjs/eslint-config@workspace:packages/configs/eslint":
6284+
"@reduxjs/eslint-config@workspace:^, @reduxjs/eslint-config@workspace:packages/configs/eslint":
62856285
version: 0.0.0-use.local
62866286
resolution: "@reduxjs/eslint-config@workspace:packages/configs/eslint"
62876287
dependencies:
@@ -6327,6 +6327,7 @@ __metadata:
63276327
version: 0.0.0-use.local
63286328
resolution: "@reduxjs/rtk-codemods@workspace:packages/rtk-codemods"
63296329
dependencies:
6330+
"@reduxjs/eslint-config": "workspace:^"
63306331
"@reduxjs/prettier-config": "workspace:^"
63316332
"@types/jscodeshift": "npm:^0.11.11"
63326333
eslint: "npm:^9.10.0"
@@ -6411,6 +6412,7 @@ __metadata:
64116412
"@babel/helper-module-imports": "npm:^7.24.7"
64126413
"@microsoft/api-extractor": "npm:^7.13.2"
64136414
"@phryneas/ts-version": "npm:^1.0.2"
6415+
"@reduxjs/eslint-config": "workspace:^"
64146416
"@reduxjs/prettier-config": "workspace:^"
64156417
"@size-limit/file": "npm:^11.0.1"
64166418
"@size-limit/webpack": "npm:^11.0.1"
@@ -23795,6 +23797,7 @@ __metadata:
2379523797
"@babel/helper-compilation-targets": "npm:^7.23.6"
2379623798
"@babel/traverse": "npm:^7.24.1"
2379723799
"@babel/types": "npm:^7.24.0"
23800+
"@reduxjs/eslint-config": "workspace:^"
2379823801
"@reduxjs/prettier-config": "workspace:^"
2379923802
"@types/react": "npm:^18.2.77"
2380023803
"@types/react-dom": "npm:^18.2.25"

0 commit comments

Comments
 (0)