mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 17:24:12 +00:00
deps: update remaining dependencies (react, dev-tools, bullmq)
- react/react-dom 19.2.3 → 19.2.4 - @types/react 19.2.7 → 19.2.14 - @types/node 22.19.11 → 25.3.0 - @playwright/test + playwright 1.57.0 → 1.58.2 - vitest + @vitest/coverage-v8 4.0.15 → 4.0.18 - vite-tsconfig-paths 6.0.0 → 6.1.1 - bullmq 5.70.0 → 5.70.1 - jsdom 26.1.0 → 28.1.0 Resolves Dependabot PRs #19, #20, #28, #30, #31 (lockfile conflicts). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e860ec3059
commit
06092335f3
2 changed files with 502 additions and 458 deletions
22
package.json
22
package.json
|
|
@ -45,7 +45,7 @@
|
||||||
"@payloadcms/translations": "3.77.0",
|
"@payloadcms/translations": "3.77.0",
|
||||||
"@payloadcms/ui": "3.77.0",
|
"@payloadcms/ui": "3.77.0",
|
||||||
"@types/pdfkit": "^0.17.5",
|
"@types/pdfkit": "^0.17.5",
|
||||||
"bullmq": "^5.70.0",
|
"bullmq": "^5.70.1",
|
||||||
"cross-env": "^10.1.0",
|
"cross-env": "^10.1.0",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"dotenv": "17.3.1",
|
"dotenv": "17.3.1",
|
||||||
|
|
@ -58,30 +58,30 @@
|
||||||
"payload": "3.77.0",
|
"payload": "3.77.0",
|
||||||
"payload-oapi": "^0.2.5",
|
"payload-oapi": "^0.2.5",
|
||||||
"pdfkit": "^0.17.2",
|
"pdfkit": "^0.17.2",
|
||||||
"react": "19.2.3",
|
"react": "19.2.4",
|
||||||
"react-dom": "19.2.3",
|
"react-dom": "19.2.4",
|
||||||
"recharts": "^3.7.0",
|
"recharts": "^3.7.0",
|
||||||
"sharp": "0.34.5"
|
"sharp": "0.34.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "1.57.0",
|
"@playwright/test": "1.58.2",
|
||||||
"@types/node": "^22.19.11",
|
"@types/node": "^25.3.0",
|
||||||
"@types/node-cron": "^3.0.11",
|
"@types/node-cron": "^3.0.11",
|
||||||
"@types/nodemailer": "^7.0.11",
|
"@types/nodemailer": "^7.0.11",
|
||||||
"@types/react": "19.2.7",
|
"@types/react": "19.2.14",
|
||||||
"@types/react-dom": "19.2.3",
|
"@types/react-dom": "19.2.3",
|
||||||
"@vitejs/plugin-react": "5.1.4",
|
"@vitejs/plugin-react": "5.1.4",
|
||||||
"@vitest/coverage-v8": "4.0.15",
|
"@vitest/coverage-v8": "4.0.18",
|
||||||
"drizzle-kit": "^0.31.9",
|
"drizzle-kit": "^0.31.9",
|
||||||
"eslint": "^9.39.3",
|
"eslint": "^9.39.3",
|
||||||
"eslint-config-next": "16.2.0-canary.58",
|
"eslint-config-next": "16.2.0-canary.58",
|
||||||
"jsdom": "26.1.0",
|
"jsdom": "28.1.0",
|
||||||
"playwright": "1.57.0",
|
"playwright": "1.58.2",
|
||||||
"prettier": "^3.8.1",
|
"prettier": "^3.8.1",
|
||||||
"tsx": "^4.21.0",
|
"tsx": "^4.21.0",
|
||||||
"typescript": "5.9.3",
|
"typescript": "5.9.3",
|
||||||
"vite-tsconfig-paths": "6.0.0",
|
"vite-tsconfig-paths": "6.1.1",
|
||||||
"vitest": "4.0.15"
|
"vitest": "4.0.18"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20.9.0",
|
"node": ">=20.9.0",
|
||||||
|
|
|
||||||
938
pnpm-lock.yaml
938
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue