Skip to content

Commit

Permalink
Add sb as example dep
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Apr 26, 2022
1 parent 4d8bdc5 commit 1ca56d2
Show file tree
Hide file tree
Showing 19 changed files with 1,534 additions and 178 deletions.
1 change: 1 addition & 0 deletions examples/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"jest": "^26.6.3",
"jest-preset-angular": "^8.3.2",
"protractor": "~7.0.0",
"sb": "6.5.0-beta.0",
"storybook-addon-angular-ivy": "^0.0.1",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.0",
Expand Down
1 change: 1 addition & 0 deletions examples/cra-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@storybook/preset-create-react-app": "^3.1.6",
"@storybook/react": "6.5.0-beta.0",
"@storybook/theming": "6.5.0-beta.0",
"sb": "6.5.0-beta.0",
"webpack": "4"
},
"storybook": {
Expand Down
1 change: 1 addition & 0 deletions examples/cra-react15/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@storybook/theming": "6.5.0-beta.0",
"babel-core": "6",
"babel-runtime": "6",
"sb": "6.5.0-beta.0",
"webpack": "4"
},
"storybook": {
Expand Down
1 change: 1 addition & 0 deletions examples/cra-ts-essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@storybook/preset-create-react-app": "^3.1.6",
"@storybook/react": "6.5.0-beta.0",
"@storybook/testing-library": "^0.0.9",
"sb": "6.5.0-beta.0",
"webpack": "4"
},
"storybook": {
Expand Down
1 change: 1 addition & 0 deletions examples/cra-ts-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"enzyme-to-json": "^3.6.1",
"fork-ts-checker-webpack-plugin": "^6.0.4",
"react-moment-proptypes": "^1.7.0",
"sb": "6.5.0-beta.0",
"ts-node": "^9.1.0",
"webpack": "4"
},
Expand Down
1 change: 1 addition & 0 deletions examples/external-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@types/react": "^16.14.23",
"@types/react-dom": "^16.9.14",
"cross-env": "^7.0.3",
"sb": "6.5.0-beta.0",
"typescript": "^3.9.7",
"webpack": "4"
}
Expand Down
3 changes: 2 additions & 1 deletion examples/html-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"format-json": "^1.0.3",
"global": "^4.4.0",
"postcss": "^8.2.4",
"postcss-color-rebeccapurple": "^6.0.0"
"postcss-color-rebeccapurple": "^6.0.0",
"sb": "6.5.0-beta.0"
},
"storybook": {
"chromatic": {
Expand Down
1 change: 1 addition & 0 deletions examples/official-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"prop-types": "^15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"sb": "6.5.0-beta.0",
"terser-webpack-plugin": "^5.0.3",
"uuid-browser": "^3.1.0",
"webpack": "4"
Expand Down
1 change: 1 addition & 0 deletions examples/preact-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sb": "6.5.0-beta.0",
"svg-url-loader": "^7.1.1",
"webpack": "4",
"webpack-dev-server": "^3.11.2"
Expand Down
1 change: 1 addition & 0 deletions examples/react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@types/react": "^16.14.23",
"@types/react-dom": "^16.9.14",
"cross-env": "^7.0.3",
"sb": "6.5.0-beta.0",
"typescript": "^3.9.7",
"webpack": "4"
}
Expand Down
3 changes: 2 additions & 1 deletion examples/server-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"morgan": "^1.10.0",
"nodemon": "^2.0.7",
"pug": "^3.0.0",
"safe-identifier": "^0.4.1"
"safe-identifier": "^0.4.1",
"sb": "6.5.0-beta.0"
}
}
3 changes: 2 additions & 1 deletion examples/standalone-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"cross-env": "^7.0.3",
"parcel": "2.0.1",
"react": "16.14.0",
"react-dom": "16.14.0"
"react-dom": "16.14.0",
"sb": "6.5.0-beta.0"
}
}
1 change: 1 addition & 0 deletions examples/svelte-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@storybook/source-loader": "6.5.0-beta.0",
"@storybook/svelte": "6.5.0-beta.0",
"@storybook/testing-library": "^0.0.7",
"sb": "6.5.0-beta.0",
"svelte-jester": "1.3.0",
"svelte-preprocess": "4.6.8"
},
Expand Down
1 change: 1 addition & 0 deletions examples/vue-3-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-loader": "^8.0.0",
"sb": "6.5.0-beta.0",
"typescript": "~3.9.3",
"vue-jest": "^5.0.0-alpha.8",
"vue-loader": "^16.1.2"
Expand Down
1 change: 1 addition & 0 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@vue/cli-plugin-babel": "~4.3.1",
"@vue/cli-plugin-typescript": "~4.3.1",
"@vue/cli-service": "~4.3.1",
"sb": "6.5.0-beta.0",
"typescript": "^3.9.7",
"vue-template-compiler": "^2.6.12"
}
Expand Down
1 change: 1 addition & 0 deletions examples/vue-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"cross-env": "^7.0.3",
"file-loader": "^6.2.0",
"prop-types": "^15.7.2",
"sb": "6.5.0-beta.0",
"svg-url-loader": "^7.1.1",
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.2",
Expand Down
2 changes: 2 additions & 0 deletions examples/web-components-kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@storybook/web-components": "portal:../../app/web-components",
"babel-plugin-macros": "3.1.0",
"fork-ts-checker-webpack-plugin": "6.2.13",
"sb": "portal:../../lib/cli-sb",
"typescript": "4.2.4"
},
"dependencies": {
Expand All @@ -76,6 +77,7 @@
"@storybook/web-components": "*",
"global": "^4.4.0",
"jest": "^27.3.1",
"sb": "*",
"typescript": "4.2.4"
},
"customElements": "custom-elements.json",
Expand Down
Loading

0 comments on commit 1ca56d2

Please sign in to comment.