mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
chore: upgrade shelljs to 0.8.4 (#2661)
This commit is contained in:
parent
901682ee46
commit
8730df7044
6 changed files with 9 additions and 9 deletions
|
@ -66,7 +66,7 @@
|
|||
"react-dom": "^16.8.4",
|
||||
"remarkable": "^2.0.0",
|
||||
"request": "^2.88.0",
|
||||
"shelljs": "^0.8.3",
|
||||
"shelljs": "^0.8.4",
|
||||
"sitemap": "^3.2.2",
|
||||
"tcp-port-used": "^1.0.1",
|
||||
"tiny-lr": "^1.1.1",
|
||||
|
|
|
@ -15,6 +15,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"chalk": "^3.0.0",
|
||||
"shelljs": "^0.8.3"
|
||||
"shelljs": "^0.8.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"inquirer": "^7.1.0",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
"semver": "^6.3.0",
|
||||
"shelljs": "^0.8.3"
|
||||
"shelljs": "^0.8.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.9.0"
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"lodash.pick": "^4.4.0",
|
||||
"lodash.pickby": "^4.6.0",
|
||||
"remark-admonitions": "^1.2.1",
|
||||
"shelljs": "^0.8.3"
|
||||
"shelljs": "^0.8.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@docusaurus/core": "^2.0.0",
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
"react-router-config": "^5.1.1",
|
||||
"react-router-dom": "^5.1.2",
|
||||
"semver": "^6.3.0",
|
||||
"shelljs": "^0.8.3",
|
||||
"shelljs": "^0.8.4",
|
||||
"std-env": "^2.2.1",
|
||||
"terser-webpack-plugin": "^2.3.5",
|
||||
"wait-file": "^1.0.5",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue