Skip to content

Commit 74f2689

Browse files
committed
Update Vue
Updated so that we could get vuejs/vue#8056 We want that array.
1 parent 316b4ef commit 74f2689

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"transliterations": "^1.6.4",
4343
"underscore": "^1.8.3",
4444
"uniqid": "^5.0.3",
45-
"vue": "~2.5.17",
45+
"vue": "^2.6.5",
4646
"vue-clickaway": "~2.2.2",
4747
"vue-draggable-nested-tree": "^2.2.2",
4848
"vue-js-modal": "^1.3.23",
@@ -54,6 +54,7 @@
5454
"devDependencies": {
5555
"cross-env": "^5.1",
5656
"laravel-mix": "^2.0",
57-
"tailwindcss": "^0.6"
57+
"tailwindcss": "^0.6",
58+
"vue-template-compiler": "^2.6.5"
5859
}
5960
}

0 commit comments

Comments
 (0)