@storybook/addon-backgrounds 8.0.0-alpha.0 → 8.0.0-alpha.10

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 +8 -8
  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.0",
3
+ "version": "8.0.0-alpha.10",
4
4
  "description": "Switch backgrounds to view components in different settings",
5
5
  "keywords": [
6
6
  "addon",
@@ -53,17 +53,17 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@storybook/global": "^5.0.0",
56
- "@storybook/icons": "^1.2.1",
56
+ "@storybook/icons": "^1.2.3",
57
57
  "memoizerific": "^1.11.3",
58
58
  "ts-dedent": "^2.0.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@storybook/client-logger": "8.0.0-alpha.0",
62
- "@storybook/components": "8.0.0-alpha.0",
63
- "@storybook/manager-api": "8.0.0-alpha.0",
64
- "@storybook/preview-api": "8.0.0-alpha.0",
65
- "@storybook/theming": "8.0.0-alpha.0",
66
- "@storybook/types": "8.0.0-alpha.0",
61
+ "@storybook/client-logger": "8.0.0-alpha.10",
62
+ "@storybook/components": "8.0.0-alpha.10",
63
+ "@storybook/manager-api": "8.0.0-alpha.10",
64
+ "@storybook/preview-api": "8.0.0-alpha.10",
65
+ "@storybook/theming": "8.0.0-alpha.10",
66
+ "@storybook/types": "8.0.0-alpha.10",
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
- };