Updated dependencies

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-02-15 11:46:51 +01:00 committed by Alexander Borsuk
parent c523ab02a6
commit 51ba0a3752
2 changed files with 3395 additions and 1578 deletions

4947
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.20221111.1",
"@types/jest": "^29.2.5",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"esbuild": "^0.16.17",
"eslint": "^8.31.0",
"jest": "^29.3.1",
"jest-environment-miniflare": "^2.11.0",
"miniflare": "^2.11.0",
"npm-check-updates": "^16.6.2",
"prettier": "^2.8.2",
"@cloudflare/workers-types": "^4.20230214.0",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"esbuild": "^0.17.8",
"eslint": "^8.34.0",
"jest": "^29.4.2",
"jest-environment-miniflare": "^2.12.0",
"miniflare": "^2.12.0",
"npm-check-updates": "^16.7.4",
"prettier": "^2.8.4",
"prettier-plugin-toml": "^0.3.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4",
"wrangler": "^2.7.1"
"typescript": "^4.9.5",
"wrangler": "^2.9.1"
}
}