Skip to content

Commit 3d3c307

Browse files
committed
chore: bump version to 0.9.3-beta.4
1 parent 47dc300 commit 3d3c307

File tree

16 files changed

+39
-163
lines changed

16 files changed

+39
-163
lines changed

examples/with-flat-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"@types/react-dom": "18.2.17",
2222
"@typescript-eslint/eslint-plugin": "6.13.2",
2323
"@typescript-eslint/parser": ">=6.13.2",
24-
"@vitejs/plugin-react": "4.2.0",
24+
"@vitejs/plugin-react": "4.2.1",
2525
"eslint": ">=8.55.0",
2626
"eslint-plugin-react-hooks": "4.6.0",
27-
"eslint-plugin-react-refresh": "0.4.4",
27+
"eslint-plugin-react-refresh": "0.4.5",
2828
"typescript": ">=5.3.3",
29-
"vite": "5.0.5"
29+
"vite": "5.0.7"
3030
}
3131
}

examples/with-legacy-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"@types/react-dom": "18.2.17",
2121
"@typescript-eslint/eslint-plugin": "6.13.2",
2222
"@typescript-eslint/parser": ">=6.13.2",
23-
"@vitejs/plugin-react": "4.2.0",
23+
"@vitejs/plugin-react": "4.2.1",
2424
"eslint": ">=8.55.0",
2525
"eslint-plugin-react-hooks": "4.6.0",
26-
"eslint-plugin-react-refresh": "0.4.4",
26+
"eslint-plugin-react-refresh": "0.4.5",
2727
"typescript": ">=5.3.3",
28-
"vite": "5.0.5"
28+
"vite": "5.0.7"
2929
}
3030
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "0.9.3-beta.3",
3+
"version": "0.9.3-beta.4",
44
"description": "ESLint x React's monorepo. More than 50 ESLint rules to catch common mistakes and improve your React code. Built (mostly) from scratch.",
55
"keywords": [
66
"eslint",

packages/ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/ast",
3-
"version": "0.9.3-beta.3",
3+
"version": "0.9.3-beta.4",
44
"description": "ESLint x React's TSESTree AST primitive utility module.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "0.9.3-beta.3",
3+
"version": "0.9.3-beta.4",
44
"description": "ESLint x React's ESLint utility module for static analysis of React core API and Patterns.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-debug",
3-
"version": "0.9.3-beta.3",
3+
"version": "0.9.3-beta.4",
44
"description": "ESLint x React's ESLint plugin for debugging related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-jsx",
3-
"version": "0.9.3-beta.3",
3+
"version": "0.9.3-beta.4",
44
"description": "ESLint x React's ESLint plugin for JSX related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-naming-convention",
3-
"version": "0.9.3-beta.3",
3+
"version": "0.9.3-beta.4",
44
"description": "ESLint x React's ESLint plugin for naming convention related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-react-hooks",
3-
"version": "0.9.3-beta.3",
3+
"version": "0.9.3-beta.4",
44
"description": "ESLint x React's ESLint plugin for React Hooks related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

packages/eslint-plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/eslint-plugin-react",
3-
"version": "0.9.3-beta.3",
3+
"version": "0.9.3-beta.4",
44
"description": "ESLint x React's ESLint plugin for React related rules.",
55
"homepage": "https://github.com/rel1cx/eslint-react",
66
"bugs": {

0 commit comments

Comments
 (0)