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 0eb0030 commit be976f9
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "files_texteditor",
"license": "agpl",
"private": true,
"scripts": {
"dev": "NODE_ENV=development webpack",
"watch": "NODE_ENV=development webpack --progress --watch",
"build": "NODE_ENV=production webpack --progress",
"sass": "sass --load-path css css/",
"sass:watch": "sass --watch --load-path css css/"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^14.0.0",
"npm": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"@nextcloud/browserslist-config": "^2.3.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"escape-html": "^1.0.3",
"file-loader": "^6.2.0",
"promise-loader": "^1.0.0",
"sass": "^1.57.1",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@nextcloud/router": "^2.0.1",
"brace": "^0.11.1",
"marked": "^4.2.12"
}
"name": "files_texteditor",
"license": "agpl",
"private": true,
"scripts": {
"dev": "NODE_ENV=development webpack",
"watch": "NODE_ENV=development webpack --progress --watch",
"build": "NODE_ENV=production webpack --progress",
"sass": "sass --load-path css css/",
"sass:watch": "sass --watch --load-path css css/"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"@nextcloud/browserslist-config": "^2.3.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"escape-html": "^1.0.3",
"file-loader": "^6.2.0",
"promise-loader": "^1.0.0",
"sass": "^1.57.1",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@nextcloud/router": "^2.0.1",
"brace": "^0.11.1",
"marked": "^4.2.12"
}
}

0 comments on commit be976f9

Please sign in to comment.