Skip to content

Commit

Permalink
regenerate lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
masterkain committed Dec 16, 2024
1 parent dbb6e4c commit 2ae649b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"@ai-sdk/openai": "1.0.8",
"@airbrake/browser": "2.1.8",
"@airbrake/node": "2.1.8",
"@auth/prisma-adapter": "^2.7.4",
"@auth/prisma-adapter": "2.7.4",
"@headlessui/react": "2.2.0",
"@prisma/client": "6",
"@tailwindcss/forms": "0.5.9",
"ai": "^4.0.18",
"ai": "4.0.18",
"autoprefixer": "10.4.20",
"chance": "1.1.12",
"chart.js": "4.4.7",
Expand All @@ -43,7 +43,7 @@
"tailwindcss": "3.4.16",
"timeago-react": "3.0.6",
"typescript": "5.7.2",
"zod": "^3.23.8",
"zod": "3.23.8",
"zod-error": "1.5.0",
"zod-form-data": "2.0.2"
},
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ __metadata:
languageName: node
linkType: hard

"@auth/prisma-adapter@npm:^2.7.4":
"@auth/prisma-adapter@npm:2.7.4":
version: 2.7.4
resolution: "@auth/prisma-adapter@npm:2.7.4"
dependencies:
Expand Down Expand Up @@ -2221,7 +2221,7 @@ __metadata:
languageName: node
linkType: hard

"ai@npm:^4.0.18":
"ai@npm:4.0.18":
version: 4.0.18
resolution: "ai@npm:4.0.18"
dependencies:
Expand Down Expand Up @@ -2251,7 +2251,7 @@ __metadata:
"@ai-sdk/openai": "npm:1.0.8"
"@airbrake/browser": "npm:2.1.8"
"@airbrake/node": "npm:2.1.8"
"@auth/prisma-adapter": "npm:^2.7.4"
"@auth/prisma-adapter": "npm:2.7.4"
"@headlessui/react": "npm:2.2.0"
"@jest/globals": "npm:29.7.0"
"@next/bundle-analyzer": "npm:15.1.0"
Expand All @@ -2265,7 +2265,7 @@ __metadata:
"@types/numeral": "npm:2.0.5"
"@types/react": "npm:19.0.1"
"@types/react-dom": "npm:19.0.2"
ai: "npm:^4.0.18"
ai: "npm:4.0.18"
autoprefixer: "npm:10.4.20"
chance: "npm:1.1.12"
chart.js: "npm:4.4.7"
Expand Down Expand Up @@ -2295,7 +2295,7 @@ __metadata:
timeago-react: "npm:3.0.6"
tsx: "npm:4.19.2"
typescript: "npm:5.7.2"
zod: "npm:^3.23.8"
zod: "npm:3.23.8"
zod-error: "npm:1.5.0"
zod-form-data: "npm:2.0.2"
languageName: unknown
Expand Down Expand Up @@ -8706,7 +8706,14 @@ __metadata:
languageName: node
linkType: hard

"zod@npm:^3.20.2, zod@npm:^3.23.8":
"zod@npm:3.23.8":
version: 3.23.8
resolution: "zod@npm:3.23.8"
checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
languageName: node
linkType: hard

"zod@npm:^3.20.2":
version: 3.24.1
resolution: "zod@npm:3.24.1"
checksum: 10c0/0223d21dbaa15d8928fe0da3b54696391d8e3e1e2d0283a1a070b5980a1dbba945ce631c2d1eccc088fdbad0f2dfa40155590bf83732d3ac4fcca2cc9237591b
Expand Down

0 comments on commit 2ae649b

Please sign in to comment.