This commit is contained in:
Mythie
2025-01-02 15:33:37 +11:00
parent 18ca0cf3d6
commit 866b036484
28 changed files with 3786 additions and 948 deletions

View File

@ -15,6 +15,6 @@
"eslint-plugin-package-json": "^0.10.4",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-unused-imports": "^3.1.0",
"typescript": "5.2.2"
"typescript": "5.7.2"
}
}
}

View File

@ -32,7 +32,7 @@
"dotenv-cli": "^7.3.0",
"prisma-kysely": "^1.8.0",
"tsx": "^4.11.0",
"typescript": "5.2.2",
"typescript": "5.7.2",
"zod-prisma-types": "^3.1.8"
}
}
}

View File

@ -18,6 +18,6 @@
"ts-pattern": "^5.0.5"
},
"devDependencies": {
"vitest": "^1.3.1"
"vitest": "^2.1.8"
}
}

View File

@ -23,7 +23,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18",
"typescript": "5.2.2"
"typescript": "5.7.2"
},
"dependencies": {
"@documenso/lib": "*",