Skip to content

Commit

Permalink
chore: bump deps to latest, bump pnpm to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed May 24, 2024
1 parent 847bd24 commit e15ca39
Show file tree
Hide file tree
Showing 3 changed files with 3,391 additions and 3,122 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tools]
node = "20"
pnpm = "8"
pnpm = "9"
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,32 @@
},
"engineStrict": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.537.0",
"@hono/node-server": "^1.8.2",
"@aws-sdk/client-s3": "^3.583.0",
"@hono/node-server": "^1.11.1",
"@jmondi/string-encrypt-decrypt": "^0.0.6",
"dotenv": "^16.4.5",
"generic-pool": "^3.9.0",
"hono": "^4.2.7",
"hono": "^4.3.10",
"md5": "^2.3.0",
"nano": "^10.1.3",
"pino": "^8.19.0",
"playwright": "^1.42.1",
"sharp": "^0.33.2",
"zod": "^3.22.4",
"pino": "^9.1.0",
"playwright": "^1.44.1",
"sharp": "^0.33.4",
"zod": "^3.23.8",
"zod-ff": "^1.4.0"
},
"devDependencies": {
"@types/md5": "^2.3.5",
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^1.4.0",
"@types/node": "^20.12.12",
"@vitest/coverage-v8": "^1.6.0",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"pino-pretty": "^11.0.0",
"pino-pretty": "^11.1.0",
"prettier": "^3.2.5",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"vitepress": "1.0.0",
"vitest": "^1.4.0",
"vue": "3.4.21"
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"vitepress": "1.2.2",
"vitest": "^1.6.0",
"vue": "3.4.27"
}
}
Loading

0 comments on commit e15ca39

Please sign in to comment.