Skip to content

Commit

Permalink
Switch support to React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
lhansford committed Dec 27, 2024
1 parent 3868625 commit b455611
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fishbrain/eslint-config-monorepo",
"private": true,
"description": "ESLint configs for Fishbrain projects",
"version": "6.1.3",
"version": "6.2.0",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fishbrain/eslint-config-base",
"packageManager": "[email protected]",
"version": "6.1.3",
"version": "6.2.0",
"type": "module",
"exports": "./index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fishbrain/eslint-config-react",
"packageManager": "[email protected]",
"version": "6.1.3",
"version": "6.2.0",
"type": "module",
"exports": "./index.js",
"scripts": {
Expand All @@ -24,6 +24,6 @@
"typescript-eslint": "^8.18.2"
},
"peerDependencies": {
"react": "^18"
"react": "^19"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ __metadata:
typescript: "npm:^5.7.2"
typescript-eslint: "npm:^8.18.2"
peerDependencies:
react: ^18
react: ^19
languageName: unknown
linkType: soft

Expand Down

0 comments on commit b455611

Please sign in to comment.