Skip to content

Commit

Permalink
chore(deps): update devdependency @nuxt/typescript-runtime to ^0.3.8 …
Browse files Browse the repository at this point in the history
…(#259)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
  • Loading branch information
2 people authored and kevinmarrec committed Jan 15, 2020
1 parent d17681b commit 4d394ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"@nuxt/typescript-build": "^0.5.6",
"@nuxt/typescript-runtime": "^0.3.7",
"@nuxt/typescript-runtime": "^0.3.8",
"@nuxtjs/eslint-config-typescript": "^1.0.0",
"@types/jest": "^24.9.0",
"@types/sass": "^1.16.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1257,13 +1257,13 @@
ts-loader "^6.2.1"
typescript "~3.7"

"@nuxt/typescript-runtime@^0.3.7":
version "0.3.7"
resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-0.3.7.tgz#36cc47f525305201a0866d3d4a27b3ac977e720c"
integrity sha512-RWP9M82ya66GzuiC0JMhjI+c0CJlx8NtpbwJlkRYtrt97OYnCf72blbAeEYK0Q25FJ3N5NIufl/c/b3Ct6W8aQ==
"@nuxt/typescript-runtime@^0.3.8":
version "0.3.8"
resolved "https://registry.yarnpkg.com/@nuxt/typescript-runtime/-/typescript-runtime-0.3.8.tgz#828005478d1876376fd10a512326d0ec307959eb"
integrity sha512-JLdZky+lXPnKW7UaVcHnygyEdY9QasCTviozWj9XkbIJdCZ+HmNC88Mp7dV7acoP1E96bMHjlzzci85Od0kcjQ==
dependencies:
"@nuxt/types" "0.6.1"
ts-node "^8.6.1"
ts-node "^8.6.2"
typescript "~3.7"

"@nuxt/utils-edge@2.11.1-26314569.9aa8db4e":
Expand Down Expand Up @@ -10213,7 +10213,7 @@ ts-loader@^6.2.1:
micromatch "^4.0.0"
semver "^6.0.0"

ts-node@^8.6.1:
ts-node@^8.6.2:
version "8.6.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.6.2.tgz#7419a01391a818fbafa6f826a33c1a13e9464e35"
integrity sha512-4mZEbofxGqLL2RImpe3zMJukvEvcO1XP8bj8ozBPySdCUXEcU5cIRwR0aM3R+VoZq7iXc8N86NC0FspGRqP4gg==
Expand Down

0 comments on commit 4d394ff

Please sign in to comment.