Skip to content

Commit b53749c

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

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

package.json

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,62 @@
11
{
2-
"name": "integration_zammad",
3-
"version": "3.0.2",
4-
"description": "Zammad integration",
5-
"main": "index.js",
6-
"directories": {
7-
"test": "tests"
8-
},
9-
"type": "module",
10-
"scripts": {
11-
"build": "NODE_ENV=production vite --mode production build",
12-
"dev": "NODE_ENV=development vite --mode development build",
13-
"watch": "NODE_ENV=development vite --mode development build --watch",
14-
"lint": "eslint --ext .js,.vue src",
15-
"lint:fix": "eslint --ext .js,.vue src --fix",
16-
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
17-
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix"
18-
},
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/nextcloud/integration_zammad"
22-
},
23-
"keywords": [
24-
"zammad"
25-
],
26-
"author": "Julien Veyssier",
27-
"license": "AGPL-3.0",
28-
"bugs": {
29-
"url": "https://github.com/nextcloud/integration_zammad/issues"
30-
},
31-
"homepage": "https://github.com/nextcloud/integration_zammad",
32-
"browserslist": [
33-
"extends @nextcloud/browserslist-config"
34-
],
35-
"engines": {
36-
"node": "20.x",
37-
"npm": "10.x"
38-
},
39-
"dependencies": {
40-
"@nextcloud/auth": "^2.5.1",
41-
"@nextcloud/axios": "^2.1.0",
42-
"@nextcloud/dialogs": "^6.3.0",
43-
"@nextcloud/initial-state": "^2.0.0",
44-
"@nextcloud/l10n": "^3.2.0",
45-
"@nextcloud/moment": "^1.3.4",
46-
"@nextcloud/password-confirmation": "^5.3.1",
47-
"@nextcloud/router": "^3.0.1",
48-
"@nextcloud/vue": "^8.26.1",
49-
"vue": "^2.7.12",
50-
"vue-html-secure": "^1.0.10",
51-
"vue-material-design-icons": "^5.1.2"
52-
},
53-
"devDependencies": {
54-
"@nextcloud/babel-config": "^1.0.0",
55-
"@nextcloud/browserslist-config": "^3.0.1",
56-
"@nextcloud/eslint-config": "^8.4.2",
57-
"@nextcloud/stylelint-config": "^3.0.1",
58-
"@nextcloud/vite-config": "^1.4.2",
59-
"vite-plugin-eslint": "^1.8.1",
60-
"vite-plugin-stylelint": "^5.3.1"
61-
}
2+
"name": "integration_zammad",
3+
"version": "3.0.2",
4+
"description": "Zammad integration",
5+
"main": "index.js",
6+
"directories": {
7+
"test": "tests"
8+
},
9+
"type": "module",
10+
"scripts": {
11+
"build": "NODE_ENV=production vite --mode production build",
12+
"dev": "NODE_ENV=development vite --mode development build",
13+
"watch": "NODE_ENV=development vite --mode development build --watch",
14+
"lint": "eslint --ext .js,.vue src",
15+
"lint:fix": "eslint --ext .js,.vue src --fix",
16+
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
17+
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "https://github.com/nextcloud/integration_zammad"
22+
},
23+
"keywords": [
24+
"zammad"
25+
],
26+
"author": "Julien Veyssier",
27+
"license": "AGPL-3.0",
28+
"bugs": {
29+
"url": "https://github.com/nextcloud/integration_zammad/issues"
30+
},
31+
"homepage": "https://github.com/nextcloud/integration_zammad",
32+
"browserslist": [
33+
"extends @nextcloud/browserslist-config"
34+
],
35+
"engines": {
36+
"node": "^24.0.0",
37+
"npm": "^11.3.0"
38+
},
39+
"dependencies": {
40+
"@nextcloud/auth": "^2.5.1",
41+
"@nextcloud/axios": "^2.1.0",
42+
"@nextcloud/dialogs": "^6.3.0",
43+
"@nextcloud/initial-state": "^2.0.0",
44+
"@nextcloud/l10n": "^3.2.0",
45+
"@nextcloud/moment": "^1.3.4",
46+
"@nextcloud/password-confirmation": "^5.3.1",
47+
"@nextcloud/router": "^3.0.1",
48+
"@nextcloud/vue": "^8.26.1",
49+
"vue": "^2.7.12",
50+
"vue-html-secure": "^1.0.10",
51+
"vue-material-design-icons": "^5.1.2"
52+
},
53+
"devDependencies": {
54+
"@nextcloud/babel-config": "^1.0.0",
55+
"@nextcloud/browserslist-config": "^3.0.1",
56+
"@nextcloud/eslint-config": "^8.4.2",
57+
"@nextcloud/stylelint-config": "^3.0.1",
58+
"@nextcloud/vite-config": "^1.4.2",
59+
"vite-plugin-eslint": "^1.8.1",
60+
"vite-plugin-stylelint": "^5.3.1"
61+
}
6262
}

0 commit comments

Comments
 (0)