chore: Upgrade dev and non-major prod dependencies (#2000)

This commit is contained in:
Aaron
2025-12-16 14:33:59 -06:00
committed by GitHub
parent 8c9bc8cdbc
commit 886dae28fa
29 changed files with 1396 additions and 1181 deletions
+7 -7
View File
@@ -51,13 +51,13 @@
"@vitejs/plugin-react": "^4.4.1 || ^5.0.0"
},
"devDependencies": {
"@aklinker1/check": "^2.1.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"publint": "^0.3.12",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"typescript": "^5.9.2",
"@aklinker1/check": "^2.2.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"publint": "^0.3.16",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"typescript": "^5.9.3",
"unbuild": "^3.6.1",
"wxt": "workspace:*"
}