Skip to content

Commit ce410aa

Browse files
dependabot[bot]juliusknorr
authored andcommitted
Bump vue from 2.6.14 to 2.7.8
Bumps [vue](https://github.com/vuejs/core) from 2.6.14 to 2.7.8. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 19f34c9 commit ce410aa

5 files changed

Lines changed: 140 additions & 66 deletions

File tree

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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
17
/*!
28
* The buffer module from node.js, for the browser.
39
*
@@ -13,8 +19,8 @@
1319
*/
1420

1521
/*!
16-
* Vue.js v2.6.14
17-
* (c) 2014-2021 Evan You
22+
* Vue.js v2.7.8
23+
* (c) 2014-2022 Evan You
1824
* Released under the MIT License.
1925
*/
2026

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)