@wistia/vhs 2.59.2-beta.674dd3f3.ebe478a → 2.59.2-beta.bd839a85.9828d26

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/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license VHS v2.59.2-beta.674dd3f3.ebe478a
3
+ * @license VHS v2.59.2-beta.bd839a85.9828d26
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license VHS v2.59.2-beta.674dd3f3.ebe478a
3
+ * @license VHS v2.59.2-beta.bd839a85.9828d26
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "2.59.2-beta.674dd3f3.ebe478a",
3
+ "version": "2.59.2-beta.bd839a85.9828d26",
4
4
  "packageManager": "yarn@4.3.1",
5
5
  "description": "Visual Hype System - Wistia's opinionated component library for building React UIs",
6
6
  "type": "commonjs",
@@ -44,8 +44,8 @@
44
44
  "generate:icon": "node ./scripts/generators/generateIcon.mjs",
45
45
  "link:test": "node ./scripts/watchAndCopyBuild.mjs",
46
46
  "lint": "yarn lint:code && yarn lint:style",
47
- "lint:code": "eslint --ext ts,tsx,mts,mjs,cjs,snap --cache .",
48
- "lint:debug": "eslint --print-config ./src/index.ts",
47
+ "lint:code": "./node_modules/.bin/eslint --ext ts,tsx,mts,mjs,cjs,snap --cache .",
48
+ "lint:debug": "./node_modules/.bin/eslint --print-config ./src/index.ts",
49
49
  "lint:fix": "yarn run lint:code --fix && yarn run lint:style --fix",
50
50
  "lint:style": "stylelint --cache --cache-location .stylelintcache --report-needless-disables \"**/*.tsx\"",
51
51
  "outdated": "yarn upgrade-interactive",
@@ -91,17 +91,17 @@
91
91
  "uuid": "^10.0.0"
92
92
  },
93
93
  "devDependencies": {
94
- "@storybook/addon-a11y": "^8.2.4",
95
- "@storybook/addon-backgrounds": "^8.2.4",
96
- "@storybook/addon-controls": "^8.2.4",
97
- "@storybook/addon-docs": "^8.2.4",
98
- "@storybook/addon-links": "^8.2.4",
99
- "@storybook/addon-mdx-gfm": "^8.2.4",
100
- "@storybook/blocks": "^8.2.4",
101
- "@storybook/manager-api": "^8.2.4",
102
- "@storybook/react": "^8.2.4",
103
- "@storybook/react-vite": "^8.2.4",
104
- "@storybook/theming": "^8.2.4",
94
+ "@storybook/addon-a11y": "^8.2.5",
95
+ "@storybook/addon-backgrounds": "^8.2.5",
96
+ "@storybook/addon-controls": "^8.2.5",
97
+ "@storybook/addon-docs": "^8.2.5",
98
+ "@storybook/addon-links": "^8.2.5",
99
+ "@storybook/addon-mdx-gfm": "^8.2.5",
100
+ "@storybook/blocks": "^8.2.5",
101
+ "@storybook/manager-api": "^8.2.5",
102
+ "@storybook/react": "^8.2.5",
103
+ "@storybook/react-vite": "^8.2.5",
104
+ "@storybook/theming": "^8.2.5",
105
105
  "@testing-library/dom": "^10.3.2",
106
106
  "@testing-library/jest-dom": "6.4.6",
107
107
  "@testing-library/react": "^16.0.0",
@@ -126,7 +126,6 @@
126
126
  "esbuild": "^0.23.0",
127
127
  "esbuild-plugin-browserslist": "^0.14.0",
128
128
  "esbuild-visualizer": "^0.6.0",
129
- "eslint": "^8.57.0",
130
129
  "globby": "^14.0.2",
131
130
  "jsdoc-to-markdown": "^8.0.1",
132
131
  "jsdom": "^24.1.0",
@@ -136,7 +135,7 @@
136
135
  "react": "^18.3.1",
137
136
  "react-dom": "^18.3.1",
138
137
  "shx": "^0.3.4",
139
- "storybook": "^8.2.4",
138
+ "storybook": "^8.2.5",
140
139
  "styled-components": "^5.3.11",
141
140
  "stylelint": "^16.7.0",
142
141
  "tsx": "^4.16.2",