Fix react and react-dom peer dependencies

This commit is contained in:
2026-04-05 17:09:22 +01:00
parent 8d5b2a5c07
commit fa8a108686
2 changed files with 11 additions and 7 deletions
+6 -4
View File
@@ -2,7 +2,7 @@
"name": "@moduletrace/bunext",
"module": "index.ts",
"type": "module",
"version": "1.0.50",
"version": "1.0.51",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
@@ -41,10 +41,12 @@
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.9.3"
},
"dependencies": {
"typescript": "^5.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"@tailwindcss/postcss": "^4.2.2",
"@types/bun": "latest",
"@types/node": "^24.10.0",