npm run upgrade

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-05-03 22:21:43 +02:00
parent 9f5047ebac
commit fc365de6d2
2 changed files with 319 additions and 316 deletions

621
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.20230404.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"esbuild": "^0.17.16",
"eslint": "^8.38.0",
"prettier": "^2.8.7",
"@cloudflare/workers-types": "^4.20230419.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"esbuild": "^0.17.18",
"eslint": "^8.39.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"wrangler": "^2.15.0"
"wrangler": "^2.19.0"
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.3.0"