npm run upgrade

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-09-01 22:59:00 +02:00
parent 2793a071fa
commit 5ed13124c9
2 changed files with 659 additions and 720 deletions

1363
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,14 +13,14 @@
"author": "Alexander Borsuk <me@alex.bio>",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"esbuild": "^0.18.11",
"eslint": "^8.44.0",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"wrangler": "^3.1.1"
"@cloudflare/workers-types": "^4.20230821.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"esbuild": "^0.19.2",
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"wrangler": "^3.6.0"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0"