Skip to content

Commit 4615caf

Browse files
fix: update package.json
1 parent 26bcfb8 commit 4615caf

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

packages/react/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,17 @@
2323
"react-virtuoso": "^4.14.1"
2424
},
2525
"devDependencies": {
26-
"@types/react": "^19.0.0",
27-
"@types/react-dom": "^19.0.0",
26+
"@types/react": "^18.3.12",
27+
"@types/react-dom": "^18.3.1",
28+
"react": "^18.3.1",
29+
"react-dom": "^18.3.1",
2830
"tsup": "^8.4.0",
29-
"typescript": "^5.8.0"
31+
"typescript": "^5.8.2"
3032
},
3133
"scripts": {
3234
"build": "tsup",
3335
"typecheck": "tsc -p tsconfig.json --noEmit",
3436
"lint": "echo 'No lint configured yet'",
3537
"test": "echo 'No tests yet'"
3638
}
37-
}
39+
}

0 commit comments

Comments
 (0)