Skip to content

Commit 16ff281

Browse files
committed
Update npm and node engines versions
Signed-off-by: Nextcloud bot <[email protected]>
1 parent ef67beb commit 16ff281

File tree

1 file changed

+107
-107
lines changed

1 file changed

+107
-107
lines changed

package.json

Lines changed: 107 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,109 @@
11
{
2-
"name": "contacts",
3-
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
4-
"version": "5.5.0-rc1",
5-
"author": "John Molakvoæ <[email protected]>",
6-
"contributors": [
7-
"John Molakvoæ <[email protected]>",
8-
"Team Popcorn <[email protected]>"
9-
],
10-
"keywords": [
11-
"nextcloud",
12-
"contacts",
13-
"vcard",
14-
"carddav"
15-
],
16-
"bugs": {
17-
"url": "https://github.com/nextcloud/contacts/issues"
18-
},
19-
"repository": {
20-
"url": "https://github.com/nextcloud/contacts",
21-
"type": "git"
22-
},
23-
"homepage": "https://github.com/nextcloud/contacts",
24-
"license": "agpl",
25-
"private": true,
26-
"scripts": {
27-
"build": "webpack --node-env production --progress",
28-
"dev": "webpack --node-env development --progress",
29-
"watch": "webpack --node-env development --progress --watch",
30-
"lint": "eslint --ext .js,.ts,.vue src",
31-
"lint:fix": "eslint --ext .js,.ts,.vue src --fix",
32-
"stylelint": "stylelint src",
33-
"stylelint:fix": "stylelint src --fix",
34-
"test": "jest",
35-
"test:watch": "jest --watch",
36-
"test:coverage": "jest --coverage"
37-
},
38-
"dependencies": {
39-
"@mattkrick/sanitize-svg": "^0.4.0",
40-
"@mdi/svg": "^7.4.47",
41-
"@nextcloud/auth": "^2.2.1",
42-
"@nextcloud/axios": "^2.4.0",
43-
"@nextcloud/capabilities": "^1.1.0",
44-
"@nextcloud/cdav-library": "^1.1.0",
45-
"@nextcloud/dialogs": "^4.1.0",
46-
"@nextcloud/event-bus": "^3.1.0",
47-
"@nextcloud/files": "^3.1.0",
48-
"@nextcloud/initial-state": "^2.1.0",
49-
"@nextcloud/l10n": "^2.2.0",
50-
"@nextcloud/logger": "^2.7.0",
51-
"@nextcloud/moment": "^1.2.2",
52-
"@nextcloud/paths": "^2.1.0",
53-
"@nextcloud/router": "^2.2.0",
54-
"@nextcloud/sharing": "^0.1.0",
55-
"@nextcloud/vue": "^8.4.0",
56-
"b64-to-blob": "^1.2.19",
57-
"camelcase": "^8.0.0",
58-
"d3": "^7.8.5",
59-
"d3-org-chart": "^2.7.0",
60-
"debounce": "^1.2.1",
61-
"downloadjs": "^1.4.7",
62-
"ical.js": "^1.5.0",
63-
"mitt": "^3.0.1",
64-
"moment": "^2.30.1",
65-
"p-limit": "^4.0.0",
66-
"qr-image": "^3.2.0",
67-
"string-natural-compare": "^3.0.1",
68-
"uuid": "^9.0.1",
69-
"vue": "~2.7.15",
70-
"vue-click-outside": "^1.1.0",
71-
"vue-cropperjs": "^4.2.0",
72-
"vue-material-design-icons": "^5.2.0",
73-
"vue-router": "^3.6.5",
74-
"vue-virtual-scroll-list": "^2.3.5",
75-
"vue-virtual-scroller": "^1.1.2",
76-
"vuex": "^3.6.2",
77-
"vuex-router-sync": "^5.0.0"
78-
},
79-
"engines": {
80-
"node": "^20.0.0",
81-
"npm": "^9.0.0"
82-
},
83-
"devDependencies": {
84-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
85-
"@babel/preset-env": "^7.23.7",
86-
"@nextcloud/babel-config": "^1.0.0",
87-
"@nextcloud/browserslist-config": "^3.0.0",
88-
"@nextcloud/eslint-config": "^8.3.0",
89-
"@nextcloud/stylelint-config": "^2.3.0",
90-
"@nextcloud/typings": "^1.7.0",
91-
"@nextcloud/webpack-vue-config": "^5.2.0",
92-
"@types/jest": "^29.5.11",
93-
"@vue/vue2-jest": "^29.2.5",
94-
"babel-jest": "^29.7.0",
95-
"eslint-import-resolver-typescript": "^3.6.0",
96-
"jest": "^29.7.0",
97-
"jest-environment-jsdom": "^29.7.0",
98-
"jest-transform-stub": "^2.0.0",
99-
"stylelint": "^14.16.1",
100-
"stylelint-config-recommended-scss": "^7.0.0",
101-
"ts-jest": "^29.1.1",
102-
"ts-loader": "^9.5.1",
103-
"typescript": "^5.3.3",
104-
"vue-template-compiler": "~2.7"
105-
},
106-
"browserslist": [
107-
"extends @nextcloud/browserslist-config"
108-
]
2+
"name": "contacts",
3+
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
4+
"version": "5.5.0-rc1",
5+
"author": "John Molakvoæ <[email protected]>",
6+
"contributors": [
7+
"John Molakvoæ <[email protected]>",
8+
"Team Popcorn <[email protected]>"
9+
],
10+
"keywords": [
11+
"nextcloud",
12+
"contacts",
13+
"vcard",
14+
"carddav"
15+
],
16+
"bugs": {
17+
"url": "https://github.com/nextcloud/contacts/issues"
18+
},
19+
"repository": {
20+
"url": "https://github.com/nextcloud/contacts",
21+
"type": "git"
22+
},
23+
"homepage": "https://github.com/nextcloud/contacts",
24+
"license": "agpl",
25+
"private": true,
26+
"scripts": {
27+
"build": "webpack --node-env production --progress",
28+
"dev": "webpack --node-env development --progress",
29+
"watch": "webpack --node-env development --progress --watch",
30+
"lint": "eslint --ext .js,.ts,.vue src",
31+
"lint:fix": "eslint --ext .js,.ts,.vue src --fix",
32+
"stylelint": "stylelint src",
33+
"stylelint:fix": "stylelint src --fix",
34+
"test": "jest",
35+
"test:watch": "jest --watch",
36+
"test:coverage": "jest --coverage"
37+
},
38+
"dependencies": {
39+
"@mattkrick/sanitize-svg": "^0.4.0",
40+
"@mdi/svg": "^7.4.47",
41+
"@nextcloud/auth": "^2.2.1",
42+
"@nextcloud/axios": "^2.4.0",
43+
"@nextcloud/capabilities": "^1.1.0",
44+
"@nextcloud/cdav-library": "^1.1.0",
45+
"@nextcloud/dialogs": "^4.1.0",
46+
"@nextcloud/event-bus": "^3.1.0",
47+
"@nextcloud/files": "^3.1.0",
48+
"@nextcloud/initial-state": "^2.1.0",
49+
"@nextcloud/l10n": "^2.2.0",
50+
"@nextcloud/logger": "^2.7.0",
51+
"@nextcloud/moment": "^1.2.2",
52+
"@nextcloud/paths": "^2.1.0",
53+
"@nextcloud/router": "^2.2.0",
54+
"@nextcloud/sharing": "^0.1.0",
55+
"@nextcloud/vue": "^8.4.0",
56+
"b64-to-blob": "^1.2.19",
57+
"camelcase": "^8.0.0",
58+
"d3": "^7.8.5",
59+
"d3-org-chart": "^2.7.0",
60+
"debounce": "^1.2.1",
61+
"downloadjs": "^1.4.7",
62+
"ical.js": "^1.5.0",
63+
"mitt": "^3.0.1",
64+
"moment": "^2.30.1",
65+
"p-limit": "^4.0.0",
66+
"qr-image": "^3.2.0",
67+
"string-natural-compare": "^3.0.1",
68+
"uuid": "^9.0.1",
69+
"vue": "~2.7.15",
70+
"vue-click-outside": "^1.1.0",
71+
"vue-cropperjs": "^4.2.0",
72+
"vue-material-design-icons": "^5.2.0",
73+
"vue-router": "^3.6.5",
74+
"vue-virtual-scroll-list": "^2.3.5",
75+
"vue-virtual-scroller": "^1.1.2",
76+
"vuex": "^3.6.2",
77+
"vuex-router-sync": "^5.0.0"
78+
},
79+
"engines": {
80+
"node": "^20.0.0",
81+
"npm": "^10.0.0"
82+
},
83+
"devDependencies": {
84+
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
85+
"@babel/preset-env": "^7.23.7",
86+
"@nextcloud/babel-config": "^1.0.0",
87+
"@nextcloud/browserslist-config": "^3.0.0",
88+
"@nextcloud/eslint-config": "^8.3.0",
89+
"@nextcloud/stylelint-config": "^2.3.0",
90+
"@nextcloud/typings": "^1.7.0",
91+
"@nextcloud/webpack-vue-config": "^5.2.0",
92+
"@types/jest": "^29.5.11",
93+
"@vue/vue2-jest": "^29.2.5",
94+
"babel-jest": "^29.7.0",
95+
"eslint-import-resolver-typescript": "^3.6.0",
96+
"jest": "^29.7.0",
97+
"jest-environment-jsdom": "^29.7.0",
98+
"jest-transform-stub": "^2.0.0",
99+
"stylelint": "^14.16.1",
100+
"stylelint-config-recommended-scss": "^7.0.0",
101+
"ts-jest": "^29.1.1",
102+
"ts-loader": "^9.5.1",
103+
"typescript": "^5.3.3",
104+
"vue-template-compiler": "~2.7"
105+
},
106+
"browserslist": [
107+
"extends @nextcloud/browserslist-config"
108+
]
109109
}

0 commit comments

Comments
 (0)