Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx committed Nov 18, 2024
1 parent be18086 commit ef56e06
Show file tree
Hide file tree
Showing 18 changed files with 221 additions and 308 deletions.
2 changes: 1 addition & 1 deletion examples/vite-react-dom-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-plugin-react-hooks": "rc",
"eslint-plugin-react-refresh": "^0.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11"
}
}
2 changes: 1 addition & 1 deletion examples/webpack-react-dom-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@typescript-eslint/rule-tester": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@typescript-eslint/rule-tester": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@vitest/ui": "^2.1.5",
"concurrently": "^9.1.0",
"cspell": "^8.16.0",
Expand Down Expand Up @@ -105,7 +105,7 @@
"typedoc-plugin-markdown": "^4.2.10",
"typedoc-plugin-rename-defaults": "^0.7.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"vitest": "^2.1.5"
},
"packageManager": "[email protected]",
Expand All @@ -115,7 +115,6 @@
},
"pnpm": {
"overrides": {
"@typescript-eslint/eslint-plugin": "canary",
"array-flatten": "npm:@nolyfill/array-flatten@^1.0.42",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39",
"isarray": "npm:@nolyfill/isarray@^1.0.29",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/type-utils": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/type-utils": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"birecord": "^0.1.1",
"short-unique-id": "^5.2.0",
"ts-pattern": "^5.5.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin-react-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/type-utils": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/type-utils": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"string-ts": "^2.2.0",
"ts-pattern": "^5.5.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/eslint-plugin-react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin-react-hooks-extra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/type-utils": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/type-utils": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"@eslint-react/shared": "workspace:*",
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/type-utils": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/type-utils": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/eslint-plugin-react-web-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"birecord": "^0.1.1",
"ts-pattern": "^5.5.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin-react-x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/type-utils": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/type-utils": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"is-immutable-type": "5.0.0",
"ts-pattern": "^5.5.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@eslint-react/shared": "workspace:*",
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/type-utils": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/type-utils": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"eslint-plugin-react-debug": "workspace:*",
"eslint-plugin-react-dom": "workspace:*",
"eslint-plugin-react-hooks-extra": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@eslint-react/tools": "workspace:*",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/utils": "^8.15.0",
"picomatch": "^4.0.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@eslint-react/tools": "workspace:*",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0"
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0"
},
"devDependencies": {
"tsup": "^8.3.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/utilities/ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"dependencies": {
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/typescript-estree": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/typescript-estree": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"birecord": "^0.1.1",
"string-ts": "^2.2.0",
"ts-pattern": "^5.5.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/utilities/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@eslint-react/var": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/utilities/var/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@eslint-react/ast": "workspace:*",
"@eslint-react/tools": "workspace:*",
"@eslint-react/types": "workspace:*",
"@typescript-eslint/scope-manager": "^8.14.0",
"@typescript-eslint/types": "^8.14.0",
"@typescript-eslint/utils": "^8.14.0",
"@typescript-eslint/scope-manager": "^8.15.0",
"@typescript-eslint/types": "^8.15.0",
"@typescript-eslint/utils": "^8.15.0",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit ef56e06

Please sign in to comment.