Skip to content

Commit 24886a6

Browse files
committed
fix: update dependencies in package.json and pnpm-lock.yaml to specific versions
1 parent 10b4939 commit 24886a6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ai-sdk/openai": "latest",
13-
"@ai-sdk/react": "latest",
12+
"@ai-sdk/openai": "^1.3.0",
13+
"@ai-sdk/react": "^1.2.0",
1414
"@hookform/resolvers": "^3.9.1",
1515
"@radix-ui/react-accordion": "^1.2.2",
1616
"@radix-ui/react-alert-dialog": "^1.1.4",
@@ -39,7 +39,6 @@
3939
"@radix-ui/react-toggle": "^1.1.1",
4040
"@radix-ui/react-toggle-group": "^1.1.1",
4141
"@radix-ui/react-tooltip": "^1.1.6",
42-
"ai": "latest",
4342
"autoprefixer": "^10.4.20",
4443
"class-variance-authority": "^0.7.1",
4544
"clsx": "^2.1.1",
@@ -50,7 +49,6 @@
5049
"lucide-react": "^0.454.0",
5150
"next": "15.1.0",
5251
"next-themes": "^0.4.4",
53-
"openai": "^4.89.0",
5452
"react": "^19",
5553
"react-day-picker": "8.10.1",
5654
"react-dom": "^19",
@@ -61,7 +59,9 @@
6159
"tailwind-merge": "^2.5.5",
6260
"tailwindcss-animate": "^1.0.7",
6361
"vaul": "^0.9.6",
64-
"zod": "^3.24.1"
62+
"zod": "^3.24.2",
63+
"ai": "latest",
64+
"openai": "latest"
6565
},
6666
"devDependencies": {
6767
"@types/node": "^22",
@@ -71,4 +71,4 @@
7171
"tailwindcss": "^3.4.17",
7272
"typescript": "^5"
7373
}
74-
}
74+
}

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)