Skip to content

Commit

Permalink
chore(deps): update dependency @nuxt/typescript-runtime to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent 259b89d commit 88c6eae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@nuxt/types": "2.15.8",
"@nuxt/typescript-build": "2.1.0",
"@nuxt/typescript-runtime": "2.1.0",
"@nuxt/typescript-runtime": "3.0.1",
"@nuxtjs/eslint-config-typescript": "6.0.1",
"@types/jest": "26.0.24",
"copyfiles": "2.4.1",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1730,13 +1730,12 @@
ts-loader "^8.0.17"
typescript "~4.2"

"@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==
"@nuxt/typescript-runtime@3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-3.0.1.tgz#5f6add88e0c50ae67ef84ef92706c0bac0c57b89"
integrity sha512-tBnnxqRyx056B1/oWwnEOl7JLeF9WVXE4nxfCYpyq2B+ujIftt537KWyhKGBISHJpGR4NaBiRT+AF47B3U+h+w==
dependencies:
ts-node "^9.1.1"
typescript "~4.2"
ts-node "9.1.1"

"@nuxt/utils@2.15.4":
version "2.15.4"
Expand Down Expand Up @@ -13815,7 +13814,7 @@ ts-loader@^8.0.17:
micromatch "^4.0.0"
semver "^7.3.4"

ts-node@^9.1.1:
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

0 comments on commit 88c6eae

Please sign in to comment.