lbry.org/package.json
dependabot[bot] fc486780ec
chore(deps-dev): bump fs-extra from 10.1.0 to 11.1.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.1.0.
- [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/10.1.0...11.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-14 19:29:04 +00:00

17 lines
420 B
JSON

{
"license": "MIT",
"devDependencies": {
"@fontsource/roboto": "^4.5.5",
"@iconify/json": "^2.1.151",
"@iconify/vue2": "^1.2.1",
"@vuepress/plugin-pwa": "^1.9.7",
"fs-extra": "^11.1.0",
"vuepress": "^1.9.7",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-zooming": "^1.1.8"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}