chore: upgrade deps

This commit is contained in:
Lucas Smith
2026-07-14 20:55:36 +10:00
parent 0fa60363a0
commit 03629cdcd2
7 changed files with 3462 additions and 1293 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"build": "NEXT_IGNORE_INCORRECT_LOCKFILE=true next build",
"dev": "next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
+1 -1
View File
@@ -100,7 +100,7 @@
"esbuild": "^0.27.0",
"remix-flat-routes": "^0.8.5",
"rollup": "^4.53.3",
"tsx": "^4.20.6",
"tsx": "^4.23.1",
"typescript": "5.6.2",
"vite": "^7.2.4",
"vite-plugin-babel-macros": "^1.0.6",