fix: upgrade riot-mui dependency firefox switch fix

This commit is contained in:
Joxit 2023-03-20 00:10:01 +01:00
parent e2f2850f41
commit b2590115a7
No known key found for this signature in database
GPG Key ID: F526592B8E012263
6 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ for i in arm64v8 arm32v7 master latest debian main; do
docker push 127.0.0.1:5000/joxit/docker-registry-ui:$i
done
for v in 1.1 1.2 1.3 1.4 1.5 2.0 ; do
for v in 1.1 1.2 1.3 1.4 1.5 2.0 2 2.0.0 2.1 2.1.0 2.2 2.2.0 2.3 2.3.0 2.4 2.4.0; do
for type in "-debian" ""; do
docker pull joxit/docker-registry-ui:$v$type
docker tag joxit/docker-registry-ui:$v$type 127.0.0.1:5000/joxit/docker-registry-ui:$v$type

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 3.1 MiB

View File

@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "2.4.0",
"version": "2.4.1",
"type": "module",
"scripts": {
"format": "npm run format-html && npm run format-js && npm run format-riot",
@ -34,7 +34,7 @@
"node-sass": "^8.0.0",
"prettier": "^2.8.1",
"riot": "^7.1.0",
"riot-mui": "github:joxit/riot-5-mui#a97f2d3",
"riot-mui": "github:joxit/riot-5-mui#a477acc",
"rollup": "^3.9.0",
"rollup-plugin-app-utils": "^1.0.6",
"rollup-plugin-copy": "^3.4.0",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 44 KiB