Skip to content

Commit

Permalink
drop shim package deps, peer dep on SB 8.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Oct 31, 2024
1 parent 558264a commit 8726212
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
"jackspeak": "2.1.1"
},
"dependencies": {
"@storybook/core-events": "^8.0.0 || ^8.1.0-0 || ^8.2.0-0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0",
"@storybook/telemetry": "^8.0.0 || ^8.1.0-0 || ^8.2.0-0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0",
"chromatic": "^11.15.0",
"filesize": "^10.0.12",
"jsonfile": "^6.1.0",
Expand Down Expand Up @@ -133,7 +131,7 @@
"zx": "^1.14.1"
},
"peerDependencies": {
"storybook": "^8.0.0 || ^8.1.0-0 || ^8.2.0-0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
"storybook": "^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ __metadata:
zod: "npm:^3.22.2"
zx: "npm:^1.14.1"
peerDependencies:
storybook: ^8.0.0 || ^8.1.0-0 || ^8.2.0-0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
storybook: ^8.2.0 || ^8.3.0-0 || ^8.4.0-0 || ^8.5.0-0 || ^8.6.0-0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 8726212

Please sign in to comment.