Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 5, 2022
1 parent 2c44a2e commit 2e6e5a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -8,10 +8,10 @@
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/content-theme-docs": "^0.8.2",
"@nuxt/content-theme-docs": "0.8.2",
"nuxt": "2.15.8"
},
"devDependencies": {
"@nuxtjs/pwa": "^3.3.5"
"@nuxtjs/pwa": "3.3.5"
}
}
4 changes: 2 additions & 2 deletions docs/yarn.lock
Expand Up @@ -1241,7 +1241,7 @@
std-env "^2.3.0"
ufo "^0.7.4"

"@nuxt/content-theme-docs@^0.8.2":
"@nuxt/content-theme-docs@0.8.2":
version "0.8.2"
resolved "https://registry.yarnpkg.com/@nuxt/content-theme-docs/-/content-theme-docs-0.8.2.tgz#5a50a0a1b1b0a5a0e66ba7df6cccf9db64edcfd8"
integrity sha512-pU6mqvJfA8Rg8P57CSAaR83Irw7TolfQPjYofyBBN2BmA8RqAUx7S+iJg++nbq81VfNdtuYorTIY+JLGk9XWCw==
Expand Down Expand Up @@ -1567,7 +1567,7 @@
consola "^2.15.0"
google-fonts-helper "^1.1.1"

"@nuxtjs/pwa@^3.2.2", "@nuxtjs/pwa@^3.3.5":
"@nuxtjs/pwa@3.3.5", "@nuxtjs/pwa@^3.2.2":
version "3.3.5"
resolved "https://registry.yarnpkg.com/@nuxtjs/pwa/-/pwa-3.3.5.tgz#db7c905536ebe8a464a347b6ae3215810642c044"
integrity sha512-8tTmW8DBspWxlJwTimOHTkwfkwPpL9wIcGmy75Gcmin+c9YtX2Ehxmhgt/TLFOC9XsLAqojqynw3/Agr/9OE1w==
Expand Down

0 comments on commit 2e6e5a9

Please sign in to comment.