Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 07980a0

Browse files
committed
[FIX] Fixing vue version.
1 parent 8f6d9c5 commit 07980a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ branches:
77
- staging
88
- develop
99
- /^snyk-fix.*$/
10+
- /^dependabot/.*$/
1011
env:
1112
global:
1213
# Github personal access token ${GHTOKEN}
@@ -24,7 +25,8 @@ script:
2425
cache:
2526
directories:
2627
- "$HOME/.npm"
27-
- "vendor/bundle"
28+
- node_modules
29+
- vendor
2830
deploy:
2931
provider: pages
3032
skip-cleanup: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"uncss": "0.17.3",
124124
"vinyl-buffer": "1.0.1",
125125
"vinyl-source-stream": "2.0.0",
126-
"vue": "2.5.17",
126+
"vue": "2.6.11",
127127
"vue-router": "3.0.1",
128128
"vueify": "9.4.1",
129129
"watchify": "3.11.1"

0 commit comments

Comments
 (0)