Compare commits

...

2 Commits

Author SHA1 Message Date
8201e54025 chore(deps): update dependency drizzle-kit to v0.31.6
All checks were successful
Lint / Lint and Check (push) Successful in 1m3s
2025-11-01 02:06:31 +00:00
020645a1f8 chore(deps): update dependency @types/pg to v8.15.6
All checks were successful
Lint / Lint and Check (push) Successful in 56s
2025-11-01 01:06:49 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -47,12 +47,12 @@
"@next/eslint-plugin-next": "15.5.6",
"@tailwindcss/postcss": "4.1.16",
"@types/node": "22.18.13",
"@types/pg": "8.15.5",
"@types/pg": "8.15.6",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@typescript-eslint/eslint-plugin": "8.46.2",
"@typescript-eslint/parser": "8.46.2",
"drizzle-kit": "0.31.5",
"drizzle-kit": "0.31.6",
"eslint": "9.38.0",
"eslint-config-next": "15.5.6",
"postcss": "8.5.6",

26
pnpm-lock.yaml generated
View File

@@ -46,7 +46,7 @@ importers:
version: 17.2.3
drizzle-orm:
specifier: ^0.44.3
version: 0.44.7(@types/pg@8.15.5)(@vercel/postgres@0.10.0)(pg@8.16.3(pg-native@3.5.2))
version: 0.44.7(@types/pg@8.15.6)(@vercel/postgres@0.10.0)(pg@8.16.3(pg-native@3.5.2))
lucide-react:
specifier: ^0.548.0
version: 0.548.0(react@19.2.0)
@@ -97,8 +97,8 @@ importers:
specifier: 22.18.13
version: 22.18.13
'@types/pg':
specifier: 8.15.5
version: 8.15.5
specifier: 8.15.6
version: 8.15.6
'@types/react':
specifier: 19.2.2
version: 19.2.2
@@ -112,8 +112,8 @@ importers:
specifier: 8.46.2
version: 8.46.2(eslint@9.38.0(jiti@2.6.1))(typescript@5.9.3)
drizzle-kit:
specifier: 0.31.5
version: 0.31.5
specifier: 0.31.6
version: 0.31.6
eslint:
specifier: 9.38.0
version: 9.38.0(jiti@2.6.1)
@@ -1459,8 +1459,8 @@ packages:
'@types/pg@8.11.6':
resolution: {integrity: sha512-/2WmmBXHLsfRqzfHW7BNZ8SbYzE8OSk7i3WjFYvfgRHj7S1xj+16Je5fUKv3lVdVzk/zn9TXOqf+avFCFIE0yQ==}
'@types/pg@8.15.5':
resolution: {integrity: sha512-LF7lF6zWEKxuT3/OR8wAZGzkg4ENGXFNyiV/JeOt9z5B+0ZVwbql9McqX5c/WStFq1GaGso7H1AzP/qSzmlCKQ==}
'@types/pg@8.15.6':
resolution: {integrity: sha512-NoaMtzhxOrubeL/7UZuNTrejB4MPAJ0RpxZqXQf2qXuVlTPuG6Y8p4u9dKRaue4yjmC7ZhzVO2/Yyyn25znrPQ==}
'@types/react-dom@19.2.2':
resolution: {integrity: sha512-9KQPoO6mZCi7jcIStSnlOWn2nEF3mNmyr3rIAsGnAbQKYbRLyqmeSc39EVgtxXVia+LMT8j3knZLAZAh+xLmrw==}
@@ -1959,8 +1959,8 @@ packages:
resolution: {integrity: sha512-JVUnt+DUIzu87TABbhPmNfVdBDt18BLOWjMUFJMSi/Qqg7NTYtabbvSNJGOJ7afbRuv9D/lngizHtP7QyLQ+9w==}
engines: {node: '>=12'}
drizzle-kit@0.31.5:
resolution: {integrity: sha512-+CHgPFzuoTQTt7cOYCV6MOw2w8vqEn/ap1yv4bpZOWL03u7rlVRQhUY0WYT3rHsgVTXwYQDZaSUJSQrMBUKuWg==}
drizzle-kit@0.31.6:
resolution: {integrity: sha512-/B4e/4pwnx25QwD5xXgdpo1S+077a2VZdosXbItE/oNmUgQwZydGDz9qJYmnQl/b+5IX0rLfwRhrPnroGtrg8Q==}
hasBin: true
drizzle-orm@0.44.7:
@@ -4838,7 +4838,7 @@ snapshots:
pg-types: 4.1.0
optional: true
'@types/pg@8.15.5':
'@types/pg@8.15.6':
dependencies:
'@types/node': 22.18.13
pg-protocol: 1.10.3
@@ -5402,7 +5402,7 @@ snapshots:
dotenv@17.2.3: {}
drizzle-kit@0.31.5:
drizzle-kit@0.31.6:
dependencies:
'@drizzle-team/brocli': 0.10.2
'@esbuild-kit/esm-loader': 2.6.5
@@ -5411,9 +5411,9 @@ snapshots:
transitivePeerDependencies:
- supports-color
drizzle-orm@0.44.7(@types/pg@8.15.5)(@vercel/postgres@0.10.0)(pg@8.16.3(pg-native@3.5.2)):
drizzle-orm@0.44.7(@types/pg@8.15.6)(@vercel/postgres@0.10.0)(pg@8.16.3(pg-native@3.5.2)):
optionalDependencies:
'@types/pg': 8.15.5
'@types/pg': 8.15.6
'@vercel/postgres': 0.10.0
pg: 8.16.3(pg-native@3.5.2)