Skip to content

Commit

Permalink
build(deps-dev): bump @vue/cli-plugin-typescript from 3.0.1 to 3.0.3 (#…
Browse files Browse the repository at this point in the history
…160)

Bumps [@vue/cli-plugin-typescript](https://github.com/vuejs/vue-cli) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](vuejs/vue-cli@v3.0.1...v3.0.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and u3u committed Sep 19, 2018
1 parent b8e2181 commit 5f22ab6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/prettier": "^1.13.2",
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-typescript": "^3.0.1",
"@vue/cli-plugin-typescript": "^3.0.3",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-airbnb": "^3.0.3",
"@vue/eslint-config-typescript": "^3.0.1",
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1371,12 +1371,12 @@
eslint-loader "^2.0.0"
eslint-plugin-vue "^4.5.0"

"@vue/cli-plugin-typescript@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-typescript/-/cli-plugin-typescript-3.0.1.tgz#c1fa2d57911de0ebbab8731228a288d3361e2005"
"@vue/cli-plugin-typescript@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@vue/cli-plugin-typescript/-/cli-plugin-typescript-3.0.3.tgz#6672f85cc50dcc2dd617fa674d53036d70eae411"
dependencies:
"@types/node" "^10.5.2"
"@vue/cli-shared-utils" "^3.0.1"
"@vue/cli-shared-utils" "^3.0.2"
fork-ts-checker-webpack-plugin "^0.4.4"
globby "^8.0.1"
ts-loader "^4.4.2"
Expand Down Expand Up @@ -1452,6 +1452,23 @@
semver "^5.5.0"
string.prototype.padstart "^3.0.0"

"@vue/cli-shared-utils@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-3.0.2.tgz#d4c734060ac994fadf0fc0c48883c7931a72c4ff"
dependencies:
chalk "^2.4.1"
execa "^0.10.0"
joi "^13.0.0"
launch-editor "^2.2.1"
lru-cache "^4.1.3"
node-ipc "^9.1.1"
opn "^5.3.0"
ora "^2.1.0"
request "^2.87.0"
request-promise-native "^1.0.5"
semver "^5.5.0"
string.prototype.padstart "^3.0.0"

"@vue/component-compiler-utils@^1.0.0":
version "1.3.0"
resolved "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-1.3.0.tgz#2f9c04c3d0a14e64324257d5d04d1d0fc67e6b19"
Expand Down Expand Up @@ -5904,7 +5921,7 @@ lower-case@^1.1.1:
version "1.1.4"
resolved "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac"

lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2:
lru-cache@^4.0.1, lru-cache@^4.1.1, lru-cache@^4.1.2, lru-cache@^4.1.3:
version "4.1.3"
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c"
dependencies:
Expand Down

0 comments on commit 5f22ab6

Please sign in to comment.