mirror of
https://github.com/supleed2/omglolbadge.git
synced 2024-12-22 05:55:49 +00:00
Update dependencies
This commit is contained in:
parent
8e0194cfd6
commit
5fc600fdea
1573
package-lock.json
generated
1573
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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": {
|
||||
|
|
|
@ -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 */,
|
||||
|
|
Loading…
Reference in a new issue