Skip to content

Commit

Permalink
chore: update node engines to next LTS (node 20 / npm 9)
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Jun 21, 2023
1 parent 41085ab commit 051554e
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "external",
"version": "4.2.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
"scripts": {
"test:unit": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"build": "NODE_ENV=production webpack --progress --config webpack.config.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.config.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.config.js"
},
"dependencies": {
"@nextcloud/router": "^2.1.2",
"escape-html": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/eslint-plugin": "^2.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^16.0.0",
"npm": "^7.0.0 || ^8.0.0"
},
"license": "AGPL-3.0-or-later"
"name": "external",
"version": "4.2.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
"scripts": {
"test:unit": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"build": "NODE_ENV=production webpack --progress --config webpack.config.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.config.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.config.js"
},
"dependencies": {
"@nextcloud/router": "^2.1.2",
"escape-html": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.2.1",
"@nextcloud/eslint-plugin": "^2.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.2",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
},
"license": "AGPL-3.0-or-later"
}

0 comments on commit 051554e

Please sign in to comment.