Bumps [@vuepress/plugin-pwa](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-pwa) from 1.9.7 to 1.9.8. - [Release notes](https://github.com/vuejs/vuepress/releases) - [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuepress/commits/v1.9.8/packages/@vuepress/plugin-pwa) --- updated-dependencies: - dependency-name: "@vuepress/plugin-pwa" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
475 B
JSON
20 lines
475 B
JSON
{
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@iconify/json": "^2.2.7",
|
|
"@iconify/vue2": "^2.0.1",
|
|
"@vuepress/plugin-pwa": "^1.9.8",
|
|
"fs-extra": "^11.1.0",
|
|
"vuepress": "^1.9.8",
|
|
"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"
|
|
}
|
|
}
|