Verbeter grafische kwaliteit van kleurplaten (v0.4.67-beta) #5
4 changed files with 7 additions and 7 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.4.59-beta
|
||||
0.4.60-beta
|
||||
|
|
|
|||
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -12,7 +12,7 @@
|
|||
"@fastify/cookie": "^11.1.1",
|
||||
"@fastify/helmet": "^13.1.0",
|
||||
"@fastify/rate-limit": "^11.1.0",
|
||||
"@fastify/static": "^10.1.0",
|
||||
"@fastify/static": "^10.1.2",
|
||||
"fastify": "^5.1.0",
|
||||
"pg": "^8.13.1"
|
||||
},
|
||||
|
|
@ -287,9 +287,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@fastify/static": {
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.0.tgz",
|
||||
"integrity": "sha512-iK/8TvRM/EgNOyQL+EpWu+x3aR6o4GWt+UI+27zmE7w6t/6d80mXqOtWLdEKQ13vL/g1Jry0ae2icj6GP7tGzA==",
|
||||
"version": "10.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.2.tgz",
|
||||
"integrity": "sha512-G/g18cG9tLutT/OVyN1AIsHIl9L1UwmJ+S3dkyhVpplIx0nEMicd7RGQ+uJLyhKKF4a3tTcQydccn3Mop1fX+Q==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "github",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"@fastify/cookie": "^11.1.1",
|
||||
"@fastify/helmet": "^13.1.0",
|
||||
"@fastify/rate-limit": "^11.1.0",
|
||||
"@fastify/static": "^10.1.0",
|
||||
"@fastify/static": "^10.1.2",
|
||||
"fastify": "^5.1.0",
|
||||
"pg": "^8.13.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"use strict";
|
||||
/* version — shown until /api/version resolves (or if the fetch fails, e.g. offline).
|
||||
Kept in sync by hand with the VERSION file at the repo root on every release. */
|
||||
const VERSION = "0.4.59-beta";
|
||||
const VERSION = "0.4.60-beta";
|
||||
/* Safari en oudere mobiele browsers behandelen 100vh/100% soms als de hoogte
|
||||
achter hun adres- en navigatiebalk. visualViewport geeft de werkelijk
|
||||
zichtbare hoogte; de CSS gebruikt deze pixelwaarde als betrouwbare bron en
|
||||
|
|
|
|||
Loading…
Reference in a new issue