Skip to content

Commit fb598f9

Browse files
authored
Merge pull request #4 from seamapi/update-react-19
Update to react 19
2 parents fcbcac5 + 2dccaed commit fb598f9

File tree

3 files changed

+32
-42
lines changed

3 files changed

+32
-42
lines changed

examples/src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import type { JSX } from 'react'
2+
13
export function App(): JSX.Element {
24
return (
35
<main>

package-lock.json

Lines changed: 26 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
"@seamapi/types": "^1.395.3",
9898
"@testing-library/react": "^16.3.0",
9999
"@types/node": "^22.16.1",
100-
"@types/react": "^18.0.33",
101-
"@types/react-dom": "^18.0.11",
100+
"@types/react": "^19.1.8",
101+
"@types/react-dom": "^19.1.6",
102102
"@types/uuid": "^10.0.0",
103103
"@vitejs/plugin-react": "^4.0.0",
104104
"@vitest/coverage-v8": "^3.2.4",
@@ -114,8 +114,8 @@
114114
"eslint-plugin-unused-imports": "^3.0.0",
115115
"happy-dom": "^18.0.1",
116116
"prettier": "^3.0.0",
117-
"react": "^18.2.0",
118-
"react-dom": "^18.2.0",
117+
"react": "^19.1.0",
118+
"react-dom": "^19.1.0",
119119
"tsc-alias": "^1.8.5",
120120
"tsx": "^4.6.2",
121121
"typedoc": "^0.28.7",

0 commit comments

Comments
 (0)