chore: update dependencies

This commit is contained in:
2026-04-16 12:33:41 -06:00
parent ada87e2b0a
commit e9736efa05
9 changed files with 208 additions and 244 deletions
+11 -13
View File
@@ -4,21 +4,19 @@
"type": "module",
"private": true,
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@types/bun": "latest",
"@types/react-dom": "^19.1.7",
"@biomejs/biome": "2.4.12",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@types/bun": "^1.3.12",
"@types/react-dom": "^19.2.3",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"zod": "^4.0.17",
"zustand": "^5.0.7"
},
"peerDependencies": {
"typescript": "^5"
"lint-staged": "^16.4.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"peerDependencies": {},
"scripts": {
"prepare": "husky",
"dev": "bun build --watch src/index.ts --outdir ./dist --target browser",