Skip to content

Commit 739ca38

Browse files
committed
Add @reduxjs/eslint-config to devDependencies
1 parent a700565 commit 739ca38

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
@@ -6632,7 +6632,7 @@ __metadata:
66326632
languageName: node
66336633
linkType: hard
66346634

6635-
"@reduxjs/eslint-config@workspace:packages/configs/eslint":
6635+
"@reduxjs/eslint-config@workspace:^, @reduxjs/eslint-config@workspace:packages/configs/eslint":
66366636
version: 0.0.0-use.local
66376637
resolution: "@reduxjs/eslint-config@workspace:packages/configs/eslint"
66386638
dependencies:
@@ -6679,6 +6679,7 @@ __metadata:
66796679
version: 0.0.0-use.local
66806680
resolution: "@reduxjs/rtk-codemods@workspace:packages/rtk-codemods"
66816681
dependencies:
6682+
"@reduxjs/eslint-config": "workspace:^"
66826683
"@reduxjs/prettier-config": "workspace:^"
66836684
"@types/jscodeshift": "npm:^0.11.11"
66846685
eslint: "npm:^9.10.0"
@@ -6764,6 +6765,7 @@ __metadata:
67646765
"@babel/helper-module-imports": "npm:^7.24.7"
67656766
"@microsoft/api-extractor": "npm:^7.13.2"
67666767
"@phryneas/ts-version": "npm:^1.0.2"
6768+
"@reduxjs/eslint-config": "workspace:^"
67676769
"@reduxjs/prettier-config": "workspace:^"
67686770
"@size-limit/file": "npm:^11.0.1"
67696771
"@size-limit/webpack": "npm:^11.0.1"
@@ -24748,6 +24750,7 @@ __metadata:
2474824750
"@babel/helper-compilation-targets": "npm:^7.23.6"
2474924751
"@babel/traverse": "npm:^7.24.1"
2475024752
"@babel/types": "npm:^7.24.0"
24753+
"@reduxjs/eslint-config": "workspace:^"
2475124754
"@reduxjs/prettier-config": "workspace:^"
2475224755
"@types/react": "npm:^18.2.77"
2475324756
"@types/react-dom": "npm:^18.2.25"

0 commit comments

Comments
 (0)