Skip to content

Commit f381a13

Browse files
committed
fix: deps
1 parent d461375 commit f381a13

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

bun.lock

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

packages/sdk/package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databuddy/sdk",
3-
"version": "2.2.1",
3+
"version": "2.2.11",
44
"description": "Official Databuddy Analytics SDK",
55
"main": "./dist/core/index.mjs",
66
"types": "./dist/core/index.d.ts",
@@ -19,7 +19,6 @@
1919
"@types/node": "^20.0.0",
2020
"@vitejs/plugin-react": "^5.0.0",
2121
"ai": "^5.0.51",
22-
"jotai": "catalog:",
2322
"react": "catalog:",
2423
"@types/react": "catalog:",
2524
"tokenlens": "^2.0.0-alpha.3",
@@ -31,7 +30,6 @@
3130
"peerDependencies": {
3231
"@ai-sdk/provider": "^2.0.0",
3332
"ai": "^5.0.51",
34-
"jotai": ">=2.0.0",
3533
"react": ">=18",
3634
"tokenlens": "^2.0.0-alpha.3",
3735
"msw": "^2.11.5",
@@ -44,9 +42,6 @@
4442
"ai": {
4543
"optional": true
4644
},
47-
"jotai": {
48-
"optional": true
49-
},
5045
"react": {
5146
"optional": true
5247
},

0 commit comments

Comments
 (0)