Skip to content

Commit

Permalink
Merge pull request #120 from dancer-support/dependabot/npm_and_yarn/n…
Browse files Browse the repository at this point in the history
…uxt/typescript-runtime-2.1.0

fix(deps): bump @nuxt/typescript-runtime from 2.0.1 to 2.1.0
  • Loading branch information
daigotanaka0714 committed Mar 29, 2021
2 parents 0264a06 + 08106b8 commit 1b17c7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxt/typescript-runtime": "^2.0.1",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/firebase": "^7.4.1",
"@nuxtjs/pwa": "^3.3.5",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1767,13 +1767,13 @@
ts-loader "^8.0.17"
typescript "~4.2"

"@nuxt/typescript-runtime@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-2.0.1.tgz#a04c56caa980ef26fb214cfa9fc8a5de6133ba46"
integrity sha512-7yDI9v56E3P3D8oTEv2iprIbh5rTSBeC53lpiPfTgWq57X3ZE0U3EMbmeBezr8y1/kXO59HxSuNNlyzAvwyugg==
"@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/ufo@^0.5.0":
version "0.5.2"
Expand Down Expand Up @@ -12417,11 +12417,6 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@~4.1:
version "4.1.3"
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"
Expand Down

0 comments on commit 1b17c7c

Please sign in to comment.