Skip to content

Commit

Permalink
fix: update storybook dep to match main
Browse files Browse the repository at this point in the history
  • Loading branch information
pfulton committed Apr 19, 2024
1 parent c1e07a3 commit 361f427
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-syntax-highlighter": "^15.5.0",
"source-map-loader": "^5.0.0",
"storybook": "^8.0.6",
"style-loader": "3.3.4",
"style-loader": "4.0.0",
"webpack": "^5.91.0"
}
}
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5136,7 +5136,7 @@ __metadata:
react-syntax-highlighter: "npm:^15.5.0"
source-map-loader: "npm:^5.0.0"
storybook: "npm:^8.0.6"
style-loader: "npm:3.3.4"
style-loader: "npm:4.0.0"
webpack: "npm:^5.91.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -20956,7 +20956,16 @@ __metadata:
languageName: node
linkType: hard

"style-loader@npm:3.3.4, style-loader@npm:^3.3.1":
"style-loader@npm:4.0.0":
version: 4.0.0
resolution: "style-loader@npm:4.0.0"
peerDependencies:
webpack: ^5.27.0
checksum: 10c0/214bc0f3b018f8c374f79b9fa16da43df78c7fef2261e9a99e36c2f8387601fad10ac75a171aa8edba75903db214bc46952ae08b94a1f8544bd146c2c8d07d27
languageName: node
linkType: hard

"style-loader@npm:^3.3.1":
version: 3.3.4
resolution: "style-loader@npm:3.3.4"
peerDependencies:
Expand Down

0 comments on commit 361f427

Please sign in to comment.