lbry.org/package.json
dependabot[bot] 6e09d16be1
chore(deps-dev): bump fs-extra from 11.1.0 to 11.1.1
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.0 to 11.1.1.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.0...11.1.1)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 14:04:14 +00:00

20 lines
476 B
JSON

{
"license": "MIT",
"devDependencies": {
"@fontsource/roboto": "^4.5.8",
"@iconify/json": "^2.2.37",
"@iconify/vue2": "^2.1.0",
"@vuepress/plugin-pwa": "^1.9.9",
"fs-extra": "^11.1.1",
"vuepress": "^1.9.9",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"request-promise": "^4.2.6"
}
}