Skip to content

Commit 1a4e2b2

Browse files
Merge pull request #721 from nextcloud/dependabot/npm_and_yarn/vue-2.7.8
2 parents 19f34c9 + 5764bf5 commit 1a4e2b2

File tree

5 files changed

+134
-66
lines changed

5 files changed

+134
-66
lines changed

js/firstrunwizard-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/firstrunwizard-main.js.LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
*/
1414

1515
/*!
16-
* Vue.js v2.6.14
17-
* (c) 2014-2021 Evan You
16+
* Vue.js v2.7.8
17+
* (c) 2014-2022 Evan You
1818
* Released under the MIT License.
1919
*/
2020

js/firstrunwizard-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 126 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@nextcloud/l10n": "^1.6.0",
2121
"@nextcloud/router": "^1.2.0",
2222
"@nextcloud/vue": "^5.3.1",
23-
"vue": "^2.6.14"
23+
"vue": "^2.7.8"
2424
},
2525
"browserslist": [
2626
"extends @nextcloud/browserslist-config"
@@ -34,6 +34,7 @@
3434
"@nextcloud/browserslist-config": "^2.2.0",
3535
"@nextcloud/eslint-config": "^7.0.2",
3636
"@nextcloud/stylelint-config": "^2.1.2",
37-
"@nextcloud/webpack-vue-config": "^5.1.0"
37+
"@nextcloud/webpack-vue-config": "^5.1.0",
38+
"vue-template-compiler": "^2.7.8"
3839
}
3940
}

0 commit comments

Comments
 (0)