@storybook/ember 8.2.0-beta.1 → 8.2.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -20,13 +20,13 @@ For more information visit: [storybook.js.org](https://storybook.js.org)
20
20
  ---
21
21
 
22
22
  Storybook also comes with a lot of [addons](https://storybook.js.org/addons) and a great API to customize as you wish.
23
- You can also build a [static version](https://storybook.js.org/docs/ember/sharing/publish-storybook) of your Storybook and deploy it anywhere you want.
23
+ You can also build a [static version](https://storybook.js.org/docs/sharing/publish-storybook?renderer=ember) of your Storybook and deploy it anywhere you want.
24
24
 
25
25
  ## Docs
26
26
 
27
- - [Basics](https://storybook.js.org/docs/ember/get-started)
28
- - [Configurations](https://storybook.js.org/docs/ember/configure)
29
- - [Addons](https://storybook.js.org/docs/ember/configure/storybook-addons)
27
+ - [Basics](https://storybook.js.org/docs/get-started/install?renderer=ember)
28
+ - [Configurations](https://storybook.js.org/docs/configure?renderer=ember)
29
+ - [Addons](https://storybook.js.org/docs/configure/user-interface/storybook-addons?renderer=ember)
30
30
 
31
31
  ## Working with polyfills
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/ember",
3
- "version": "8.2.0-beta.1",
3
+ "version": "8.2.0-beta.3",
4
4
  "description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.",
5
5
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/ember",
6
6
  "bugs": {
@@ -32,7 +32,7 @@
32
32
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/tsc.ts"
33
33
  },
34
34
  "dependencies": {
35
- "@storybook/builder-webpack5": "8.2.0-beta.1",
35
+ "@storybook/builder-webpack5": "8.2.0-beta.3",
36
36
  "@storybook/global": "^5.0.0",
37
37
  "babel-loader": "9.1.3",
38
38
  "find-up": "^5.0.0",
@@ -50,7 +50,7 @@
50
50
  "ember-source": "~3.28.1 || ^4.0.0",
51
51
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
52
52
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
53
- "storybook": "^8.2.0-beta.1"
53
+ "storybook": "^8.2.0-beta.3"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=18.0.0"