Skip to content

Commit 9edb52a

Browse files
committed
chore: bump packages
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 6239945 commit 9edb52a

2 files changed

Lines changed: 77 additions & 76 deletions

File tree

package-lock.json

Lines changed: 46 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"name": "viewer",
3-
"description": "Simple file viewer with slideshow for media",
43
"version": "5.0.0-dev.0",
5-
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
6-
"contributors": [
7-
"John Molakvoæ <skjnldsv@protonmail.com>"
8-
],
9-
"license": "AGPL-3.0-or-later",
4+
"private": true,
5+
"description": "Simple file viewer with slideshow for media",
106
"keywords": [
117
"nextcloud",
128
"files",
@@ -15,42 +11,49 @@
1511
"modal",
1612
"gallery"
1713
],
14+
"homepage": "https://github.com/nextcloud/viewer",
1815
"bugs": {
1916
"url": "https://github.com/nextcloud/viewer/issues"
2017
},
2118
"repository": {
22-
"url": "git+https://github.com/nextcloud/viewer.git",
23-
"type": "git"
19+
"type": "git",
20+
"url": "git+https://github.com/nextcloud/viewer.git"
2421
},
25-
"homepage": "https://github.com/nextcloud/viewer",
26-
"private": true,
22+
"license": "AGPL-3.0-or-later",
23+
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
24+
"contributors": [
25+
"John Molakvoæ <skjnldsv@protonmail.com>"
26+
],
2727
"type": "module",
2828
"scripts": {
2929
"build": "vite --mode production build",
30+
"cypress": "npm run cypress:e2e",
31+
"cypress:e2e": "cypress run --e2e",
32+
"cypress:gui": "cypress open --e2e",
33+
"cypress:update-snapshots": "cypress run --env visualRegressionType=base --spec cypress/e2e/visual-regression.cy.ts --config screenshotsFolder=cypress/snapshots/base",
34+
"cypress:visual-regression": "cypress run --spec cypress/e2e/visual-regression.cy.ts",
3035
"dev": "export NODE_ENV=development; vite --mode development build",
31-
"watch": "export NODE_ENV=development; vite --mode development build --watch",
3236
"lint": "eslint cypress src",
3337
"lint:fix": "eslint cypress src --fix",
3438
"stylelint": "stylelint src",
3539
"stylelint:fix": "stylelint src --fix",
36-
"cypress": "npm run cypress:e2e",
37-
"cypress:e2e": "cypress run --e2e",
38-
"cypress:gui": "cypress open --e2e",
39-
"cypress:visual-regression": "cypress run --spec cypress/e2e/visual-regression.cy.ts",
40-
"cypress:update-snapshots": "cypress run --env visualRegressionType=base --spec cypress/e2e/visual-regression.cy.ts --config screenshotsFolder=cypress/snapshots/base"
40+
"watch": "export NODE_ENV=development; vite --mode development build --watch"
4141
},
42+
"browserslist": [
43+
"extends @nextcloud/browserslist-config"
44+
],
4245
"dependencies": {
4346
"@fontsource/roboto": "^5.2.10",
4447
"@mdi/svg": "^7.4.47",
45-
"@nextcloud/auth": "^2.5.2",
46-
"@nextcloud/axios": "^2.5.1",
48+
"@nextcloud/auth": "^2.5.3",
49+
"@nextcloud/axios": "^2.5.2",
4750
"@nextcloud/dialogs": "^5.3.8",
48-
"@nextcloud/event-bus": "^3.3.2",
49-
"@nextcloud/files": "^3.12.0",
50-
"@nextcloud/initial-state": "^2.2.0",
51-
"@nextcloud/l10n": "^3.4.0",
52-
"@nextcloud/logger": "^3.0.2",
53-
"@nextcloud/paths": "^2.2.1",
51+
"@nextcloud/event-bus": "^3.3.3",
52+
"@nextcloud/files": "^3.12.2",
53+
"@nextcloud/initial-state": "^3.0.0",
54+
"@nextcloud/l10n": "^3.4.1",
55+
"@nextcloud/logger": "^3.0.3",
56+
"@nextcloud/paths": "^3.1.0",
5457
"@nextcloud/router": "^3.1.0",
5558
"@nextcloud/typings": "^1.10.0",
5659
"@nextcloud/vue": "^8.37.0",
@@ -70,13 +73,6 @@
7073
"vue-material-design-icons": "^5.3.1",
7174
"webdav": "^5.9.0"
7275
},
73-
"browserslist": [
74-
"extends @nextcloud/browserslist-config"
75-
],
76-
"engines": {
77-
"node": "^22.0.0",
78-
"npm": "^10.5.0"
79-
},
8076
"devDependencies": {
8177
"@nextcloud/browserslist-config": "^3.0.1",
8278
"@nextcloud/cypress": "^1.0.0-beta.15",
@@ -97,5 +93,9 @@
9793
"typescript": "^5.9.3",
9894
"vite": "^5.4.21",
9995
"vite-plugin-static-copy": "^3.3.0"
96+
},
97+
"engines": {
98+
"node": "^22.0.0",
99+
"npm": "^10.5.0"
100100
}
101101
}

0 commit comments

Comments
 (0)