diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8f89b17..05e409219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ [#513](https://github.com/nextcloud/cookbook/pull/513) @christianlupus - Central parsing of parameters for POST/PUT requests to simplify development [#518](https://github.com/nextcloud/cookbook/pull/518) @christianlupus +- Removed dependencies on the global jQuery + [#497](https://github.com/nextcloud/cookbook/pull/497/) @seyfeb ### Fixed - Fixed keywords of shared recipes counted multiple times, fixes #491 @@ -26,7 +28,6 @@ - Update README with more clients [#457](https://github.com/nextcloud/cookbook/pull/457) @geeseven - ## 0.7.8 - 2021-01-08 ### Added diff --git a/package.json b/package.json index db70daf57..cd76ad681 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,9 @@ }, "homepage": "https://github.com/mrzapp/nextcloud-cookbook#readme", "dependencies": { - "@nextcloud/event-bus": "^1.1.4", + "@nextcloud/auth": "^1.3.0", + "@nextcloud/axios": "^1.6.0", + "@nextcloud/event-bus": "^1.2.0", "@nextcloud/moment": "^1.1.1", "@nextcloud/vue": "^1.5.0", "lozad": "^1.16.0", diff --git a/src/components/AppControls.vue b/src/components/AppControls.vue index 3ced6a788..7639fe0ce 100644 --- a/src/components/AppControls.vue +++ b/src/components/AppControls.vue @@ -88,6 +88,7 @@