Skip to content

Commit 66b5592

Browse files
nextcloud-botnextcloud-command
authored andcommitted
build: update node and npm engines versions
Signed-off-by: nextcloud-command <[email protected]>
1 parent 4ffa55a commit 66b5592

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "terms_of_service",
3-
"description": "Requires users to accept the terms of service before accessing data.",
4-
"version": "4.7.0-rc.1",
5-
"author": "Joas Schilling <[email protected]>",
6-
"license": "AGPL-3.0-or-later",
7-
"private": true,
8-
"scripts": {
9-
"build": "NODE_ENV=production webpack --progress --config webpack.js",
10-
"dev": "NODE_ENV=development webpack --config webpack.js",
11-
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
12-
"lint": "eslint --ext .js,.vue src",
13-
"lint:fix": "eslint --ext .js,.vue src --fix",
14-
"stylelint": "stylelint **/*.css **/*.scss **/*.vue",
15-
"stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix"
16-
},
17-
"dependencies": {
18-
"@nextcloud/auth": "^2.4.0",
19-
"@nextcloud/axios": "^2.5.1",
20-
"@nextcloud/dialogs": "^5.3.7",
21-
"@nextcloud/router": "^3.0.1",
22-
"@nextcloud/vue": "^8.27.0",
23-
"vue": "^2.7.16",
24-
"vue-frag": "^1.4.3",
25-
"vue-material-design-icons": "^5.3.1"
26-
},
27-
"browserslist": [
28-
"extends @nextcloud/browserslist-config"
29-
],
30-
"engines": {
31-
"node": "^20.0.0",
32-
"npm": "^10.0.0"
33-
},
34-
"devDependencies": {
35-
"@nextcloud/babel-config": "^1.2.0",
36-
"@nextcloud/browserslist-config": "^3.0.1",
37-
"@nextcloud/eslint-config": "^8.4.2",
38-
"@nextcloud/stylelint-config": "^3.1.0",
39-
"@nextcloud/webpack-vue-config": "^6.3.0",
40-
"vue-template-compiler": "^2.7.16"
41-
}
2+
"name": "terms_of_service",
3+
"description": "Requires users to accept the terms of service before accessing data.",
4+
"version": "4.7.0-rc.1",
5+
"author": "Joas Schilling <[email protected]>",
6+
"license": "AGPL-3.0-or-later",
7+
"private": true,
8+
"scripts": {
9+
"build": "NODE_ENV=production webpack --progress --config webpack.js",
10+
"dev": "NODE_ENV=development webpack --config webpack.js",
11+
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
12+
"lint": "eslint --ext .js,.vue src",
13+
"lint:fix": "eslint --ext .js,.vue src --fix",
14+
"stylelint": "stylelint **/*.css **/*.scss **/*.vue",
15+
"stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix"
16+
},
17+
"dependencies": {
18+
"@nextcloud/auth": "^2.4.0",
19+
"@nextcloud/axios": "^2.5.1",
20+
"@nextcloud/dialogs": "^5.3.7",
21+
"@nextcloud/router": "^3.0.1",
22+
"@nextcloud/vue": "^8.27.0",
23+
"vue": "^2.7.16",
24+
"vue-frag": "^1.4.3",
25+
"vue-material-design-icons": "^5.3.1"
26+
},
27+
"browserslist": [
28+
"extends @nextcloud/browserslist-config"
29+
],
30+
"engines": {
31+
"node": "^24.0.0",
32+
"npm": "^11.3.0"
33+
},
34+
"devDependencies": {
35+
"@nextcloud/babel-config": "^1.2.0",
36+
"@nextcloud/browserslist-config": "^3.0.1",
37+
"@nextcloud/eslint-config": "^8.4.2",
38+
"@nextcloud/stylelint-config": "^3.1.0",
39+
"@nextcloud/webpack-vue-config": "^6.3.0",
40+
"vue-template-compiler": "^2.7.16"
41+
}
4242
}

0 commit comments

Comments
 (0)