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 Nov 29, 2024
1 parent cc14d27 commit 3e49211
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 415 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/utils-lambda",
"type": "module",
"version": "0.1.3",
"packageManager": "pnpm@9.13.2",
"packageManager": "pnpm@9.14.4",
"description": "Collection of some useful utilities and types targeting AWS Lambda",
"author": "NamesMT <[email protected]>",
"license": "MIT",
Expand All @@ -29,7 +29,7 @@
"dist"
],
"engines": {
"node": ">=20.13.1"
"node": ">=20.18.1"
},
"scripts": {
"start": "NODE_ENV=dev tsx src/index.ts",
Expand All @@ -48,29 +48,29 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.693.0",
"@aws-sdk/client-lambda": "^3.699.0",
"@namesmt/utils": ">=0.5.9",
"@types/aws-lambda": "^8.10.145",
"@types/aws-lambda": "^8.10.146",
"consola": "^3.2.3",
"destr": "^2.0.3",
"std-env": "^3.8.0",
"type-fest": "^4.27.0"
"type-fest": "^4.29.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.1",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.5",
"@antfu/eslint-config": "^3.11.2",
"@types/node": "^22.10.1",
"@vitest/coverage-v8": "^2.1.6",
"eslint": "^9.15.0",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"unbuild": "^2.0.0",
"vitest": "^2.1.5"
"vitest": "^2.1.6"
},
"pnpm": {
"overrides": {
"is-core-module": "npm:@nolyfill/is-core-module@^1"
"is-core-module": "npm:@nolyfill/is-core-module@^1.0.39"
}
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"@namesmt/utils-lambda": "workspace:^",
"nodemon": "^3.1.7",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7"
"vite-plugin-inspect": "^0.10.1"
}
}
Loading

0 comments on commit 3e49211

Please sign in to comment.