mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-02 02:53:29 +00:00
Update uint8-to-base64
, remove type stub (#34844)
The module now ships type definitions so remove our type stub. Ref: https://github.com/WebReflection/uint8-to-base64/pull/4
This commit is contained in:
parent
dbd9c69909
commit
04783f548d
8
package-lock.json
generated
8
package-lock.json
generated
@ -54,7 +54,7 @@
|
||||
"toastify-js": "1.12.0",
|
||||
"tributejs": "5.1.3",
|
||||
"typescript": "5.8.3",
|
||||
"uint8-to-base64": "0.2.0",
|
||||
"uint8-to-base64": "0.2.1",
|
||||
"vanilla-colorful": "0.7.2",
|
||||
"vue": "3.5.16",
|
||||
"vue-bar-graph": "2.2.0",
|
||||
@ -13455,9 +13455,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/uint8-to-base64": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/uint8-to-base64/-/uint8-to-base64-0.2.0.tgz",
|
||||
"integrity": "sha512-r13jrghEYZAN99GeYpEjM107DOxqB65enskpwce8rRHVAGEtaWmsF5GqoGdPMf8DIXc9XyAJTdvlvRZi4LsszA==",
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/uint8-to-base64/-/uint8-to-base64-0.2.1.tgz",
|
||||
"integrity": "sha512-uO/84GaoDUfiAxpa8EksjVLE77A9Kc7ZTziN4zRpq4de9yLaLcZn3jx1/sVjyupsywcVX6RKWbqLe7gUNyzH+Q==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/undici-types": {
|
||||
|
@ -53,7 +53,7 @@
|
||||
"toastify-js": "1.12.0",
|
||||
"tributejs": "5.1.3",
|
||||
"typescript": "5.8.3",
|
||||
"uint8-to-base64": "0.2.0",
|
||||
"uint8-to-base64": "0.2.1",
|
||||
"vanilla-colorful": "0.7.2",
|
||||
"vue": "3.5.16",
|
||||
"vue-bar-graph": "2.2.0",
|
||||
|
5
web_src/js/globals.d.ts
vendored
5
web_src/js/globals.d.ts
vendored
@ -25,11 +25,6 @@ declare module 'htmx.org/dist/htmx.esm.js' {
|
||||
export default value;
|
||||
}
|
||||
|
||||
declare module 'uint8-to-base64' {
|
||||
export function encode(arrayBuffer: Uint8Array): string;
|
||||
export function decode(base64str: string): Uint8Array;
|
||||
}
|
||||
|
||||
declare module 'swagger-ui-dist/swagger-ui-es-bundle.js' {
|
||||
const value = await import('swagger-ui-dist');
|
||||
export default value.SwaggerUIBundle;
|
||||
|
Loading…
Reference in New Issue
Block a user