generated from NamesMT/starter-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
ed41808
commit 4b24111
Showing
3 changed files
with
1,133 additions
and
1,019 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@namesmt/utils-lambda", | ||
"type": "module", | ||
"version": "0.1.2", | ||
"packageManager": "pnpm@9.8.0", | ||
"packageManager": "pnpm@9.12.2", | ||
"description": "Collection of some useful utilities and types targeting AWS Lambda", | ||
"author": "NamesMT <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -29,7 +29,7 @@ | |
"dist" | ||
], | ||
"engines": { | ||
"node": ">=20.13.1" | ||
"node": ">=20.18.0" | ||
}, | ||
"scripts": { | ||
"start": "NODE_ENV=dev tsx src/index.ts", | ||
|
@@ -48,30 +48,30 @@ | |
"prepublishOnly": "pnpm run build" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-lambda": "^3.637.0", | ||
"@namesmt/utils": ">=0.5.3", | ||
"@types/aws-lambda": "^8.10.143", | ||
"@aws-sdk/client-lambda": "^3.677.0", | ||
"@namesmt/utils": ">=0.5.6", | ||
"@types/aws-lambda": "^8.10.145", | ||
"consola": "^3.2.3", | ||
"destr": "^2.0.3", | ||
"std-env": "^3.7.0", | ||
"type-fest": "^4.25.0" | ||
"type-fest": "^4.26.1" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.27.1", | ||
"@types/node": "^20.16.1", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"eslint": "^9.9.1", | ||
"lint-staged": "^15.2.9", | ||
"@antfu/eslint-config": "^2.27.3", | ||
"@types/node": "^20.16.14", | ||
"@vitest/coverage-v8": "^2.1.3", | ||
"eslint": "^9.13.0", | ||
"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.3" | ||
}, | ||
"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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.