Skip to content

Commit

Permalink
chore: remove react related pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bekacru committed Jul 6, 2024
1 parent 7c8b7df commit 625f976
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@
"@types/bun": "^1.1.0",
"@biomejs/biome": "1.7.3",
"@types/node": "^20.11.30",
"@types/react": "^18.2.79",
"bumpp": "^9.4.1",
"global-jsdom": "^24.0.0",
"h3": "^1.11.1",
"jsdom": "^24.0.0",
"listhen": "^1.7.2",
"mocha": "^10.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
Expand Down Expand Up @@ -53,6 +50,8 @@
"lint:fix": "biome check . --apply",
"typecheck": "tsc --noEmit"
},
"files": ["dist"],
"files": [
"dist"
],
"type": "module"
}
}
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export default defineConfig({
format: ["esm", "cjs"],
dts: true,
clean: true,
external: ["react", "zod"],
external: ["zod"],
});

0 comments on commit 625f976

Please sign in to comment.