diff --git a/bun.lock b/bun.lock index ffb6c18..6e03f86 100644 --- a/bun.lock +++ b/bun.lock @@ -19,7 +19,10 @@ "micromatch": "^4.0.8", "ora": "^9.0.0", "postcss": "^8.5.8", + "react": "19.0.0", + "react-dom": "19.0.0", "tailwindcss": "^4.2.2", + "typescript": "^5.0.0", }, "devDependencies": { "@testing-library/dom": "^10.4.1", @@ -27,11 +30,6 @@ "@types/micromatch": "^4.0.10", "happy-dom": "^20.8.4", }, - "peerDependencies": { - "react": "^19.0.0", - "react-dom": "^19.0.0", - "typescript": "^5.9.3", - }, }, }, "packages": { diff --git a/package.json b/package.json index 0d13909..e1ee513 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@moduletrace/bunext", "module": "index.ts", "type": "module", - "version": "1.0.51", + "version": "1.0.52", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { @@ -41,12 +41,10 @@ "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",