Skip to content

Commit

Permalink
Merge pull request #17 from storybookjs/next
Browse files Browse the repository at this point in the history
Release: 1.0.0 (Storybook 8)
  • Loading branch information
JReinhold authored Mar 11, 2024
2 parents d987f31 + c021fb0 commit a420c3a
Show file tree
Hide file tree
Showing 7 changed files with 1,645 additions and 2,719 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 16.x
uses: actions/setup-node@v1
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions .yarnrc.yml

This file was deleted.

13 changes: 6 additions & 7 deletions package.json
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",
Expand Down Expand Up @@ -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"
},
Expand Down
3,466 changes: 1,634 additions & 1,832 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from "tsup";
export default defineConfig((options) => [
{
entry: ["src/index.ts", "src/preset.ts"],
outDir: "./dist",
splitting: false,
minify: !options.watch,
format: ["cjs", "esm"],
Expand Down

0 comments on commit a420c3a

Please sign in to comment.