@wistia/vhs 2.59.2-beta.153287f5.c142599 → 2.59.2-beta.674dd3f3.ebe478a

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wistia/vhs",
3
- "version": "2.59.2-beta.153287f5.c142599",
3
+ "version": "2.59.2-beta.674dd3f3.ebe478a",
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": "./node_modules/.bin/eslint --ext ts,tsx,mts,mjs,cjs,snap --cache .",
48
- "lint:debug": "./node_modules/.bin/eslint --print-config ./src/index.ts",
47
+ "lint:code": "eslint --ext ts,tsx,mts,mjs,cjs,snap --cache .",
48
+ "lint:debug": "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",
@@ -126,6 +126,7 @@
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",
129
130
  "globby": "^14.0.2",
130
131
  "jsdoc-to-markdown": "^8.0.1",
131
132
  "jsdom": "^24.1.0",