@getsupertab/supertab-js 3.57.0 → 3.57.1

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.
@@ -1,4 +1,4 @@
1
- import { S as e, l as o } from "./index-BJV-Nlij.js";
1
+ import { S as e, l as o } from "./index-C2cVA-tn.js";
2
2
  export {
3
3
  e as Supertab,
4
4
  o as loadSupertab
package/package.json CHANGED
@@ -15,11 +15,14 @@
15
15
  "files": [
16
16
  "dist/pkg/prod"
17
17
  ],
18
+ "overrides": {
19
+ "minimatch": "^10.2.1"
20
+ },
18
21
  "publishConfig": {
19
22
  "access": "public",
20
23
  "registry": "https://registry.npmjs.org/"
21
24
  },
22
- "version": "3.57.0",
25
+ "version": "3.57.1",
23
26
  "type": "module",
24
27
  "scripts": {
25
28
  "dev": "vite --config .vite/vite.dev.config.ts",
@@ -67,7 +70,7 @@
67
70
  "@getsupertab/netlify-plugin-update-client-apps": "^1.1.3",
68
71
  "@getsupertab/price-utils": "^1.1.0",
69
72
  "@getsupertab/supertab-ds-components": "7.13.0",
70
- "@getsupertab/tapper-sdk": "^53.0.0",
73
+ "@getsupertab/tapper-sdk": "^59.0.0",
71
74
  "@headlessui/tailwindcss": "^0.2.2",
72
75
  "@playwright/test": "^1.57.0",
73
76
  "@semantic-release/changelog": "^6.0.3",
@@ -76,19 +79,19 @@
76
79
  "@semantic-release/npm": "^13.1.2",
77
80
  "@semantic-release/release-notes-generator": "^14.1.0",
78
81
  "@sentry/react": "^10.32.1",
79
- "@storybook/addon-links": "10.1.11",
80
- "@storybook/builder-vite": "10.1.11",
81
- "@storybook/react-vite": "10.1.11",
82
+ "@storybook/addon-links": "10.2.11",
83
+ "@storybook/builder-vite": "10.2.11",
84
+ "@storybook/react-vite": "10.2.11",
82
85
  "@testing-library/react": "^16.3.0",
83
86
  "@types/react": "^19.2.7",
84
87
  "@types/react-dom": "^19.2.3",
85
88
  "@vitest/coverage-v8": "^4.0.16",
86
89
  "@xstate/react": "^6.0.0",
87
90
  "autoprefixer": "^10.4.22",
88
- "chromatic": "^13.3.4",
91
+ "chromatic": "^15.2.0",
89
92
  "dotenv": "^17.2.3",
90
93
  "eslint": "^8.57.0",
91
- "focus-trap-react": "^11.0.3",
94
+ "focus-trap-react": "^12.0.0",
92
95
  "happy-dom": "^20.0.11",
93
96
  "husky": "^9.1.7",
94
97
  "i18next": "^25.7.2",
@@ -102,7 +105,7 @@
102
105
  "react-dom": "^18.3.1",
103
106
  "react-i18next": "^16.5.1",
104
107
  "semantic-release": "^25.0.2",
105
- "storybook": "10.1.11",
108
+ "storybook": "10.2.11",
106
109
  "tailwindcss": "^3.4.18",
107
110
  "tailwindcss-radix": "^3.0.5",
108
111
  "ts-case-convert": "^2.1.0",
@@ -114,7 +117,7 @@
114
117
  "vitest": "^4.0.16",
115
118
  "xstate": "^5.24.0",
116
119
  "zod": "^3.24.4",
117
- "eslint-plugin-storybook": "10.1.11",
118
- "@storybook/addon-docs": "10.1.11"
120
+ "eslint-plugin-storybook": "10.2.11",
121
+ "@storybook/addon-docs": "10.2.11"
119
122
  }
120
123
  }