npm run upgrade to use wrangler 3 for dev

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-06-01 06:59:32 +02:00
parent 7956637a53
commit f9cda06dce
2 changed files with 1925 additions and 2466 deletions

4365
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -17,20 +17,20 @@
"author": "Alexander Borsuk <me@alex.bio>",
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230321.0",
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"esbuild": "^0.17.14",
"eslint": "^8.37.0",
"@cloudflare/workers-types": "^4.20230518.0",
"@types/jest": "^29.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"esbuild": "^0.17.19",
"eslint": "^8.41.0",
"jest": "^29.5.0",
"jest-environment-miniflare": "^2.13.0",
"miniflare": "^2.13.0",
"npm-check-updates": "^16.8.2",
"prettier": "^2.8.7",
"jest-environment-miniflare": "^2.14.0",
"miniflare": "^3.0.1",
"npm-check-updates": "^16.10.12",
"prettier": "^2.8.8",
"prettier-plugin-toml": "^0.3.1",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2",
"wrangler": "^2.13.0"
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"wrangler": "^3.0.1"
}
}