Update dependencies

This commit is contained in:
Aadi Desai 2023-11-14 10:42:00 +00:00
parent 8e0194cfd6
commit 5fc600fdea
Signed by: supleed2
SSH key fingerprint: SHA256:CkbNRs0yVzXEiUp2zd0PSxsfRUMFF9bLlKXtE1xEbKM
3 changed files with 609 additions and 971 deletions

1571
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -2,9 +2,9 @@
"name": "omglolbadge",
"version": "0.0.0",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230115.0",
"typescript": "^4.9.4",
"wrangler": "2.8.1"
"@cloudflare/workers-types": "^4.20231025.0",
"typescript": "^5.2.2",
"wrangler": "^3.15.0"
},
"private": true,
"scripts": {

View file

@ -35,7 +35,6 @@
// "typeRoots": [], /* Specify multiple folders that act like `./node_modules/@types`. */
"types": [
"@cloudflare/workers-types",
"jest"
] /* Specify type package names to be included without being referenced in a source file. */,
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
"resolveJsonModule": true /* Enable importing .json files */,