Skip to content

Commit efe0ac8

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

File tree

1 file changed

+53
-53
lines changed

1 file changed

+53
-53
lines changed

package.json

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
11
{
2-
"name": "context_chat",
3-
"version": "1.0.0",
4-
"description": "ContextChat",
5-
"main": "index.js",
6-
"directories": {
7-
"test": "tests"
8-
},
9-
"scripts": {
10-
"build": "NODE_ENV=production vite --mode production build",
11-
"dev": "NODE_ENV=development vite --mode development build",
12-
"watch": "NODE_ENV=development vite --mode development build --watch",
13-
"lint": "eslint --ext .js,.vue src",
14-
"lint:fix": "eslint --ext .js,.vue src --fix",
15-
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
16-
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix"
17-
},
18-
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/nextcloud/context_chat"
21-
},
22-
"keywords": [
23-
"ai"
24-
],
25-
"author": "Julien Veyssier",
26-
"license": "AGPL-3.0-or-later",
27-
"bugs": {
28-
"url": "https://github.com/nextcloud/context_chat/issues"
29-
},
30-
"homepage": "https://github.com/nextcloud/context_chat",
31-
"browserslist": [
32-
"extends @nextcloud/browserslist-config"
33-
],
34-
"engines": {
35-
"node": "^22",
36-
"npm": "^10"
37-
},
38-
"type": "module",
39-
"dependencies": {
40-
"@nextcloud/initial-state": "^2.2.0",
41-
"@nextcloud/router": "^3.0.1",
42-
"@nextcloud/vue": "^9.0.0-rc.9",
43-
"humanize-duration": "^3.32.1",
44-
"vue": "^3.5.17"
45-
},
46-
"devDependencies": {
47-
"@nextcloud/babel-config": "^1.2.0",
48-
"@nextcloud/browserslist-config": "^3.0.1",
49-
"@nextcloud/eslint-config": "^8.4.2",
50-
"@nextcloud/stylelint-config": "^3.1.0",
51-
"@nextcloud/vite-config": "^2.3.5",
52-
"vite-plugin-eslint": "^1.8.1",
53-
"vite-plugin-stylelint": "^6.0.0"
54-
}
2+
"name": "context_chat",
3+
"version": "1.0.0",
4+
"description": "ContextChat",
5+
"main": "index.js",
6+
"directories": {
7+
"test": "tests"
8+
},
9+
"scripts": {
10+
"build": "NODE_ENV=production vite --mode production build",
11+
"dev": "NODE_ENV=development vite --mode development build",
12+
"watch": "NODE_ENV=development vite --mode development build --watch",
13+
"lint": "eslint --ext .js,.vue src",
14+
"lint:fix": "eslint --ext .js,.vue src --fix",
15+
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
16+
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix"
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/nextcloud/context_chat"
21+
},
22+
"keywords": [
23+
"ai"
24+
],
25+
"author": "Julien Veyssier",
26+
"license": "AGPL-3.0-or-later",
27+
"bugs": {
28+
"url": "https://github.com/nextcloud/context_chat/issues"
29+
},
30+
"homepage": "https://github.com/nextcloud/context_chat",
31+
"browserslist": [
32+
"extends @nextcloud/browserslist-config"
33+
],
34+
"engines": {
35+
"node": "^24.0.0",
36+
"npm": "^11.3.0"
37+
},
38+
"type": "module",
39+
"dependencies": {
40+
"@nextcloud/initial-state": "^2.2.0",
41+
"@nextcloud/router": "^3.0.1",
42+
"@nextcloud/vue": "^9.0.0-rc.9",
43+
"humanize-duration": "^3.32.1",
44+
"vue": "^3.5.17"
45+
},
46+
"devDependencies": {
47+
"@nextcloud/babel-config": "^1.2.0",
48+
"@nextcloud/browserslist-config": "^3.0.1",
49+
"@nextcloud/eslint-config": "^8.4.2",
50+
"@nextcloud/stylelint-config": "^3.1.0",
51+
"@nextcloud/vite-config": "^2.3.5",
52+
"vite-plugin-eslint": "^1.8.1",
53+
"vite-plugin-stylelint": "^6.0.0"
54+
}
5555
}

0 commit comments

Comments
 (0)