Skip to content

Commit 866fe95

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

File tree

1 file changed

+73
-73
lines changed

1 file changed

+73
-73
lines changed

package.json

Lines changed: 73 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,75 +1,75 @@
11
{
2-
"name": "app_api",
3-
"description": "Nextcloud AppAPI",
4-
"version": "1.0.0",
5-
"keywords": [
6-
"nextcloud",
7-
"app",
8-
"ecosystem"
9-
],
10-
"homepage": "https://github.com/nextcloud/app_api",
11-
"bugs": {
12-
"url": "https://github.com/nextcloud/app_api/issues"
13-
},
14-
"repository": {
15-
"type": "git",
16-
"url": "https://github.com/nextcloud/app_api"
17-
},
18-
"license": " AGPL-3.0-or-later",
19-
"private": true,
20-
"author": "Alexander Piskun <[email protected]>",
21-
"contributors": [
22-
"Andrey Borysenko <[email protected]>",
23-
"Alexander Piskun <[email protected]>"
24-
],
25-
"scripts": {
26-
"build": "NODE_ENV=production webpack --progress --config webpack.js",
27-
"postbuild": "build-js/npm-post-build.sh",
28-
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
29-
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
30-
"lint": "eslint --ext .js,.vue src",
31-
"lint:fix": "eslint --ext .js,.vue src --fix",
32-
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
33-
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
34-
"serve": "NODE_ENV=development webpack serve --allowed-hosts all --config webpack.js"
35-
},
36-
"browserslist": [
37-
"extends @nextcloud/browserslist-config"
38-
],
39-
"dependencies": {
40-
"@nextcloud/auth": "^2.4.0",
41-
"@nextcloud/axios": "^2.5.0",
42-
"@nextcloud/dialogs": "^5.3.7",
43-
"@nextcloud/event-bus": "^3.3.1",
44-
"@nextcloud/files": "^3.9.0",
45-
"@nextcloud/initial-state": "^2.2.0",
46-
"@nextcloud/l10n": "^3.1.0",
47-
"@nextcloud/moment": "^1.3.1",
48-
"@nextcloud/password-confirmation": "^5.1.1",
49-
"@nextcloud/router": "^3.0.1",
50-
"@nextcloud/vue": "^8.17.1",
51-
"dompurify": "^3.1.6",
52-
"marked": "^14.1.1",
53-
"p-limit": "^6.1.0",
54-
"vue": "^2.7.14",
55-
"vue-click-outside": "^1.1.0",
56-
"vue-clipboard2": "^0.3.3",
57-
"vue-localstorage": "^0.6.2",
58-
"vue-material-design-icons": "^5.3.0",
59-
"vuex": "^3.6.2",
60-
"vuex-router-sync": "^5.0.0"
61-
},
62-
"devDependencies": {
63-
"@nextcloud/babel-config": "^1.2.0",
64-
"@nextcloud/browserslist-config": "^3.0.1",
65-
"@nextcloud/eslint-config": "^8.4.1",
66-
"@nextcloud/stylelint-config": "^3.0.1",
67-
"@nextcloud/webpack-vue-config": "^6.0.1",
68-
"eslint-webpack-plugin": "^4.2.0",
69-
"stylelint-webpack-plugin": "^5.0.1"
70-
},
71-
"engines": {
72-
"node": "^16.0.0",
73-
"npm": "^7.0.0 || ^8.0.0"
74-
}
2+
"name": "app_api",
3+
"description": "Nextcloud AppAPI",
4+
"version": "1.0.0",
5+
"keywords": [
6+
"nextcloud",
7+
"app",
8+
"ecosystem"
9+
],
10+
"homepage": "https://github.com/nextcloud/app_api",
11+
"bugs": {
12+
"url": "https://github.com/nextcloud/app_api/issues"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/nextcloud/app_api"
17+
},
18+
"license": " AGPL-3.0-or-later",
19+
"private": true,
20+
"author": "Alexander Piskun <[email protected]>",
21+
"contributors": [
22+
"Andrey Borysenko <[email protected]>",
23+
"Alexander Piskun <[email protected]>"
24+
],
25+
"scripts": {
26+
"build": "NODE_ENV=production webpack --progress --config webpack.js",
27+
"postbuild": "build-js/npm-post-build.sh",
28+
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
29+
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
30+
"lint": "eslint --ext .js,.vue src",
31+
"lint:fix": "eslint --ext .js,.vue src --fix",
32+
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
33+
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix",
34+
"serve": "NODE_ENV=development webpack serve --allowed-hosts all --config webpack.js"
35+
},
36+
"browserslist": [
37+
"extends @nextcloud/browserslist-config"
38+
],
39+
"dependencies": {
40+
"@nextcloud/auth": "^2.4.0",
41+
"@nextcloud/axios": "^2.5.0",
42+
"@nextcloud/dialogs": "^5.3.7",
43+
"@nextcloud/event-bus": "^3.3.1",
44+
"@nextcloud/files": "^3.9.0",
45+
"@nextcloud/initial-state": "^2.2.0",
46+
"@nextcloud/l10n": "^3.1.0",
47+
"@nextcloud/moment": "^1.3.1",
48+
"@nextcloud/password-confirmation": "^5.1.1",
49+
"@nextcloud/router": "^3.0.1",
50+
"@nextcloud/vue": "^8.17.1",
51+
"dompurify": "^3.1.6",
52+
"marked": "^14.1.1",
53+
"p-limit": "^6.1.0",
54+
"vue": "^2.7.14",
55+
"vue-click-outside": "^1.1.0",
56+
"vue-clipboard2": "^0.3.3",
57+
"vue-localstorage": "^0.6.2",
58+
"vue-material-design-icons": "^5.3.0",
59+
"vuex": "^3.6.2",
60+
"vuex-router-sync": "^5.0.0"
61+
},
62+
"devDependencies": {
63+
"@nextcloud/babel-config": "^1.2.0",
64+
"@nextcloud/browserslist-config": "^3.0.1",
65+
"@nextcloud/eslint-config": "^8.4.1",
66+
"@nextcloud/stylelint-config": "^3.0.1",
67+
"@nextcloud/webpack-vue-config": "^6.0.1",
68+
"eslint-webpack-plugin": "^4.2.0",
69+
"stylelint-webpack-plugin": "^5.0.1"
70+
},
71+
"engines": {
72+
"node": "^24.0.0",
73+
"npm": "^11.3.0"
74+
}
7575
}

0 commit comments

Comments
 (0)