storybook-addon-pseudo-states 2.2.2--canary.107.40787fc.0 → 2.2.2--canary.107.a881a1d.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 (2) hide show
  1. package/.babelrc.js +6 -0
  2. package/package.json +3 -1
package/.babelrc.js ADDED
@@ -0,0 +1,6 @@
1
+ // this configuration is used by jest, not for actual building the addon
2
+
3
+ module.exports = {
4
+ targets: "defaults",
5
+ presets: ["@babel/preset-env", "@babel/preset-typescript"],
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybook-addon-pseudo-states",
3
- "version": "2.2.2--canary.107.40787fc.0",
3
+ "version": "2.2.2--canary.107.a881a1d.0",
4
4
  "description": "CSS pseudo states for Storybook",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -51,6 +51,8 @@
51
51
  "release": "auto shipit --base-branch=main"
52
52
  },
53
53
  "devDependencies": {
54
+ "@babel/preset-env": "^7.24.0",
55
+ "@babel/preset-typescript": "^7.23.3",
54
56
  "@chromatic-com/storybook": "^1.2.1",
55
57
  "@storybook/addon-essentials": "^8.0.0-rc.1",
56
58
  "@storybook/addon-interactions": "^8.0.0-rc.1",