mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Update package-lock.json, bump esbuild (#6915)
update node version, bump esbuild
This commit is contained in:
parent
460789b7be
commit
40ae9ff05b
4 changed files with 7723 additions and 4849 deletions
2
.github/node-version.txt
vendored
2
.github/node-version.txt
vendored
|
|
@ -1 +1 @@
|
|||
14
|
||||
18
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Quick Start
|
||||
|
||||
- Install mitmproxy as described in [`../CONTRIBUTING.md`](../CONTRIBUTING.md)
|
||||
- Run `node --version` to make sure that you have at least Node.js 14 or above. If you are on **Ubuntu <= 20.04**, you
|
||||
- Run `node --version` to make sure that you have at least Node.js 18 or above. If you are on **Ubuntu <= 22.04**, you
|
||||
need to
|
||||
[upgrade](https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions).
|
||||
- Run `cd mitmproxy/web` to change to the directory with package.json
|
||||
|
|
|
|||
12566
web/package-lock.json
generated
12566
web/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -35,7 +35,7 @@
|
|||
"esbuild-jest": "^0.5.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clean-css": "^4.3.0",
|
||||
"gulp-esbuild": "^0.8.5",
|
||||
"gulp-esbuild": "^0.12.0",
|
||||
"gulp-less": "^5.0.0",
|
||||
"gulp-livereload": "^4.0.2",
|
||||
"gulp-notify": "^4.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue