Skip to content

Commit 5ae4f2b

Browse files
Update npm and node engines versions
Signed-off-by: nextcloud-command <[email protected]>
1 parent 4ee13f9 commit 5ae4f2b

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": "integration_dropbox",
3-
"version": "3.0.3",
4-
"description": "Dropbox integration",
5-
"main": "index.js",
6-
"directories": {
7-
"test": "tests"
8-
},
9-
"scripts": {
10-
"build": "NODE_ENV=production webpack --progress --config webpack.js",
11-
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
12-
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
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/integration_dropbox"
21-
},
22-
"keywords": [
23-
"dropbox"
24-
],
25-
"author": "Julien Veyssier",
26-
"license": "AGPL-3.0",
27-
"bugs": {
28-
"url": "https://github.com/nextcloud/integration_dropbox/issues"
29-
},
30-
"homepage": "https://github.com/nextcloud/integration_dropbox",
31-
"browserslist": [
32-
"extends @nextcloud/browserslist-config"
33-
],
34-
"engines": {
35-
"node": "^16.0.0",
36-
"npm": "^7.0.0 || ^8.0.0"
37-
},
38-
"dependencies": {
39-
"@nextcloud/auth": "^2.5.1",
40-
"@nextcloud/axios": "^2.5.0",
41-
"@nextcloud/dialogs": "^5.3.7",
42-
"@nextcloud/initial-state": "^2.2.0",
43-
"@nextcloud/l10n": "^3.2.0",
44-
"@nextcloud/moment": "^1.3.4",
45-
"@nextcloud/password-confirmation": "^5.3.1",
46-
"@nextcloud/router": "^3.0.1",
47-
"@nextcloud/vue": "^8.26.1",
48-
"vue": "^2.6.11",
49-
"vue-material-design-icons": "^5.3.1"
50-
},
51-
"devDependencies": {
52-
"@nextcloud/babel-config": "^1.2.0",
53-
"@nextcloud/browserslist-config": "^3.0.1",
54-
"@nextcloud/eslint-config": "^8.4.2",
55-
"@nextcloud/stylelint-config": "^3.0.1",
56-
"@nextcloud/webpack-vue-config": "^6.2.0",
57-
"eslint-webpack-plugin": "^4.2.0",
58-
"stylelint-webpack-plugin": "^5.0.1"
59-
}
2+
"name": "integration_dropbox",
3+
"version": "3.0.3",
4+
"description": "Dropbox integration",
5+
"main": "index.js",
6+
"directories": {
7+
"test": "tests"
8+
},
9+
"scripts": {
10+
"build": "NODE_ENV=production webpack --progress --config webpack.js",
11+
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
12+
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
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/integration_dropbox"
21+
},
22+
"keywords": [
23+
"dropbox"
24+
],
25+
"author": "Julien Veyssier",
26+
"license": "AGPL-3.0",
27+
"bugs": {
28+
"url": "https://github.com/nextcloud/integration_dropbox/issues"
29+
},
30+
"homepage": "https://github.com/nextcloud/integration_dropbox",
31+
"browserslist": [
32+
"extends @nextcloud/browserslist-config"
33+
],
34+
"engines": {
35+
"node": "^22.0.0",
36+
"npm": "^10.0.0"
37+
},
38+
"dependencies": {
39+
"@nextcloud/auth": "^2.5.1",
40+
"@nextcloud/axios": "^2.5.0",
41+
"@nextcloud/dialogs": "^5.3.7",
42+
"@nextcloud/initial-state": "^2.2.0",
43+
"@nextcloud/l10n": "^3.2.0",
44+
"@nextcloud/moment": "^1.3.4",
45+
"@nextcloud/password-confirmation": "^5.3.1",
46+
"@nextcloud/router": "^3.0.1",
47+
"@nextcloud/vue": "^8.26.1",
48+
"vue": "^2.6.11",
49+
"vue-material-design-icons": "^5.3.1"
50+
},
51+
"devDependencies": {
52+
"@nextcloud/babel-config": "^1.2.0",
53+
"@nextcloud/browserslist-config": "^3.0.1",
54+
"@nextcloud/eslint-config": "^8.4.2",
55+
"@nextcloud/stylelint-config": "^3.0.1",
56+
"@nextcloud/webpack-vue-config": "^6.2.0",
57+
"eslint-webpack-plugin": "^4.2.0",
58+
"stylelint-webpack-plugin": "^5.0.1"
59+
}
6060
}

0 commit comments

Comments
 (0)