diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-05-02 22:14:17 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2024-06-20 12:34:37 +0200 |
commit | 1d0a65db9304f074f69cacaddbe529cf3c054ffa (patch) | |
tree | 37595a0bc1c493f8f4b410eb8d07cbcb9ea330f7 /package.json | |
parent | c251e8f2aa10f3d8a9585ee07821fae8031e3436 (diff) | |
download | nextcloud-server-1d0a65db9304f074f69cacaddbe529cf3c054ffa.tar.gz nextcloud-server-1d0a65db9304f074f69cacaddbe529cf3c054ffa.zip |
fix: Do not import from `axios` but only `@nextcloud/axios`
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index b812ae618e2..04ca2ba7da2 100644 --- a/package.json +++ b/package.json @@ -40,11 +40,11 @@ "@chenfengyuan/vue-qrcode": "^1.0.2", "@mdi/js": "^7.4.47", "@mdi/svg": "^7.4.47", - "@nextcloud/auth": "^2.1.0", - "@nextcloud/axios": "^2.3.0", - "@nextcloud/browser-storage": "^0.3.0", + "@nextcloud/auth": "^2.3.0", + "@nextcloud/axios": "^2.5.0", + "@nextcloud/browser-storage": "^0.4.0", "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/calendar-availability-vue": "^2.2.0", + "@nextcloud/calendar-availability-vue": "^2.2.1", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^5.3.1", "@nextcloud/event-bus": "^3.3.1", |