From a79989013236ed7bed0e183ac395c5a8c2ea0c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 21 Jun 2023 10:02:38 +0200 Subject: [PATCH] chore: update node engines to next LTS (node 20 / npm 9) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- package.json | 252 +++++++++++++++++++++++++-------------------------- 1 file changed, 126 insertions(+), 126 deletions(-) diff --git a/package.json b/package.json index 42cb18786..987378d36 100644 --- a/package.json +++ b/package.json @@ -1,127 +1,127 @@ { - "name": "activity", - "description": "This application enables people to view a log of activities about them or about files.", - "version": "2.20.0", - "author": "Julius Härtl /node_modules/jest-serializer-vue" - ], - "setupFilesAfterEnv": [ - "./src/tests/setup.js" - ], - "coverageDirectory": "./coverage/", - "collectCoverage": false, - "collectCoverageFrom": [ - "/src/**/*.{js,vue}", - "!**/node_modules/**" - ], - "coverageReporters": [ - "json", - "text", - "html", - "lcov", - "clover" - ] - }, - "dependencies": { - "@mdi/svg": "^7.2.96", - "@nextcloud/auth": "^2.1.0", - "@nextcloud/axios": "^2.3.0", - "@nextcloud/dialogs": "^3.1.4", - "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/l10n": "^1.6.0", - "@nextcloud/logger": "^2.5.0", - "@nextcloud/moment": "^1.2.1", - "@nextcloud/paths": "^2.1.0", - "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^7.12.0", - "@nextcloud/vue-dashboard": "^2.0.1", - "@nextcloud/vue-richtext": "^2.0.4", - "vue": "^2.7.14", - "vue-material-design-icons": "^5.2.0", - "vuex": "^3.6.2" - }, - "devDependencies": { - "@cypress/browserify-preprocessor": "^3.0.2", - "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^2.3.0", - "@nextcloud/cypress": "^1.0.0-beta.2", - "@nextcloud/eslint-config": "^8.2.1", - "@nextcloud/stylelint-config": "^2.3.0", - "@nextcloud/webpack-vue-config": "^5.3.0", - "@testing-library/vue": "^5.9.0", - "@types/jest": "^29.5.2", - "@types/dockerode": "^3.3.18", - "@vue/test-utils": "^1.3.6", - "@vue/tsconfig": "^0.1.3", - "@vue/vue2-jest": "^29.2.4", - "babel-core": "^7.0.0-bridge.0", - "babel-loader-exclude-node-modules-except": "^1.2.1", - "cypress": "^12.9.0", - "cypress-visual-regression": "^3.0.0", - "cypress-wait-until": "^2.0.0", - "dockerode": "^3.3.4", - "eslint-plugin-cypress": "^2.12.1", - "jest": "^29.5.0", - "jest-environment-jsdom": "^29.5.0", - "jest-serializer-vue": "^3.1.0", - "ts-node": "^10.9.1", - "tslib": "^2.5.0", - "typescript": "^4.9.5", - "regenerator-runtime": "^0.13.11", - "wait-on": "^7.0.1", - "vue-template-compiler": "^2.7.14" - } -} \ No newline at end of file + "name": "activity", + "description": "This application enables people to view a log of activities about them or about files.", + "version": "2.20.0", + "author": "Julius Härtl /node_modules/jest-serializer-vue" + ], + "setupFilesAfterEnv": [ + "./src/tests/setup.js" + ], + "coverageDirectory": "./coverage/", + "collectCoverage": false, + "collectCoverageFrom": [ + "/src/**/*.{js,vue}", + "!**/node_modules/**" + ], + "coverageReporters": [ + "json", + "text", + "html", + "lcov", + "clover" + ] + }, + "dependencies": { + "@mdi/svg": "^7.2.96", + "@nextcloud/auth": "^2.1.0", + "@nextcloud/axios": "^2.3.0", + "@nextcloud/dialogs": "^3.1.4", + "@nextcloud/initial-state": "^2.0.0", + "@nextcloud/l10n": "^1.6.0", + "@nextcloud/logger": "^2.5.0", + "@nextcloud/moment": "^1.2.1", + "@nextcloud/paths": "^2.1.0", + "@nextcloud/router": "^2.0.0", + "@nextcloud/vue": "^7.12.0", + "@nextcloud/vue-dashboard": "^2.0.1", + "@nextcloud/vue-richtext": "^2.0.4", + "vue": "^2.7.14", + "vue-material-design-icons": "^5.2.0", + "vuex": "^3.6.2" + }, + "devDependencies": { + "@cypress/browserify-preprocessor": "^3.0.2", + "@nextcloud/babel-config": "^1.0.0", + "@nextcloud/browserslist-config": "^2.3.0", + "@nextcloud/cypress": "^1.0.0-beta.2", + "@nextcloud/eslint-config": "^8.2.1", + "@nextcloud/stylelint-config": "^2.3.0", + "@nextcloud/webpack-vue-config": "^5.3.0", + "@testing-library/vue": "^5.9.0", + "@types/jest": "^29.5.2", + "@types/dockerode": "^3.3.18", + "@vue/test-utils": "^1.3.6", + "@vue/tsconfig": "^0.1.3", + "@vue/vue2-jest": "^29.2.4", + "babel-core": "^7.0.0-bridge.0", + "babel-loader-exclude-node-modules-except": "^1.2.1", + "cypress": "^12.9.0", + "cypress-visual-regression": "^3.0.0", + "cypress-wait-until": "^2.0.0", + "dockerode": "^3.3.4", + "eslint-plugin-cypress": "^2.12.1", + "jest": "^29.5.0", + "jest-environment-jsdom": "^29.5.0", + "jest-serializer-vue": "^3.1.0", + "ts-node": "^10.9.1", + "tslib": "^2.5.0", + "typescript": "^4.9.5", + "regenerator-runtime": "^0.13.11", + "wait-on": "^7.0.1", + "vue-template-compiler": "^2.7.14" + } +}