mirror of
https://github.com/complexcaresolutions/cms.c2sgmbh.git
synced 2026-03-17 15:04:14 +00:00
fix(ci): add drizzle-kit as dev dependency
Required for CI schema push using drizzle-kit push command. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
34077c280e
commit
e8e34d4bcb
2 changed files with 17 additions and 0 deletions
|
|
@ -62,6 +62,7 @@
|
|||
"@types/react-dom": "19.2.3",
|
||||
"@vitejs/plugin-react": "4.5.2",
|
||||
"@vitest/coverage-v8": "4.0.15",
|
||||
"drizzle-kit": "^0.31.8",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-next": "15.5.9",
|
||||
"jsdom": "26.1.0",
|
||||
|
|
|
|||
|
|
@ -108,6 +108,9 @@ importers:
|
|||
'@vitest/coverage-v8':
|
||||
specifier: 4.0.15
|
||||
version: 4.0.15(vitest@4.0.15(@types/node@22.19.1)(jsdom@26.1.0)(sass@1.77.4)(tsx@4.20.6))
|
||||
drizzle-kit:
|
||||
specifier: ^0.31.8
|
||||
version: 0.31.8
|
||||
eslint:
|
||||
specifier: ^9.39.2
|
||||
version: 9.39.2
|
||||
|
|
@ -2327,6 +2330,10 @@ packages:
|
|||
resolution: {integrity: sha512-hOzRGSdyKIU4FcTSFYGKdXEjFsncVwHZ43gY3WU5Bz9j5Iadp6Rh6hxLSQ1IWXpKLBKt/d5y1cpSPcV+FcoQ1A==}
|
||||
hasBin: true
|
||||
|
||||
drizzle-kit@0.31.8:
|
||||
resolution: {integrity: sha512-O9EC/miwdnRDY10qRxM8P3Pg8hXe3LyU4ZipReKOgTwn4OqANmftj8XJz1UPUAS6NMHf0E2htjsbQujUTkncCg==}
|
||||
hasBin: true
|
||||
|
||||
drizzle-orm@0.44.7:
|
||||
resolution: {integrity: sha512-quIpnYznjU9lHshEOAYLoZ9s3jweleHlZIAWR/jX9gAWNg/JhQ1wj0KGRf7/Zm+obRrYd9GjPVJg790QY9N5AQ==}
|
||||
peerDependencies:
|
||||
|
|
@ -7083,6 +7090,15 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
drizzle-kit@0.31.8:
|
||||
dependencies:
|
||||
'@drizzle-team/brocli': 0.10.2
|
||||
'@esbuild-kit/esm-loader': 2.6.5
|
||||
esbuild: 0.25.12
|
||||
esbuild-register: 3.6.0(esbuild@0.25.12)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
drizzle-orm@0.44.7(@types/pg@8.10.2)(pg@8.16.3):
|
||||
optionalDependencies:
|
||||
'@types/pg': 8.10.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue