feat(deps): Add Nextcloud 32 support on master

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2025-01-23 10:56:08 +01:00
Родитель 3bc355cdee
Коммит 9d355c2888
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F72FA5B49FFA96B0
5 изменённых файлов: 8 добавлений и 6 удалений

2
.github/workflows/npm-audit-fix.yml поставляемый
Просмотреть файл

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable30', 'stable29']
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
name: npm-audit-fix-${{ matrix.branches }}

Просмотреть файл

@ -9,7 +9,7 @@
<name>Viewer</name>
<summary>Simple file viewer with slideshow for media</summary>
<description><![CDATA[Show your latest holiday photos and videos like in the movies, show a glimpse of your latest novel directly from your Nextcloud, choose the best GIF of your collection thanks to the direct preview of your favorites files and many more!]]></description>
<version>4.0.0</version>
<version>5.0.0-dev.0</version>
<licence>agpl</licence>
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
<namespace>Viewer</namespace>
@ -17,7 +17,7 @@
<bugs>https://github.com/nextcloud/viewer</bugs>
<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Viewer/viewer.png</screenshot>
<dependencies>
<nextcloud min-version="31" max-version="31" />
<nextcloud min-version="32" max-version="32" />
</dependencies>
<default_enable />
</info>

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "viewer",
"version": "4.0.0",
"version": "5.0.0-dev.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "viewer",
"version": "4.0.0",
"version": "5.0.0-dev.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@fontsource/roboto": "^5.1.0",

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "viewer",
"description": "Simple file viewer with slideshow for media",
"version": "4.0.0",
"version": "5.0.0-dev.0",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"contributors": [
"John Molakvoæ <skjnldsv@protonmail.com>"

Просмотреть файл

@ -19,6 +19,7 @@
"ignoreUnstable": false,
"baseBranches": [
"master",
"stable31",
"stable30",
"stable29"
],
@ -67,6 +68,7 @@
"major"
],
"matchBaseBranches": [
"stable31",
"stable30",
"stable29"
],