Skip to content

Commit 6c80cc5

Browse files
committed
release: 1.23.3-next.3
1 parent e36d76a commit 6c80cc5

File tree

17 files changed

+26
-22
lines changed

17 files changed

+26
-22
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.3-beta.2
1+
1.23.3-next.3

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": "1.23.3-beta.2",
3+
"version": "1.23.3-next.3",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [

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": "1.23.3-beta.2",
3+
"version": "1.23.3-next.3",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
55
"homepage": "https://github.com/rEl1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react-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-plugin-react-debug",
3-
"version": "1.23.3-beta.2",
3+
"version": "1.23.3-next.3",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.23.3-beta.2",
3+
"version": "1.23.3-next.3",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.23.3-beta.2",
3+
"version": "1.23.3-next.3",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-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-plugin-react-naming-convention",
3-
"version": "1.23.3-beta.2",
3+
"version": "1.23.3-next.3",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "1.23.3-beta.2",
3+
"version": "1.23.3-next.3",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-x",
3-
"version": "1.23.3-beta.2",
3+
"version": "1.23.3-next.3",
44
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",
@@ -62,25 +62,29 @@
6262
"compare-versions": "^6.1.1",
6363
"is-immutable-type": "^5.0.1",
6464
"string-ts": "^2.2.0",
65-
"ts-api-utils": "^2.0.0",
6665
"ts-pattern": "^5.6.0"
6766
},
6867
"devDependencies": {
6968
"@types/react": "^19.0.3",
7069
"@types/react-dom": "^19.0.2",
7170
"@workspace/configs": "workspace:*",
72-
"tsup": "^8.3.5"
71+
"tsup": "^8.3.5",
72+
"ts-api-utils": "^2.0.0"
7373
},
7474
"peerDependencies": {
7575
"eslint": "^8.57.0 || ^9.0.0",
76-
"typescript": "^4.9.5 || ^5.3.3"
76+
"typescript": "^4.9.5 || ^5.3.3",
77+
"ts-api-utils": "^2.0.0"
7778
},
7879
"peerDependenciesMeta": {
7980
"eslint": {
8081
"optional": false
8182
},
8283
"typescript": {
8384
"optional": true
85+
},
86+
"ts-api-utils": {
87+
"optional": true
8488
}
8589
},
8690
"engines": {

packages/plugins/eslint-plugin/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",
3-
"version": "1.23.3-beta.2",
3+
"version": "1.23.3-next.3",
44
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)