mirror of
https://github.com/doocs/md.git
synced 2024-11-25 03:18:36 +08:00
fix: lock dependencies version
This commit is contained in:
parent
a20bf78c41
commit
f86627c90c
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,7 +44,6 @@ yarn-error.log*
|
|||||||
# mockm
|
# mockm
|
||||||
httpData
|
httpData
|
||||||
|
|
||||||
package-lock.json
|
|
||||||
public/upload/**
|
public/upload/**
|
||||||
!public/upload/*.gitkeep
|
!public/upload/*.gitkeep
|
||||||
|
|
||||||
|
40242
package-lock.json
generated
Normal file
40242
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -23,10 +23,11 @@
|
|||||||
"form-data": "4.0.0",
|
"form-data": "4.0.0",
|
||||||
"highlight.js": "^11.3.1",
|
"highlight.js": "^11.3.1",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
|
"cheerio": "1.0.0-rc.10",
|
||||||
"juice": "^8.0.0",
|
"juice": "^8.0.0",
|
||||||
"marked": "^4.0.10",
|
"marked": "^4.0.10",
|
||||||
"node-fetch": "^3.1.0",
|
"node-fetch": "^3.1.0",
|
||||||
"prettier": "^2.5.1",
|
"prettier": "2.5.1",
|
||||||
"prettify": "^0.1.7",
|
"prettify": "^0.1.7",
|
||||||
"qiniu-js": "^3.4.0",
|
"qiniu-js": "^3.4.0",
|
||||||
"regenerator-runtime": "^0.13.9",
|
"regenerator-runtime": "^0.13.9",
|
||||||
|
Loading…
Reference in New Issue
Block a user