Skip to content

Commit 50bec71

Browse files
committed
build: fix
1 parent d8bcfe1 commit 50bec71

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/plugin/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@btst/todo-plugin",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"type": "module",
55
"repository": {
66
"type": "git",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
},
4141
"peerDependencies": {
42-
"@btst/stack": "catalog:",
42+
"@btst/stack": ">=1.1.0",
4343
"@btst/yar": "^1.1.1",
4444
"@radix-ui/react-checkbox": ">=1.0.0",
4545
"@radix-ui/react-label": ">=2.0.0",
@@ -61,6 +61,7 @@
6161
"@types/react-dom": "^19.2.1",
6262
"@workspace/eslint-config": "workspace:*",
6363
"@workspace/typescript-config": "workspace:*",
64+
"@workspace/ui": "workspace:*",
6465
"@vitest/ui": "^2.1.8",
6566
"eslint": "^9.32.0",
6667
"rollup-plugin-preserve-directives": "^0.4.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)