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 Aug 20, 2024
1 parent f89f69b commit 3365178
Show file tree
Hide file tree
Showing 3 changed files with 654 additions and 670 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": "@namesmt/utils-lambda",
"type": "module",
"version": "0.1.1",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.1",
"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.16.0"
},
"scripts": {
"start": "NODE_ENV=dev tsx src/index.ts",
Expand All @@ -48,30 +48,30 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.616.0",
"@namesmt/utils": ">=0.5.0",
"@types/aws-lambda": "^8.10.142",
"@aws-sdk/client-lambda": "^3.634.0",
"@namesmt/utils": ">=0.5.3",
"@types/aws-lambda": "^8.10.143",
"consola": "^3.2.3",
"destr": "^2.0.3",
"std-env": "^3.7.0",
"type-fest": "^4.23.0"
"type-fest": "^4.25.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.2",
"@types/node": "^20.14.12",
"@vitest/coverage-v8": "^2.0.4",
"eslint": "^9.7.0",
"lint-staged": "^15.2.7",
"@antfu/eslint-config": "^2.26.0",
"@types/node": "^20.16.1",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.0",
"lint-staged": "^15.2.9",
"simple-git-hooks": "^2.11.1",
"tsx": "^4.16.2",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
},
"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
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@namesmt/utils-lambda": "workspace:^",
"nodemon": "^3.1.4",
"vite": "^5.3.4",
"vite": "^5.4.1",
"vite-plugin-inspect": "^0.8.5"
}
}
Loading

0 comments on commit 3365178

Please sign in to comment.