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 Oct 11, 2024
1 parent c955d81 commit 1f5a7a3
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 372 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hono-adapter-aws-lambda",
"type": "module",
"version": "1.3.0",
"packageManager": "pnpm@9.8.0",
"packageManager": "pnpm@9.12.1",
"description": "",
"author": "NamesMT <[email protected]>",
"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 @@ -53,34 +53,34 @@
"prepublishOnly": "pnpm run build"
},
"peerDependencies": {
"hono": ">=4.5.1"
"hono": ">=4.6.4"
},
"peerDependenciesMeta": {
"hono": {
"optional": false
}
},
"dependencies": {
"@namesmt/utils-lambda": "^0.1.1",
"@types/aws-lambda": "^8.10.143"
"@namesmt/utils-lambda": "^0.1.2",
"@types/aws-lambda": "^8.10.145"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@types/node": "^20.16.1",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.1",
"@antfu/eslint-config": "^2.27.3",
"@types/node": "^20.16.11",
"@vitest/coverage-v8": "^2.1.2",
"eslint": "^9.12.0",
"klona": "^2.0.6",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^2.0.5"
"vitest": "^2.1.2"
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
"hasown": "npm:@nolyfill/hasown@^1.0.29",
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39"
}
},
"simple-git-hooks": {
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"hono-adapter-aws-lambda": "workspace:^",
"nodemon": "^3.1.4",
"vite": "^5.4.2",
"nodemon": "^3.1.7",
"vite": "^5.4.8",
"vite-plugin-inspect": "^0.8.7"
}
}
Loading

0 comments on commit 1f5a7a3

Please sign in to comment.