Move fork-ts-checker-webpack-plugin into dependencies (#1410)

Fixes builds failing because of a webpack dependency not being installed
when `--production` flag is used with yarn, e.g. here
https://github.com/webrecorder/browsertrix-cloud/pull/1396
This commit is contained in:
Emma Segal-Grossman 2023-11-27 10:53:06 -05:00 committed by GitHub
parent ffc8b75ea8
commit 57cff1eac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@
"eslint-plugin-lit": "^1.10.1",
"eslint-plugin-wc": "^1.3.2",
"eslint-webpack-plugin": "^3.1.1",
"fork-ts-checker-webpack-plugin": "^6.2.6",
"fuse.js": "^6.5.3",
"glob": "^8.1.0",
"highlight.js": "^11.8.0",
@ -84,7 +85,6 @@
"@web/dev-server-esbuild": "^0.3.3",
"@web/dev-server-import-maps": "^0.0.6",
"@web/dev-server-rollup": "^0.3.21",
"fork-ts-checker-webpack-plugin": "^6.2.6",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"sinon": "^12.0.1",