Lock down esbuild and esbuild-sass-plugin versions
Workaround error: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: session-recording@undefined npm ERR! Found: esbuild@0.18.20 npm ERR! node_modules/esbuild npm ERR! dev esbuild@"^0.18.6" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer esbuild@"^0.19.1" from esbuild-sass-plugin@2.12.0 npm ERR! node_modules/esbuild-sass-plugin npm ERR! dev esbuild-sass-plugin@"^2.10.0" from the root project
This commit is contained in:
parent
915521a6ad
commit
142d42066b
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"argparse": "^2.0.1",
|
"argparse": "^2.0.1",
|
||||||
"chrome-remote-interface": "^0.32.1",
|
"chrome-remote-interface": "^0.32.1",
|
||||||
"esbuild": "^0.18.6",
|
"esbuild": "0.18.6",
|
||||||
"esbuild-plugin-copy": "^2.1.1",
|
"esbuild-plugin-copy": "^2.1.1",
|
||||||
"esbuild-plugin-replace": "^1.3.0",
|
"esbuild-plugin-replace": "^1.3.0",
|
||||||
"esbuild-sass-plugin": "^2.10.0",
|
"esbuild-sass-plugin": "2.10.0",
|
||||||
"esbuild-wasm": "^0.18.6",
|
"esbuild-wasm": "^0.18.6",
|
||||||
"eslint": "^8.13.0",
|
"eslint": "^8.13.0",
|
||||||
"eslint-config-standard": "^17.0.0-1",
|
"eslint-config-standard": "^17.0.0-1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue