chore(deps): update dependencies to latest versions

- Upgrade @lexical/* packages from 0.38.2 to 0.39.0
- Upgrade drizzle-orm from 0.44.7 to 0.45.1
- Upgrade react and react-dom from 19.2.0 to 19.2.3
- Upgrade sharp from 0.33.5 to 0.34.5
- Sync eslint-config-next with next@16.1.1
This commit is contained in:
Michael T
2026-01-12 11:16:45 -05:00
parent 3480888eaa
commit aec68daec0
2 changed files with 696 additions and 1209 deletions

1881
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,22 +14,22 @@
"db:seed": "tsx lib/db/seed.ts"
},
"dependencies": {
"@lexical/html": "^0.38.2",
"@lexical/link": "^0.38.2",
"@lexical/list": "^0.38.2",
"@lexical/react": "^0.38.2",
"@lexical/rich-text": "^0.38.2",
"@lexical/html": "^0.39.0",
"@lexical/link": "^0.39.0",
"@lexical/list": "^0.39.0",
"@lexical/react": "^0.39.0",
"@lexical/rich-text": "^0.39.0",
"@paralleldrive/cuid2": "^3.0.4",
"axios": "^1.13.2",
"better-sqlite3": "^12.4.1",
"cheerio": "^1.1.2",
"drizzle-orm": "^0.44.7",
"drizzle-orm": "^0.45.1",
"jsonwebtoken": "^9.0.2",
"lexical": "^0.38.2",
"next": "16.0.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"sharp": "^0.33.5"
"lexical": "^0.39.0",
"next": "^16.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sharp": "^0.34.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -39,7 +39,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"eslint-config-next": "^16.1.1",
"tailwindcss": "^4",
"tsx": "^4.20.6",
"typescript": "^5"