Skip to content

Commit 833bd9f

Browse files
nextcloud-botnextcloud-command
authored andcommitted
build: update node and npm engines versions
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent f46e0bd commit 833bd9f

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

package.json

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
{
2-
"name": "users_picker",
3-
"description": "Users smart picker",
4-
"version": "0.1.0",
5-
"keywords": [
6-
"users",
7-
"profiles",
8-
"picker",
9-
"nextcloud"
10-
],
11-
"homepage": "https://github.com/nextcloud/users_picker",
12-
"bugs": {
13-
"url": "https://github.com/nextcloud/users_picker/issues"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/nextcloud/users_picker"
18-
},
19-
"license": "AGPL-3.0",
20-
"private": true,
21-
"author": "Andrey Borysenko <andrey18106x@gmail.com>",
22-
"contributors": [
23-
"Julien Veyssier <julien-nc@posteo.net>"
24-
],
25-
"scripts": {
26-
"build": "NODE_ENV=production webpack --progress --config webpack.js",
27-
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
28-
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
29-
"lint": "eslint --ext .js,.vue src",
30-
"lint:fix": "eslint --ext .js,.vue src --fix",
31-
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
32-
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix"
33-
},
34-
"browserslist": [
35-
"extends @nextcloud/browserslist-config"
36-
],
37-
"dependencies": {
38-
"@nextcloud/auth": "^2.4.0",
39-
"@nextcloud/axios": "^2.5.1",
40-
"@nextcloud/l10n": "^3.1.0",
41-
"@nextcloud/router": "^3.0.1",
42-
"@nextcloud/vue": "^8.22.0",
43-
"debounce": "^2.2.0",
44-
"vue": "^2.7.14",
45-
"vue-click-outside": "^1.1.0",
46-
"vue-material-design-icons": "^5.3.1"
47-
},
48-
"devDependencies": {
49-
"@nextcloud/babel-config": "^1.2.0",
50-
"@nextcloud/browserslist-config": "^3.0.1",
51-
"@nextcloud/eslint-config": "^8.4.1",
52-
"@nextcloud/stylelint-config": "^3.0.1",
53-
"@nextcloud/webpack-vue-config": "^6.2.0",
54-
"eslint-webpack-plugin": "^4.2.0",
55-
"stylelint-webpack-plugin": "^5.0.1"
56-
},
57-
"engines": {
58-
"node": "^20.0.0",
59-
"npm": "^10.0.0"
60-
}
2+
"name": "users_picker",
3+
"description": "Users smart picker",
4+
"version": "0.1.0",
5+
"keywords": [
6+
"users",
7+
"profiles",
8+
"picker",
9+
"nextcloud"
10+
],
11+
"homepage": "https://github.com/nextcloud/users_picker",
12+
"bugs": {
13+
"url": "https://github.com/nextcloud/users_picker/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/nextcloud/users_picker"
18+
},
19+
"license": "AGPL-3.0",
20+
"private": true,
21+
"author": "Andrey Borysenko <andrey18106x@gmail.com>",
22+
"contributors": [
23+
"Julien Veyssier <julien-nc@posteo.net>"
24+
],
25+
"scripts": {
26+
"build": "NODE_ENV=production webpack --progress --config webpack.js",
27+
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
28+
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
29+
"lint": "eslint --ext .js,.vue src",
30+
"lint:fix": "eslint --ext .js,.vue src --fix",
31+
"stylelint": "stylelint src/**/*.vue src/**/*.scss src/**/*.css",
32+
"stylelint:fix": "stylelint src/**/*.vue src/**/*.scss src/**/*.css --fix"
33+
},
34+
"browserslist": [
35+
"extends @nextcloud/browserslist-config"
36+
],
37+
"dependencies": {
38+
"@nextcloud/auth": "^2.4.0",
39+
"@nextcloud/axios": "^2.5.1",
40+
"@nextcloud/l10n": "^3.1.0",
41+
"@nextcloud/router": "^3.0.1",
42+
"@nextcloud/vue": "^8.22.0",
43+
"debounce": "^2.2.0",
44+
"vue": "^2.7.14",
45+
"vue-click-outside": "^1.1.0",
46+
"vue-material-design-icons": "^5.3.1"
47+
},
48+
"devDependencies": {
49+
"@nextcloud/babel-config": "^1.2.0",
50+
"@nextcloud/browserslist-config": "^3.0.1",
51+
"@nextcloud/eslint-config": "^8.4.1",
52+
"@nextcloud/stylelint-config": "^3.0.1",
53+
"@nextcloud/webpack-vue-config": "^6.2.0",
54+
"eslint-webpack-plugin": "^4.2.0",
55+
"stylelint-webpack-plugin": "^5.0.1"
56+
},
57+
"engines": {
58+
"node": "^22.0.0",
59+
"npm": "^10.5.0"
60+
}
6161
}

0 commit comments

Comments
 (0)