Skip to content

Commit 0cdac7e

Browse files
authored
Merge pull request #22 from nextcloud/feat/package-node-npm-engines-update
build: update node and npm engines versions
2 parents 16cf451 + cb85a31 commit 0cdac7e

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

package.json

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
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": "^9.0.0-rc.9",
43-
"debounce": "^2.2.0",
44-
"vue": "^3.5.21",
45-
"vue-material-design-icons": "^5.3.1"
46-
},
47-
"devDependencies": {
48-
"@nextcloud/babel-config": "^1.2.0",
49-
"@nextcloud/browserslist-config": "^3.0.1",
50-
"@nextcloud/eslint-config": "^8.4.1",
51-
"@nextcloud/stylelint-config": "^3.0.1",
52-
"@nextcloud/webpack-vue-config": "^6.2.0",
53-
"eslint-webpack-plugin": "^4.2.0",
54-
"stylelint-webpack-plugin": "^5.0.1"
55-
},
56-
"engines": {
57-
"node": "^20.0.0",
58-
"npm": "^10.0.0"
59-
}
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": "^9.0.0-rc.9",
43+
"debounce": "^2.2.0",
44+
"vue": "^3.5.21",
45+
"vue-material-design-icons": "^5.3.1"
46+
},
47+
"devDependencies": {
48+
"@nextcloud/babel-config": "^1.2.0",
49+
"@nextcloud/browserslist-config": "^3.0.1",
50+
"@nextcloud/eslint-config": "^8.4.1",
51+
"@nextcloud/stylelint-config": "^3.0.1",
52+
"@nextcloud/webpack-vue-config": "^6.2.0",
53+
"eslint-webpack-plugin": "^4.2.0",
54+
"stylelint-webpack-plugin": "^5.0.1"
55+
},
56+
"engines": {
57+
"node": "^24.0.0",
58+
"npm": "^11.3.0"
59+
}
6060
}

0 commit comments

Comments
 (0)