diff --git a/package-lock.json b/package-lock.json index 95e553c22..0bbd821ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/password-confirmation": "^6.0.0-rc.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-rc.4", + "@nextcloud/vue": "^9.0.0-rc.5", "jstz": "^2.1.1", "vue": "^3.5.17", "vue-material-design-icons": "^5.3.1" @@ -2639,9 +2639,9 @@ } }, "node_modules/@nextcloud/vue": { - "version": "9.0.0-rc.4", - "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-rc.4.tgz", - "integrity": "sha512-r9DGvFEKBXe6PBOEN/68btirU96iYz3yrjdw3Mi76pUhaow/LY8VV3OCFbhJU8BtU+bG5rTs+anonl4Y2t3Zfg==", + "version": "9.0.0-rc.5", + "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-9.0.0-rc.5.tgz", + "integrity": "sha512-1wg4siIYhahWs9yvvyd+rvuJGNbYbpPKT2fRQaaXYEmQW+Y04Opv3DXA6OzwssR5W9+Xgs/VSLjdBSOGJEZHBw==", "dependencies": { "@ckpack/vue-color": "^1.6.0", "@floating-ui/dom": "^1.6.13", @@ -2688,8 +2688,7 @@ "vue-select": "^4.0.0-beta.6" }, "engines": { - "node": "^20.11.0 || ^22", - "npm": "^10 || ^11" + "node": "^20.11.0 || ^22 || ^24" } }, "node_modules/@nextcloud/vue/node_modules/@ckpack/vue-color": { diff --git a/package.json b/package.json index f884bbbe3..71f0ab783 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@nextcloud/logger": "^3.0.2", "@nextcloud/password-confirmation": "^6.0.0-rc.0", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0-rc.4", + "@nextcloud/vue": "^9.0.0-rc.5", "jstz": "^2.1.1", "vue": "^3.5.17", "vue-material-design-icons": "^5.3.1"