From eaa616393c6120a3170f9a345bfc51dbf394ffde Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Sun, 3 May 2026 19:45:59 +0200 Subject: [PATCH] chore: bump @conduction/nextcloud-vue to ^0.1.0-beta.17 Aligns this app's @conduction/nextcloud-vue dependency with the fleet-leading version (mydash). Per the 2026-05-03 OR-abstraction audit, stream 3 (repo hygiene): apps drifted across 6 versions from beta.1 to beta.17. Audit reference: .claude/audit-2026-05-03/03-repo-hygiene.md --- package.json | 122 +++++++++++++++++++++++++-------------------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/package.json b/package.json index cd00c024..339a4284 100644 --- a/package.json +++ b/package.json @@ -1,63 +1,63 @@ { - "name": "procest", - "version": "0.1.0", - "license": "EUPL-1.2", - "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" - }, - "scripts": { - "build": "NODE_ENV=production webpack --config webpack.config.js --progress", - "dev": "NODE_ENV=development webpack --config webpack.config.js --progress", - "watch": "NODE_ENV=development webpack --config webpack.config.js --progress --watch", - "lint": "eslint src", - "lint-fix": "npm run lint -- --fix", - "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css", - "stylelint-fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix", - "test:zgw": "cd tests/zgw && bash run-zgw-tests.sh", - "test:zgw:oas": "cd tests/zgw && bash run-zgw-tests.sh --oas-only", - "test:zgw:business": "cd tests/zgw && bash run-zgw-tests.sh --business-only" - }, - "browserslist": [ - "extends @nextcloud/browserslist-config" - ], - "dependencies": { - "@conduction/nextcloud-vue": "^0.1.0-beta.3", - "apexcharts": "^3.45.0", - "vue-apexcharts": "^1.6.2", - "@nextcloud/axios": "^2.5.0", - "@nextcloud/dialogs": "^3.2.0", - "@nextcloud/initial-state": "^2.2.0", - "@nextcloud/l10n": "^2.0.1", - "@nextcloud/router": "^2.0.1", - "@nextcloud/vue": "^8.16.0", - "gridstack": "^10.3.1", - "leaflet": "^1.9.4", - "leaflet-draw": "^1.0.4", - "leaflet.markercluster": "^1.5.3", - "pinia": "^2.1.7", - "proj4": "^2.20.4", - "vue": "^2.7.14", - "vue-material-design-icons": "^5.3.0", - "vue-router": "^3.6.5" - }, - "devDependencies": { - "@cyclonedx/cyclonedx-npm": "^4.2.1", - "@eslint/config-helpers": "^0.4.2", - "@eslint/eslintrc": "^3.3.1", - "@eslint/js": "^9.39.1", - "@nextcloud/browserslist-config": "^3.0.1", - "@nextcloud/eslint-config": "^8.4.1", - "@nextcloud/stylelint-config": "^2.4.0", - "@nextcloud/webpack-vue-config": "^6.0.1", - "css-loader": "~7.1.1", - "eslint": "^8.56.0", - "eslint-import-resolver-alias": "^1.1.2", - "style-loader": "~4.0.0", - "stylelint": "^15.11.0", - "vue-loader": "^15.11.1 <16.0.0", - "vue-template-compiler": "^2.7.16", - "webpack": "^5.94.0", - "webpack-cli": "^6.0.1" - } + "name": "procest", + "version": "0.1.0", + "license": "EUPL-1.2", + "engines": { + "node": "^20.0.0", + "npm": "^10.0.0" + }, + "scripts": { + "build": "NODE_ENV=production webpack --config webpack.config.js --progress", + "dev": "NODE_ENV=development webpack --config webpack.config.js --progress", + "watch": "NODE_ENV=development webpack --config webpack.config.js --progress --watch", + "lint": "eslint src", + "lint-fix": "npm run lint -- --fix", + "stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css", + "stylelint-fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix", + "test:zgw": "cd tests/zgw && bash run-zgw-tests.sh", + "test:zgw:oas": "cd tests/zgw && bash run-zgw-tests.sh --oas-only", + "test:zgw:business": "cd tests/zgw && bash run-zgw-tests.sh --business-only" + }, + "browserslist": [ + "extends @nextcloud/browserslist-config" + ], + "dependencies": { + "@conduction/nextcloud-vue": "^0.1.0-beta.17", + "apexcharts": "^3.45.0", + "vue-apexcharts": "^1.6.2", + "@nextcloud/axios": "^2.5.0", + "@nextcloud/dialogs": "^3.2.0", + "@nextcloud/initial-state": "^2.2.0", + "@nextcloud/l10n": "^2.0.1", + "@nextcloud/router": "^2.0.1", + "@nextcloud/vue": "^8.16.0", + "gridstack": "^10.3.1", + "leaflet": "^1.9.4", + "leaflet-draw": "^1.0.4", + "leaflet.markercluster": "^1.5.3", + "pinia": "^2.1.7", + "proj4": "^2.20.4", + "vue": "^2.7.14", + "vue-material-design-icons": "^5.3.0", + "vue-router": "^3.6.5" + }, + "devDependencies": { + "@cyclonedx/cyclonedx-npm": "^4.2.1", + "@eslint/config-helpers": "^0.4.2", + "@eslint/eslintrc": "^3.3.1", + "@eslint/js": "^9.39.1", + "@nextcloud/browserslist-config": "^3.0.1", + "@nextcloud/eslint-config": "^8.4.1", + "@nextcloud/stylelint-config": "^2.4.0", + "@nextcloud/webpack-vue-config": "^6.0.1", + "css-loader": "~7.1.1", + "eslint": "^8.56.0", + "eslint-import-resolver-alias": "^1.1.2", + "style-loader": "~4.0.0", + "stylelint": "^15.11.0", + "vue-loader": "^15.11.1 <16.0.0", + "vue-template-compiler": "^2.7.16", + "webpack": "^5.94.0", + "webpack-cli": "^6.0.1" + } }