Skip to content

Commit 035c51b

Browse files
committed
chore: Add Storybook as a peer dependency and update package manager entry in package.json
1 parent 5a08ab0 commit 035c51b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@
5959
"webpack": "^5.99.9"
6060
},
6161
"peerDependencies": {
62+
"storybook": "^9.0.0",
6263
"webpack": "^5.0.0"
6364
},
65+
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
6466
"publishConfig": {
6567
"access": "public"
6668
},
@@ -74,6 +76,5 @@
7476
"preact"
7577
],
7678
"icon": "https://raw.githubusercontent.com/storybookjs/addon-styling/1e17a71614dde4337f402dd5f00d761991d1a9d8/.github/media/styling.svg"
77-
},
78-
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
79+
}
7980
}

0 commit comments

Comments
 (0)