Skip to content

Commit 89e4bc9

Browse files
fix: align packages/react devDependency specifiers with lockfile
The lockfile was generated with @types/react@^19, @types/react-dom@^19, and typescript@^5.8.0 -- update package.json to match so --frozen-lockfile passes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 18082d1 commit 89e4bc9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"react-virtuoso": "^4.14.1"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^18.3.12",
27-
"@types/react-dom": "^18.3.1",
26+
"@types/react": "^19.0.0",
27+
"@types/react-dom": "^19.0.0",
2828
"tsup": "^8.4.0",
29-
"typescript": "^5.8.2"
29+
"typescript": "^5.8.0"
3030
},
3131
"scripts": {
3232
"build": "tsup",

0 commit comments

Comments
 (0)