Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Upgrade dependencies npm modules (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuiretu authored Mar 23, 2019
1 parent 23ad9ea commit eac249b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 21 deletions.
1 change: 0 additions & 1 deletion lib/types.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/// <reference types="node" />
import Vue from "vue";
import { Store } from "vuex";
import { Route } from "vue-router";
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
]
},
"dependencies": {
"@types/node": "^10.12.10",
"vue": "^2.5.17",
"@types/node": "^11.11.6",
"vue": "^2.6.10",
"vue-router": "^3.0.2",
"vuex": "^3.0.1",
"woothee": "^1.7.0"
"vuex": "^3.1.0",
"woothee": "^1.8.1"
},
"devDependencies": {
"husky": "^1.2.0",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
dependencies:
any-observable "^0.3.0"

"@types/node@^10.12.10":
version "10.12.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.10.tgz#4fa76e6598b7de3f0cb6ec3abacc4f59e5b3a2ce"
integrity sha512-8xZEYckCbUVgK8Eg7lf5Iy4COKJ5uXlnIOnePN0WUwSQggy9tolM+tDJf7wMOnT/JT/W9xDYIaYggt3mRV2O5w==
"@types/node@^11.11.6":
version "11.11.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.6.tgz#df929d1bb2eee5afdda598a41930fe50b43eaa6a"
integrity sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ==

ansi-escapes@^3.0.0:
version "3.1.0"
Expand Down Expand Up @@ -1817,15 +1817,15 @@ vue-router@^3.0.2:
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.2.tgz#dedc67afe6c4e2bc25682c8b1c2a8c0d7c7e56be"
integrity sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg==

vue@^2.5.17:
version "2.5.17"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.5.17.tgz#0f8789ad718be68ca1872629832ed533589c6ada"
integrity sha512-mFbcWoDIJi0w0Za4emyLiW72Jae0yjANHbCVquMKijcavBGypqlF7zHRgMa5k4sesdv7hv2rB4JPdZfR+TPfhQ==
vue@^2.6.10:
version "2.6.10"
resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.10.tgz#a72b1a42a4d82a721ea438d1b6bf55e66195c637"
integrity sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==

vuex@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.0.1.tgz#e761352ebe0af537d4bb755a9b9dc4be3df7efd2"
integrity sha512-wLoqz0B7DSZtgbWL1ShIBBCjv22GV5U+vcBFox658g6V0s4wZV9P4YjCNyoHSyIBpj1f29JBoNQIqD82cR4O3w==
vuex@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/vuex/-/vuex-3.1.0.tgz#634b81515cf0cfe976bd1ffe9601755e51f843b9"
integrity sha512-mdHeHT/7u4BncpUZMlxNaIdcN/HIt1GsGG5LKByArvYG/v6DvHcOxvDCts+7SRdCoIRGllK8IMZvQtQXLppDYg==

which@^1.2.10, which@^1.2.9:
version "1.3.1"
Expand All @@ -1834,10 +1834,10 @@ which@^1.2.10, which@^1.2.9:
dependencies:
isexe "^2.0.0"

woothee@^1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/woothee/-/woothee-1.7.0.tgz#fc77aab005b8a0c57a249d0334f71c47afd2937a"
integrity sha1-/HeqsAW4oMV6JJ0DNPccR6/Sk3o=
woothee@^1.8.1:
version "1.8.1"
resolved "https://registry.yarnpkg.com/woothee/-/woothee-1.8.1.tgz#150140a58cff48f7ce8f350cb6f16e2dfda58b13"
integrity sha512-0dItYaWRp/Q085x61xlN0G3VTkViPDKGfgBwTB2IAgAC3xg37+6EMLpkhvxh7V6aQ/UsJr1WK+7oWquW9ta+kQ==

wrap-ansi@^3.0.1:
version "3.0.1"
Expand Down

0 comments on commit eac249b

Please sign in to comment.