Skip to content

Commit fa8d84a

Browse files
committed
build: update deps
1 parent 539a345 commit fa8d84a

File tree

19 files changed

+390
-360
lines changed

19 files changed

+390
-360
lines changed

examples/vite-react-ts-flat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@tsconfig/strictest": "2.0.2",
1919
"@types/react": "18.2.47",
2020
"@types/react-dom": "18.2.18",
21-
"@typescript-eslint/eslint-plugin": ">=6.18.1",
22-
"@typescript-eslint/parser": ">=6.18.1",
21+
"@typescript-eslint/eslint-plugin": ">=6.19.0",
22+
"@typescript-eslint/parser": ">=6.19.0",
2323
"@vitejs/plugin-react": "4.2.1",
2424
"eslint": ">=8.56.0",
2525
"eslint-plugin-react-hooks": "4.6.0",

examples/vite-react-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"@tsconfig/strictest": "2.0.2",
1919
"@types/react": "18.2.47",
2020
"@types/react-dom": "18.2.18",
21-
"@typescript-eslint/eslint-plugin": ">=6.18.1",
22-
"@typescript-eslint/parser": ">=6.18.1",
21+
"@typescript-eslint/eslint-plugin": ">=6.19.0",
22+
"@typescript-eslint/parser": ">=6.19.0",
2323
"@vitejs/plugin-react": "4.2.1",
2424
"eslint": ">=8.56.0",
2525
"eslint-plugin-react-hooks": "4.6.0",

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@
6161
"@rollup/plugin-json": "6.1.0",
6262
"@rollup/plugin-node-resolve": "15.2.3",
6363
"@rollup/plugin-typescript": "11.1.6",
64-
"@swc/core": "1.3.102",
64+
"@swc/core": "1.3.103",
6565
"@tsconfig/node20": "20.1.2",
6666
"@tsconfig/strictest": "2.0.2",
67-
"@types/node": "20.11.0",
68-
"@typescript-eslint/eslint-plugin": ">=6.18.1",
69-
"@typescript-eslint/parser": ">=6.18.1",
70-
"@typescript-eslint/rule-tester": ">=6.18.1",
67+
"@types/node": "20.11.3",
68+
"@typescript-eslint/eslint-plugin": ">=6.19.0",
69+
"@typescript-eslint/parser": ">=6.19.0",
70+
"@typescript-eslint/rule-tester": ">=6.19.0",
7171
"@vitest/ui": "1.2.0",
7272
"bun": "1.0.22",
7373
"bun-types": "1.0.22",
7474
"cspell": "8.3.2",
7575
"dedent": "1.5.1",
7676
"dprint": "0.45.0",
77-
"effect": "2.0.3",
77+
"effect": "2.1.0",
7878
"eslint": ">=8.56.0",
7979
"eslint-config-with-tsconfig": "2.10.0",
8080
"eslint-plugin-eslint-plugin": "5.2.1",
@@ -116,14 +116,14 @@
116116
},
117117
"pnpm": {
118118
"overrides": {
119-
"@typescript-eslint/parser": ">=6.18.1",
120-
"@typescript-eslint/scope-manager": ">=6.18.1",
121-
"@typescript-eslint/type-utils": ">=6.18.1",
122-
"@typescript-eslint/types": ">=6.18.1",
123-
"@typescript-eslint/utils": ">=6.18.1",
124-
"@typescript-eslint/eslint-plugin": ">=6.18.1",
119+
"@typescript-eslint/parser": ">=6.19.0",
120+
"@typescript-eslint/scope-manager": ">=6.19.0",
121+
"@typescript-eslint/type-utils": ">=6.19.0",
122+
"@typescript-eslint/types": ">=6.19.0",
123+
"@typescript-eslint/utils": ">=6.19.0",
124+
"@typescript-eslint/eslint-plugin": ">=6.19.0",
125125
"eslint": ">=8.56.0",
126-
"effect": "2.0.3",
126+
"effect": "2.1.0",
127127
"next": "14.0.4",
128128
"react": "18.2.0",
129129
"react-dom": "18.2.0",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
"@eslint-react/shared": "workspace:*",
4848
"@eslint-react/tools": "workspace:*",
4949
"@eslint-react/types": "workspace:*",
50-
"@typescript-eslint/scope-manager": ">=6.18.1",
51-
"@typescript-eslint/type-utils": ">=6.18.1",
52-
"@typescript-eslint/types": ">=6.18.1",
53-
"@typescript-eslint/utils": ">=6.18.1",
50+
"@typescript-eslint/scope-manager": ">=6.19.0",
51+
"@typescript-eslint/type-utils": ">=6.19.0",
52+
"@typescript-eslint/types": ">=6.19.0",
53+
"@typescript-eslint/utils": ">=6.19.0",
5454
"short-unique-id": "5.0.3"
5555
}
5656
}

packages/plugins/eslint-plugin-debug/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": ">=6.18.1",
52-
"@typescript-eslint/scope-manager": ">=6.18.1",
53-
"@typescript-eslint/type-utils": ">=6.18.1",
54-
"@typescript-eslint/types": ">=6.18.1",
55-
"@typescript-eslint/utils": ">=6.18.1",
51+
"@typescript-eslint/parser": ">=6.19.0",
52+
"@typescript-eslint/scope-manager": ">=6.19.0",
53+
"@typescript-eslint/type-utils": ">=6.19.0",
54+
"@typescript-eslint/types": ">=6.19.0",
55+
"@typescript-eslint/utils": ">=6.19.0",
5656
"string-ts": "2.0.0"
5757
},
5858
"peerDependencies": {
59-
"@typescript-eslint/parser": ">=6.18.1",
59+
"@typescript-eslint/parser": ">=6.19.0",
6060
"eslint": ">=8.56.0",
6161
"typescript": ">=5.3.3"
6262
},

