Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpangalos committed May 8, 2023
1 parent e735ef6 commit dec5bd3
Show file tree
Hide file tree
Showing 4 changed files with 1,857 additions and 1,466 deletions.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@cloudflare/workers-types": "^3.16.0",
"@cloudflare/workers-types": "^3.19.0",
"@types/uuid": "^8.3.4",
"wrangler": "^2.1.4"
"wrangler": "^2.19.0"
},
"dependencies": {
"@ssttevee/multipart-parser": "^0.1.9",
"hono": "^2.1.4",
"hono": "^2.7.8",
"toucan-js": "^2.7.0",
"uuid": "^8.3.2"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"lint": "pnpm run -r lint"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"eslint-plugin-react": "^7.31.8",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.0.8",
"husky": "^3.0.0",
"lint-staged": "^9.2.0",
"prettier": "^1.18.2",
"typescript": "^4.8.3"
"typescript": "^4.9.5"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit dec5bd3

Please sign in to comment.