@procore/storybook-addon 4.4.0 → 4.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @procore/storybook-addon
2
2
 
3
+ ## 4.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9dd5140: Upgrades packages containing vulnerabilities.
8
+
3
9
  ## 4.4.0
4
10
 
5
11
  ### Minor Changes
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  createProcoreTheme: () => createProcoreTheme
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
25
+ module.exports = __toCommonJS(index_exports);
26
26
 
27
27
  // src/configurations/theme.ts
28
28
  var import_theming = require("@storybook/theming");
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  createProcoreTheme: () => createProcoreTheme
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
25
+ module.exports = __toCommonJS(index_exports);
26
26
 
27
27
  // src/configurations/theme.ts
28
28
  var import_theming = require("@storybook/theming");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/storybook-addon",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "Procore Storybook Configuration",
5
5
  "author": "Procore Technologies",
6
6
  "homepage": "https://github.com/procore/frontend-tooling#readme",
@@ -70,7 +70,7 @@
70
70
  "@babel/preset-env": "^7.23.3",
71
71
  "@babel/preset-react": "^7.23.3",
72
72
  "@babel/preset-typescript": "^7.23.3",
73
- "@babel/runtime": "^7.23.9",
73
+ "@babel/runtime": "^7.26.10",
74
74
  "@storybook/addon-a11y": "^7.5.3",
75
75
  "@storybook/addon-essentials": "^7.5.3",
76
76
  "@storybook/addon-storysource": "^7.5.3",
@@ -91,7 +91,7 @@
91
91
  "@procore/typescript-config": "^2.0.0",
92
92
  "@types/react": "^18.2.37",
93
93
  "@types/react-dev-utils": "^9.0.14",
94
- "@vitest/coverage-v8": "^2.0.5",
94
+ "@vitest/coverage-v8": "^2.1.9",
95
95
  "eslint": "^8.57.0",
96
96
  "pathe": "^1.1.2",
97
97
  "prettier": "^2.8.8",
@@ -100,6 +100,6 @@
100
100
  "react-dom": "^18.2.0",
101
101
  "rimraf": "^3.0.2",
102
102
  "typescript": "^5.5.2",
103
- "vitest": "^2.0.5"
103
+ "vitest": "^2.1.9"
104
104
  }
105
105
  }