mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-16 08:18:39 +00:00
chore(deps): update webpack, webpack-cli, webpack-dev-server (#3191)
* chore(deps): update webpack, webpack-cli, webpack-dev-server Fixes #3189 * injectClient -> client * Switch WebpackDevServer constructor order * Switch from listen to start * Fix missing argument to catch * chore: dedupe lockfile * chore: update to Yarn 3.0.1 * ci: run yarn install on semantic release * ci: use setup-node cache * chore: update lockfile Co-authored-by: Ylemkimon <y@ylem.kim>
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"dist/"
|
||||
],
|
||||
"license": "MIT",
|
||||
"packageManager": "yarn@3.0.1",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
||||
@@ -78,10 +79,10 @@
|
||||
"stylelint": "^13.6.1",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"terser-webpack-plugin": "^5.0.3",
|
||||
"webpack": "^5.8.0",
|
||||
"webpack": "^5.51.1",
|
||||
"webpack-bundle-analyzer": "^4.0.0",
|
||||
"webpack-cli": "^4.2.0",
|
||||
"webpack-dev-server": "^4.0.0-beta.0"
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.0.0"
|
||||
},
|
||||
"bin": "cli.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user