update package versions for workspace AND server

This commit is contained in:
Nate Kelley 2025-08-20 09:16:28 -06:00
parent c15a721ef3
commit 47e94527bb
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
5 changed files with 452 additions and 325 deletions

View File

@ -41,11 +41,11 @@
"ai": "catalog:",
"drizzle-orm": "catalog:",
"hono": "catalog:",
"hono-pino": "^0.10.1",
"hono-pino": "^0.10.2",
"lodash-es": "^4.17.21",
"octokit": "^5.0.3",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0",
"pino": "^9.9.0",
"pino-pretty": "^13.1.1",
"tsup": "catalog:",
"typescript": "^5.9.2",
"zod": "catalog:"

View File

@ -48,12 +48,12 @@
"dependencies": {
"dotenv": "catalog:",
"dotenv-cli": "^8.0.0",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^20.19.4",
"turbo": "^2.5.5",
"turbo": "^2.5.6",
"tsx": "catalog:",
"vitest": "catalog:"
},
@ -64,7 +64,9 @@
"packageManager": "pnpm@9.15.0",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": ["shiki"],
"ignoreMissing": [
"shiki"
],
"allowedVersions": {
"shiki": "3"
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -22,25 +22,25 @@ catalog:
"@platejs/layout": "^49.2.1"
"@platejs/link": "^49.1.1"
"@platejs/list": "^49.2.0"
"@platejs/markdown": "^49.2.1"
"@platejs/markdown": "^49.2.14"
"@platejs/math": "^49.0.0"
"@platejs/media": "^49.0.0"
"@platejs/table": "^49.1.13"
"@platejs/toc": "^49.0.0"
"@platejs/toggle": "^49.0.0"
axios: "^1.10.0"
axios: "^1.11.0"
"braintrust": "^0.2.4"
dotenv: "^17.2.0"
drizzle-orm: "^0.44.2"
hono: "^4.8.0"
pg: "^8.16.2"
platejs: "^49.2.9"
dotenv: "^17.2.1"
drizzle-orm: "^0.44.4"
hono: "^4.9.2"
pg: "^8.16.3"
platejs: "^49.2.12"
"remark-gfm": "^4.0.1"
"remark-math": "^6.0.0"
tsup: "^8.5.0"
tsx: "^4.20.0"
uuid: "^11.0.0"
vite: "^7.0.0"
"vite-tsconfig-paths": "6.0.0-beta.3"
tsx: "^4.20.4"
uuid: "^11.1.0"
vite: "^7.1.3"
"vite-tsconfig-paths": "6.0.0-beta.4"
vitest: "^3.2.4"
zod: "^3.25.0"