Skip to content

Commit e283122

Browse files
committed
release: 2.0.0-beta.176
1 parent 2a950fd commit e283122

File tree

17 files changed

+31
-31
lines changed

17 files changed

+31
-31
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.176
1+
2.0.0-beta.176

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fumadocs-twoslash": "3.1.7",
2525
"fumadocs-typescript": "4.0.8",
2626
"fumadocs-ui": "15.7.10",
27-
"lucide-react": "^0.542.0",
27+
"lucide-react": "^0.543.0",
2828
"next": "^15.5.2",
2929
"next-view-transitions": "^0.3.4",
3030
"react": "^19.1.1",
@@ -34,7 +34,7 @@
3434
"twoslash": "^0.3.4"
3535
},
3636
"devDependencies": {
37-
"@effect/language-service": "^0.38.2",
37+
"@effect/language-service": "^0.38.3",
3838
"@eslint-react/eslint-plugin": "workspace:*",
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.0.0-next.176",
3+
"version": "2.0.0-beta.176",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -53,7 +53,7 @@
5353
"update:website": "tsx ./scripts/update-website.ts"
5454
},
5555
"devDependencies": {
56-
"@effect/language-service": "^0.38.2",
56+
"@effect/language-service": "^0.38.3",
5757
"@effect/platform": "^0.90.7",
5858
"@effect/platform-node": "^0.96.1",
5959
"@eslint/config-inspector": "^1.2.0",
@@ -87,7 +87,7 @@
8787
"react-dom": "^19.1.1",
8888
"remark-frontmatter": "5.0.0",
8989
"remark-gfm": "^4.0.1",
90-
"skott": "^0.35.4",
90+
"skott": "^0.35.5",
9191
"sort-package-json": "^3.4.0",
9292
"tinyglobby": "^0.2.15",
9393
"ts-pattern": "^5.8.0",

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": "2.0.0-next.176",
3+
"version": "2.0.0-beta.176",
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": "2.0.0-next.176",
3+
"version": "2.0.0-beta.176",
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": "2.0.0-next.176",
3+
"version": "2.0.0-beta.176",
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": "2.0.0-next.176",
3+
"version": "2.0.0-beta.176",
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": "2.0.0-next.176",
3+
"version": "2.0.0-beta.176",
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": "2.0.0-next.176",
3+
"version": "2.0.0-beta.176",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-x",
3-
"version": "2.0.0-next.176",
3+
"version": "2.0.0-beta.176",
44
"description": "A set of composable ESLint rules for for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)