From 3679c87e621599f143d78f2834c087e370d5e3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 21 Jun 2023 12:23:32 +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 | 96 ++++++++++++++++++++++++++-------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/package.json b/package.json index 9e5aa5f57..1f04b29ef 100644 --- a/package.json +++ b/package.json @@ -1,49 +1,49 @@ { - "name": "notes", - "homepage": "https://github.com/nextcloud/notes", - "license": "agpl", - "private": true, - "scripts": { - "build": "webpack --node-env production --progress", - "dev": "webpack --node-env development --progress", - "watch": "webpack --node-env development --progress --watch", - "lint": "eslint --ext .js,.vue src", - "lint:fix": "eslint --ext .js,.vue src --fix", - "stylelint": "stylelint 'src/**/*.vue' 'css/**/*.css'", - "stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.css' --fix" - }, - "dependencies": { - "@nextcloud/axios": "^2.3.0", - "@nextcloud/dialogs": "^4.0.1", - "@nextcloud/event-bus": "^3.1.0", - "@nextcloud/initial-state": "^2.0.0", - "@nextcloud/moment": "^1.2.1", - "@nextcloud/router": "^2.1.2", - "@nextcloud/vue": "^7.12.0", - "diff": "^5.1.0", - "easymde": "^2.18.0", - "markdown-it": "^13.0.1", - "markdown-it-task-checkbox": "^1.0.6", - "vue": "^2.7.14", - "vue-fragment": "1.5.1", - "vue-material-design-icons": "^5.2.0", - "vue-observe-visibility": "^1.0.0", - "vue-router": "^3.5.3", - "vuex": "^3.6.2" - }, - "devDependencies": { - "@nextcloud/babel-config": "^1.0.0", - "@nextcloud/browserslist-config": "^2.3.0", - "@nextcloud/eslint-config": "^8.2.1", - "@nextcloud/stylelint-config": "^2.3.0", - "@nextcloud/webpack-vue-config": "^5.5.1" - }, - "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" - }, - "browserslist": [ - "extends @nextcloud/browserslist-config" - ], - "version": "4.8.0" -} \ No newline at end of file + "name": "notes", + "homepage": "https://github.com/nextcloud/notes", + "license": "agpl", + "private": true, + "scripts": { + "build": "webpack --node-env production --progress", + "dev": "webpack --node-env development --progress", + "watch": "webpack --node-env development --progress --watch", + "lint": "eslint --ext .js,.vue src", + "lint:fix": "eslint --ext .js,.vue src --fix", + "stylelint": "stylelint 'src/**/*.vue' 'css/**/*.css'", + "stylelint:fix": "stylelint 'src/**/*.vue' 'css/**/*.css' --fix" + }, + "dependencies": { + "@nextcloud/axios": "^2.3.0", + "@nextcloud/dialogs": "^4.0.1", + "@nextcloud/event-bus": "^3.1.0", + "@nextcloud/initial-state": "^2.0.0", + "@nextcloud/moment": "^1.2.1", + "@nextcloud/router": "^2.1.2", + "@nextcloud/vue": "^7.12.0", + "diff": "^5.1.0", + "easymde": "^2.18.0", + "markdown-it": "^13.0.1", + "markdown-it-task-checkbox": "^1.0.6", + "vue": "^2.7.14", + "vue-fragment": "1.5.1", + "vue-material-design-icons": "^5.2.0", + "vue-observe-visibility": "^1.0.0", + "vue-router": "^3.5.3", + "vuex": "^3.6.2" + }, + "devDependencies": { + "@nextcloud/babel-config": "^1.0.0", + "@nextcloud/browserslist-config": "^2.3.0", + "@nextcloud/eslint-config": "^8.2.1", + "@nextcloud/stylelint-config": "^2.3.0", + "@nextcloud/webpack-vue-config": "^5.5.1" + }, + "engines": { + "node": "^20.0.0", + "npm": "^9.0.0" + }, + "browserslist": [ + "extends @nextcloud/browserslist-config" + ], + "version": "4.8.0" +}