Skip to content

Commit 63d4b25

Browse files
authored
Merge pull request #62 from codeforjapan/chore/react-19
feat: Update React to 19
2 parents 038efe7 + 7f084b5 commit 63d4b25

File tree

3 files changed

+179
-193
lines changed

3 files changed

+179
-193
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ node_modules
99
eslint-typegen.d.ts
1010

1111
.react-router/*
12+
.vercel/*

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"dayjs": "1.11.13",
3636
"isbot": "5.1.23",
3737
"ohash": "2.0.11",
38-
"react": "18.3.1",
39-
"react-dom": "18.3.1",
38+
"react": "19.0.0",
39+
"react-dom": "19.0.0",
4040
"react-router": "7.3.0",
4141
"react-router-dom": "7.3.0",
4242
"recharts": "2.15.1",
@@ -57,8 +57,8 @@
5757
"@testing-library/react": "16.2.0",
5858
"@testing-library/user-event": "14.6.1",
5959
"@types/eslint-plugin-jsx-a11y": "6.10.0",
60-
"@types/react": "18.3.18",
61-
"@types/react-dom": "18.3.5",
60+
"@types/react": "19.0.10",
61+
"@types/react-dom": "19.0.4",
6262
"@vitejs/plugin-react": "4.3.4",
6363
"autoprefixer": "10.4.21",
6464
"eslint": "9.22.0",
@@ -96,6 +96,9 @@
9696
"onlyBuiltDependencies": [
9797
"esbuild",
9898
"msw"
99-
]
99+
],
100+
"overrides": {
101+
"react-is": "19.0.0"
102+
}
100103
}
101104
}

0 commit comments

Comments
 (0)