-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from storybookjs/next
Release: 1.0.0 (Storybook 8)
- Loading branch information
Showing
7 changed files
with
1,645 additions
and
2,719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
18 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@storybook/addon-styling-webpack", | ||
"version": "0.0.6", | ||
"version": "1.0.0-next.0", | ||
"description": "A base addon for configuring popular styling tools in Webpack", | ||
"keywords": [ | ||
"style", | ||
|
@@ -49,21 +49,20 @@ | |
"release": "pnpm build && auto shipit" | ||
}, | ||
"dependencies": { | ||
"@storybook/node-logger": "^7.0.12" | ||
"@storybook/node-logger": "^8.0.0-alpha.10" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.0.0", | ||
"auto": "^10.3.0", | ||
"prettier": "^2.8.0", | ||
"@types/node": "^18.0.0", | ||
"auto": "^11.0.4", | ||
"prettier": "^3.2.0", | ||
"rimraf": "^3.0.2", | ||
"tsup": "^6.7.0", | ||
"typescript": "^4.9.0", | ||
"typescript": "^5.3.0", | ||
"webpack": "^5.0.0" | ||
}, | ||
"peerDependencies": { | ||
"webpack": "^5.0.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters