Skip to content

Commit daf642c

Browse files
nperez0111claude
andcommitted
chore: relax dependency version ranges and add workspaces config
Move overrides to top-level in package.json, add workspaces field, and relax pinned versions to use caret ranges for tiptap, AI SDK, and msw dependencies. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 056e0e9 commit daf642c

2 files changed

Lines changed: 94 additions & 90 deletions

File tree

package.json

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,7 @@
3333
"msw",
3434
"nx",
3535
"unrs-resolver"
36-
],
37-
"overrides": {
38-
"msw": "2.11.5",
39-
"ai": "6.0.5",
40-
"@ai-sdk/anthropic": "3.0.2",
41-
"@ai-sdk/openai": "3.0.2",
42-
"@ai-sdk/groq": "3.0.2",
43-
"@ai-sdk/google": "3.0.2",
44-
"@ai-sdk/mistral": "3.0.2",
45-
"@ai-sdk/openai-compatible": "2.0.2",
46-
"@ai-sdk/provider-utils": "4.0.2",
47-
"@ai-sdk/react": "3.0.5",
48-
"@ai-sdk/gateway": "3.0.4"
49-
}
36+
]
5037
},
5138
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b",
5239
"private": true,
@@ -69,5 +56,30 @@
6956
"start": "serve playground/dist -c ../serve.json",
7057
"test": "nx run-many --target=test",
7158
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,scss,md}\""
72-
}
59+
},
60+
"overrides": {
61+
"msw": "2.11.5",
62+
"ai": "6.0.5",
63+
"@ai-sdk/anthropic": "3.0.2",
64+
"@ai-sdk/openai": "3.0.2",
65+
"@ai-sdk/groq": "3.0.2",
66+
"@ai-sdk/google": "3.0.2",
67+
"@ai-sdk/mistral": "3.0.2",
68+
"@ai-sdk/openai-compatible": "2.0.2",
69+
"@ai-sdk/provider-utils": "4.0.2",
70+
"@ai-sdk/react": "3.0.5",
71+
"@ai-sdk/gateway": "3.0.4",
72+
"@headlessui/react": "^2.2.4",
73+
"@tiptap/core": "^3.0.0",
74+
"@tiptap/pm": "^3.0.0"
75+
},
76+
"workspaces": [
77+
"packages/*",
78+
"examples/*/*",
79+
"playground",
80+
"fumadocs",
81+
"docs",
82+
"shared",
83+
"tests"
84+
]
7385
}

0 commit comments

Comments
 (0)