packages/plugins/eslint-plugin-jsx/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": ">=6.18.1",
53-
"@typescript-eslint/scope-manager": ">=6.18.1",
54-
"@typescript-eslint/type-utils": ">=6.18.1",
55-
"@typescript-eslint/types": ">=6.18.1",
56-
"@typescript-eslint/utils": ">=6.18.1",
52+
"@typescript-eslint/parser": ">=6.19.0",
53+
"@typescript-eslint/scope-manager": ">=6.19.0",
54+
"@typescript-eslint/type-utils": ">=6.19.0",
55+
"@typescript-eslint/types": ">=6.19.0",
56+
"@typescript-eslint/utils": ">=6.19.0",
5757
"string-ts": "2.0.0",
5858
"ts-api-utils": ">=1.0.3"
5959
},
6060
"peerDependencies": {
61-
"@typescript-eslint/parser": ">=6.18.1",
61+
"@typescript-eslint/parser": ">=6.19.0",
6262
"eslint": ">=8.56.0",
6363
"typescript": ">=5.3.3"
6464
},

packages/plugins/eslint-plugin-naming-convention/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
"@eslint-react/shared": "workspace:*",
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
51-
"@typescript-eslint/parser": ">=6.18.1",
52-
"@typescript-eslint/scope-manager": ">=6.18.1",
53-
"@typescript-eslint/type-utils": ">=6.18.1",
54-
"@typescript-eslint/types": ">=6.18.1",
55-
"@typescript-eslint/utils": ">=6.18.1",
51+
"@typescript-eslint/parser": ">=6.19.0",
52+
"@typescript-eslint/scope-manager": ">=6.19.0",
53+
"@typescript-eslint/type-utils": ">=6.19.0",
54+
"@typescript-eslint/types": ">=6.19.0",
55+
"@typescript-eslint/utils": ">=6.19.0",
5656
"string-ts": "2.0.0"
5757
},
5858
"peerDependencies": {
59-
"@typescript-eslint/parser": ">=6.18.1",
59+
"@typescript-eslint/parser": ">=6.19.0",
6060
"eslint": ">=8.56.0",
6161
"typescript": ">=5.3.3"
6262
},

packages/plugins/eslint-plugin-react-hooks/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": ">=6.18.1",
53-
"@typescript-eslint/scope-manager": ">=6.18.1",
54-
"@typescript-eslint/type-utils": ">=6.18.1",
55-
"@typescript-eslint/types": ">=6.18.1",
56-
"@typescript-eslint/utils": ">=6.18.1",
52+
"@typescript-eslint/parser": ">=6.19.0",
53+
"@typescript-eslint/scope-manager": ">=6.19.0",
54+
"@typescript-eslint/type-utils": ">=6.19.0",
55+
"@typescript-eslint/types": ">=6.19.0",
56+
"@typescript-eslint/utils": ">=6.19.0",
5757
"string-ts": "2.0.0"
5858
},
5959
"peerDependencies": {
60-
"@typescript-eslint/parser": ">=6.18.1",
60+
"@typescript-eslint/parser": ">=6.19.0",
6161
"eslint": ">=8.56.0",
6262
"typescript": ">=5.3.3"
6363
},

packages/plugins/eslint-plugin-react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
"@eslint-react/tools": "workspace:*",
5050
"@eslint-react/types": "workspace:*",
5151
"@eslint-react/var": "workspace:*",
52-
"@typescript-eslint/parser": ">=6.18.1",
53-
"@typescript-eslint/scope-manager": ">=6.18.1",
54-
"@typescript-eslint/type-utils": ">=6.18.1",
55-
"@typescript-eslint/types": ">=6.18.1",
56-
"@typescript-eslint/utils": ">=6.18.1",
52+
"@typescript-eslint/parser": ">=6.19.0",
53+
"@typescript-eslint/scope-manager": ">=6.19.0",
54+
"@typescript-eslint/type-utils": ">=6.19.0",
55+
"@typescript-eslint/types": ">=6.19.0",
56+
"@typescript-eslint/utils": ">=6.19.0",
5757
"string-ts": "2.0.0"
5858
},
5959
"peerDependencies": {
60-
"@typescript-eslint/parser": ">=6.18.1",
60+
"@typescript-eslint/parser": ">=6.19.0",
6161
"eslint": ">=8.56.0",
6262
"typescript": ">=5.3.3"
6363
},

packages/plugins/eslint-plugin/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
"@eslint-react/shared": "workspace:*",
6262
"@eslint-react/tools": "workspace:*",
6363
"@eslint-react/types": "workspace:*",
64-
"@typescript-eslint/parser": ">=6.18.1",
65-
"@typescript-eslint/scope-manager": ">=6.18.1",
66-
"@typescript-eslint/type-utils": ">=6.18.1",
67-
"@typescript-eslint/types": ">=6.18.1",
68-
"@typescript-eslint/utils": ">=6.18.1"
64+
"@typescript-eslint/parser": ">=6.19.0",
65+
"@typescript-eslint/scope-manager": ">=6.19.0",
66+
"@typescript-eslint/type-utils": ">=6.19.0",
67+
"@typescript-eslint/types": ">=6.19.0",
68+
"@typescript-eslint/utils": ">=6.19.0"
6969
},
7070
"engines": {
7171
"bun": ">=1.0.15",

0 commit comments

Comments
 (0)