Skip to content

Commit

Permalink
Merge pull request #887 from nextcloud/dependabot/npm_and_yarn/vue-2.…
Browse files Browse the repository at this point in the history
…7.10

Bump vue from 2.6.14 to 2.7.10
  • Loading branch information
nickvergessen authored Aug 23, 2022
2 parents 5a9c0c0 + ab3b4e8 commit dddb7c8
Show file tree
Hide file tree
Showing 14 changed files with 105 additions and 70 deletions.
4 changes: 2 additions & 2 deletions js/activity-adminSettings.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/activity-adminSettings.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ object-assign
*/

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

Expand Down
2 changes: 1 addition & 1 deletion js/activity-adminSettings.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/activity-dashboard.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/activity-dashboard.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ object-assign
*/

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

Expand Down
2 changes: 1 addition & 1 deletion js/activity-dashboard.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/activity-personalSettings.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/activity-personalSettings.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ object-assign
*/

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

Expand Down
2 changes: 1 addition & 1 deletion js/activity-personalSettings.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/activity-sidebar.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/activity-sidebar.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ object-assign
*/

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

Expand Down
2 changes: 1 addition & 1 deletion js/activity-sidebar.js.map

Large diffs are not rendered by default.

128 changes: 81 additions & 47 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
"@juliushaertl/vue-richtext": "^1.0.1",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^1.10.0",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/dialogs": "^3.1.4",
"@nextcloud/initial-state": "^1.2.1",
"@nextcloud/l10n": "^1.6.0",
"@nextcloud/logger": "^2.2.1",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.3.1",
"@nextcloud/vue-dashboard": "^2.0.1",
"vue": "^2.6.14",
"vue": "^2.7.10",
"vuex": "^3.6.2"
},
"devDependencies": {
Expand All @@ -103,6 +103,7 @@
"jest-environment-jsdom": "^28.1.3",
"jest-serializer-vue": "^2.0.2",
"regenerator-runtime": "^0.13.9",
"vue-jest": "^3.0.7"
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.7.10"
}
}

0 comments on commit dddb7c8

Please sign in to comment.