Skip to content

Commit

Permalink
fix(deps): bump @nuxt/typescript-runtime from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [@nuxt/typescript-runtime](https://github.com/nuxt/typescript) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/nuxt/typescript/releases)
- [Commits](https://github.com/nuxt/typescript/compare/@nuxt/typescript-runtime@2.0.0...@nuxt/typescript-runtime@2.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2021
1 parent 9816fb9 commit 90b5db9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@meshhouse/model-viewer": "^1.0.1",
"@nuxt/content": "^1.9.0",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/pwa": "^3.0.2",
"core-js": "^3.6.5",
Expand Down
19 changes: 12 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1200,13 +1200,13 @@
ts-loader "^8.0.3"
typescript "~4.0"

"@nuxt/typescript-runtime@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-2.0.0.tgz#57b1f0aeabe49c7548fa412b7ffd46ae424afefa"
integrity sha512-jF//aTclzhdaExENtLbWFpBAGcg9Aj0V4rEWnNGTdWfqurMMdzC96U+oa8UJIMMZgTp9MW3vaqbKuzTq8btz/A==
"@nuxt/typescript-runtime@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-2.1.0.tgz#8838bc929519f44ac40d8d2331aeb095a05965a5"
integrity sha512-quzxXiWq+jGdnCedDIYuBiExrfIJL3VL9o4gJyq6QzthKLYSvLzB6w4RiH6UbLtnNJyDoO9ywyNSI2+RUJr/Ng==
dependencies:
ts-node "^9.0.0"
typescript "~4.0"
ts-node "^9.1.1"
typescript "~4.2"

"@nuxt/ufo@^0.5.0":
version "0.5.2"
Expand Down Expand Up @@ -9272,7 +9272,7 @@ ts-loader@^8.0.3:
micromatch "^4.0.0"
semver "^6.0.0"

ts-node@^9.0.0:
ts-node@^9.1.1:
version "9.1.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
Expand Down Expand Up @@ -9356,6 +9356,11 @@ typescript@~4.0:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==

typescript@~4.2:
version "4.2.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.3.tgz#39062d8019912d43726298f09493d598048c1ce3"
integrity sha512-qOcYwxaByStAWrBf4x0fibwZvMRG+r4cQoTjbPtUlrWjBHbmCAww1i448U0GJ+3cNNEtebDteo/cHOR3xJ4wEw==

ua-parser-js@^0.7.22:
version "0.7.23"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.23.tgz#704d67f951e13195fbcd3d78818577f5bc1d547b"
Expand Down

0 comments on commit 90b5db9

Please sign in to comment.