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
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@
482482
"@types/react": "catalog:",
483483
"@vitejs/plugin-react": "^5.0.0",
484484
"ai": "^5.0.51",
485-
"jotai": "catalog:",
486485
"msw": "^2.11.5",
487486
"react": "catalog:",
488487
"tokenlens": "^2.0.0-alpha.3",
@@ -493,7 +492,6 @@
493492
"peerDependencies": {
494493
"@ai-sdk/provider": "^2.0.0",
495494
"ai": "^5.0.51",
496-
"jotai": ">=2.0.0",
497495
"msw": "^2.11.5",
498496
"react": ">=18",
499497
"tokenlens": "^2.0.0-alpha.3",
@@ -502,7 +500,6 @@
502500
"optionalPeers": [
503501
"@ai-sdk/provider",
504502
"ai",
505-
"jotai",
506503
"msw",
507504
"react",
508505
"tokenlens",

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)