@storybook/addon-onboarding 0.0.9--canary.18.247edbf.0 → 0.0.9--canary.18.0c6aa80.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-onboarding",
3
- "version": "0.0.9--canary.18.247edbf.0",
3
+ "version": "0.0.9--canary.18.0c6aa80.0",
4
4
  "description": "Storybook Addon Onboarding - Introduces a new onboarding experience",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -57,6 +57,7 @@
57
57
  "@storybook/addon-essentials": "^7.0.0",
58
58
  "@storybook/addon-interactions": "^7.0.0",
59
59
  "@storybook/addon-links": "^7.0.0",
60
+ "@storybook/jest": "^0.1.0",
60
61
  "@storybook/react": "^7.0.0",
61
62
  "@storybook/react-vite": "^7.0.0",
62
63
  "@storybook/testing-library": "^0.0.14-next.1",
@@ -109,7 +110,7 @@
109
110
  "readme": "ERROR: No README data found!",
110
111
  "homepage": "https://github.com/storybookjs/addon-onboarding#readme",
111
112
  "dependencies": {
112
- "react-confetti": "^6.1.0",
113
- "@radix-ui/react-dialog": "^1.0.4"
113
+ "@radix-ui/react-dialog": "^1.0.4",
114
+ "react-confetti": "^6.1.0"
114
115
  }
115
116
  }