npm run upgrade
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
524651fe87
commit
351fcfbfca
2 changed files with 1762 additions and 3135 deletions
4877
package-lock.json
generated
4877
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -17,20 +17,20 @@
|
|||
"author": "Alexander Borsuk <me@alex.bio>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^4.20230214.0",
|
||||
"@cloudflare/workers-types": "^4.20230228.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",
|
||||
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
||||
"@typescript-eslint/parser": "^5.54.1",
|
||||
"esbuild": "^0.17.11",
|
||||
"eslint": "^8.35.0",
|
||||
"jest": "^29.5.0",
|
||||
"jest-environment-miniflare": "^2.12.1",
|
||||
"miniflare": "^2.12.1",
|
||||
"npm-check-updates": "^16.7.10",
|
||||
"prettier": "^2.8.4",
|
||||
"prettier-plugin-toml": "^0.3.1",
|
||||
"ts-jest": "^29.0.5",
|
||||
"typescript": "^4.9.5",
|
||||
"wrangler": "^2.9.1"
|
||||
"wrangler": "^2.12.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue