Skip to content

Commit b1ca492

Browse files
committed
🐛 Fix #30 type error
1 parent 88cc75c commit b1ca492

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"babel-runtime": "^6.11.6",
2929
"chart.js": "^2.4.0",
30-
"vue": "^2.1.6"
30+
"vue": "^2.1.10"
3131
},
3232
"devDependencies": {
3333
"babel-core": "^6.10.4",
@@ -67,7 +67,7 @@
6767
"karma-sourcemap-loader": "^0.3.7",
6868
"karma-spec-reporter": "0.0.26",
6969
"karma-webpack": "^1.7.0",
70-
"lodash": "^4.16.3",
70+
"lodash": "^4.17.4",
7171
"lolex": "^1.4.0",
7272
"mocha": "^3.1.0",
7373
"nightwatch": "^0.9.8",
@@ -82,7 +82,7 @@
8282
"vue-html-loader": "^1.2.3",
8383
"vue-loader": "^10.0.2",
8484
"vue-style-loader": "^1.0.0",
85-
"vue-template-compiler": "^2.1.6",
85+
"vue-template-compiler": "^2.1.10",
8686
"webpack": "^1.13.2",
8787
"webpack-dev-middleware": "^1.4.0",
8888
"webpack-hot-middleware": "^2.6.0",

yarn.lock

+11-7
Original file line numberDiff line numberDiff line change
@@ -3382,10 +3382,14 @@ lodash@^3.8.0:
33823382
version "3.10.1"
33833383
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
33843384

3385-
lodash@^4.0.0, lodash@^4.0.1, lodash@^4.16.3, lodash@^4.16.4, lodash@^4.17.2, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.0:
3385+
lodash@^4.0.0, lodash@^4.0.1, lodash@^4.16.4, lodash@^4.17.2, lodash@^4.2.0, lodash@^4.3.0, lodash@^4.5.0:
33863386
version "4.17.2"
33873387
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.2.tgz#34a3055babe04ce42467b607d700072c7ff6bf42"
33883388

3389+
lodash@^4.17.4:
3390+
version "4.17.4"
3391+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
3392+
33893393
log-symbols@^1.0.2:
33903394
version "1.0.2"
33913395
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -5505,9 +5509,9 @@ vue-style-loader@^1.0.0:
55055509
dependencies:
55065510
loader-utils "^0.2.7"
55075511

5508-
vue-template-compiler@^2.1.6:
5509-
version "2.1.6"
5510-
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.1.6.tgz#f96f968652fc1e861bb0052f61993ba1fdc18ad3"
5512+
vue-template-compiler@^2.1.10:
5513+
version "2.1.10"
5514+
resolved "https://registry.yarnpkg.com/vue-template-compiler/-/vue-template-compiler-2.1.10.tgz#cb89643adc395e97435585522e43d0a9b1913257"
55115515
dependencies:
55125516
de-indent "^1.0.2"
55135517
he "^1.1.0"
@@ -5516,9 +5520,9 @@ vue-template-es2015-compiler@^1.2.2:
55165520
version "1.4.0"
55175521
resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.4.0.tgz#7b88853ca4bf8d84ae54ab9e56771de271e60198"
55185522

5519-
vue@^2.1.6:
5520-
version "2.1.6"
5521-
resolved "https://registry.yarnpkg.com/vue/-/vue-2.1.6.tgz#2fc0024c07479ac6bc7d34a2cd5ef9ca5e90b143"
5523+
vue@^2.1.10:
5524+
version "2.1.10"
5525+
resolved "https://registry.yarnpkg.com/vue/-/vue-2.1.10.tgz#c9235ca48c7925137be5807832ac4e3ac180427b"
55225526

55235527
watchpack@^0.2.1:
55245528
version "0.2.9"

0 commit comments

Comments
 (0)