@storybook/addon-backgrounds 8.0.0-alpha.4 → 8.0.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +7 -7
  2. package/jest.config.js +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-backgrounds",
3
- "version": "8.0.0-alpha.4",
3
+ "version": "8.0.0-alpha.6",
4
4
  "description": "Switch backgrounds to view components in different settings",
5
5
  "keywords": [
6
6
  "addon",
@@ -58,12 +58,12 @@
58
58
  "ts-dedent": "^2.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@storybook/client-logger": "8.0.0-alpha.4",
62
- "@storybook/components": "8.0.0-alpha.4",
63
- "@storybook/manager-api": "8.0.0-alpha.4",
64
- "@storybook/preview-api": "8.0.0-alpha.4",
65
- "@storybook/theming": "8.0.0-alpha.4",
66
- "@storybook/types": "8.0.0-alpha.4",
61
+ "@storybook/client-logger": "8.0.0-alpha.6",
62
+ "@storybook/components": "8.0.0-alpha.6",
63
+ "@storybook/manager-api": "8.0.0-alpha.6",
64
+ "@storybook/preview-api": "8.0.0-alpha.6",
65
+ "@storybook/theming": "8.0.0-alpha.6",
66
+ "@storybook/types": "8.0.0-alpha.6",
67
67
  "react": "^18.2.0",
68
68
  "react-dom": "^18.2.0",
69
69
  "typescript": "^5.3.2"
package/jest.config.js DELETED
@@ -1,7 +0,0 @@
1
- const path = require('path');
2
- const baseConfig = require('../../jest.config.browser');
3
-
4
- module.exports = {
5
- ...baseConfig,
6
- displayName: __dirname.split(path.sep).slice(-2).join(path.posix.sep),
7
- };