Skip to content

Commit

Permalink
Merge pull request #26 from gwelican/dependabot/npm_and_yarn/nuxt/typ…
Browse files Browse the repository at this point in the history
…escript-runtime-2.1.0

fix(deps): bump @nuxt/typescript-runtime from 2.0.2 to 2.1.0
  • Loading branch information
gwelican committed Mar 28, 2021
2 parents 9f334d9 + fbdc935 commit a9760e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "yarn lint:js"
},
"dependencies": {
"@nuxt/typescript-runtime": "^2.0.2",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "^5.13.1",
"core-js": "^3.8.3",
"nuxt": "^2.15.2",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1511,13 +1511,13 @@
ts-loader "^8.0.17"
typescript "~4.1"

"@nuxt/typescript-runtime@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-2.0.2.tgz#05dc62c55bb62494de5ff7529e9d00222f8f5f4d"
integrity sha512-bAGs3NjMs68ipDKSIpNuVtwC443WxjM0CvimTFawniwzTEQg+NSuOdiOfpxzY8/No+g74NtjoqjSCaIQu5S5+Q==
"@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.1.1"
typescript "~4.1"
typescript "~4.2"

"@nuxt/utils@2.15.2":
version "2.15.2"
Expand Down Expand Up @@ -10688,6 +10688,11 @@ typescript@~4.1:
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==

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.24:
version "0.7.24"
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.24.tgz#8d3ecea46ed4f1f1d63ec25f17d8568105dc027c"
Expand Down

0 comments on commit a9760e4

Please sign in to comment.