Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
dependabot[bot] authored and nextcloud-command committed Jul 25, 2022
commit 5764bf52cf332dc829ee521a0805d87c98ffcd64
4 changes: 2 additions & 2 deletions js/firstrunwizard-main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/firstrunwizard-main.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
*/

/*!
* Vue.js v2.6.14
* (c) 2014-2021 Evan You
* Vue.js v2.7.8
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/

Expand Down
2 changes: 1 addition & 1 deletion js/firstrunwizard-main.js.map

Large diffs are not rendered by default.

185 changes: 126 additions & 59 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^5.3.1",
"vue": "^2.6.14"
"vue": "^2.7.8"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
Expand All @@ -34,6 +34,7 @@
"@nextcloud/browserslist-config": "^2.2.0",
"@nextcloud/eslint-config": "^7.0.2",
"@nextcloud/stylelint-config": "^2.1.2",
"@nextcloud/webpack-vue-config": "^5.1.0"
"@nextcloud/webpack-vue-config": "^5.1.0",
"vue-template-compiler": "^2.7.8"
}
}