chore: update dependencies

This commit is contained in:
2026-04-14 12:01:56 -06:00
parent a8c0a8dc35
commit 2024b63698
4 changed files with 281 additions and 212 deletions
+9 -11
View File
@@ -15,22 +15,20 @@
"lint": "biome check"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@pandacss/dev": "^1.8.1",
"@pandacss/types": "^1.8.1",
"@biomejs/biome": "2.4.11",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@pandacss/dev": "^1.9.1",
"@pandacss/types": "^1.9.1",
"@types/bun": "latest",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"lint-staged": "^16.4.0",
"ts-patch": "^3.3.0",
"typescript": "^5",
"typescript-transform-paths": "^3.5.5",
"vite": "^7.1.7"
"typescript": "^6.0.2",
"typescript-transform-paths": "^3.5.6"
},
"peerDependencies": {
"@pandacss/dev": "^1.4.3",
"@radix-ui/colors": "3.0.0"
},
"dependencies": {}
}
}