Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent 802fad8 commit c27bfc0
Show file tree
Hide file tree
Showing 3 changed files with 625 additions and 384 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@namesmt/hono-adapter-aws-lambda",
"type": "module",
"version": "0.2.3",
"packageManager": "pnpm@9.2.0",
"packageManager": "pnpm@9.5.0",
"description": "",
"author": "NamesMT <dangquoctrung123@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dist"
],
"engines": {
"node": ">=18.20.3"
"node": ">=18.20.4"
},
"scripts": {
"start": "NODE_ENV=dev tsx src/index.ts",
Expand All @@ -54,22 +54,22 @@
},
"dependencies": {
"@namesmt/utils-lambda": "^0.0.2",
"@types/aws-lambda": "^8.10.140",
"@types/aws-lambda": "^8.10.141",
"consola": "^3.2.3",
"hono": "^4.4.4",
"hono": "^4.5.0",
"std-env": "^3.7.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.20.0",
"@types/node": "^20.14.2",
"@unocss/eslint-plugin": "^0.60.4",
"@antfu/eslint-config": "^2.23.0",
"@types/node": "^20.14.11",
"@unocss/eslint-plugin": "^0.61.5",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^9.4.0",
"eslint": "^9.7.0",
"klona": "^2.0.6",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.13.2",
"typescript": "^5.4.5",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
},
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"@namesmt/hono-adapter-aws-lambda": "workspace:^",
"nodemon": "^3.1.3",
"vite": "^5.2.12",
"vite-plugin-inspect": "^0.8.4"
"nodemon": "^3.1.4",
"vite": "^5.3.4",
"vite-plugin-inspect": "^0.8.5"
}
}
Loading

0 comments on commit c27bfc0

Please sign in to comment.