Skip to content

Commit

Permalink
Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
victorskl committed Sep 2, 2024
1 parent 95f1ddf commit 5fbbd39
Show file tree
Hide file tree
Showing 8 changed files with 503 additions and 508 deletions.
348 changes: 174 additions & 174 deletions .yarn/releases/yarn-4.4.0.cjs → .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://go.mskelton.dev/yarn-outdated/v4"

yarnPath: .yarn/releases/yarn-4.4.0.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ _Setting up baseline toolchain_

```
docker --version
Docker version 27.1.1, build 6312585
Docker version 27.2.0, build 3ab4256
node -v
v20.16.0
v20.17.0
npm i -g yarn
yarn -v
4.4.0
4.4.1
```

Additionally, we expect the following common tools be installed and available in your system shell PATH. We provide [Brewfile](Brewfile) as an example. You may manage these common tools in any other way as see fit for your local setup.
Expand Down
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default [
// https://eslint.org/docs/latest/use/configure/ignore
ignores: [
'**/build/',
'**/dist/',
'**/coverage/',
'**/*.html',
'**/.pre-commit-config.yaml',
Expand Down
10 changes: 5 additions & 5 deletions lib/workload/stateful/stacks/postgres-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "postgres-manager",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"scripts": {
"test": "tsc && jest",
"build": "esbuild function/index.ts --bundle --minify --sourcemap --platform=node --target=es2020 --outfile=dist/index.js",
"clean": "rm -rf ./dist",
"audit": "yarn npm audit"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.632.0",
"@aws-sdk/client-secrets-manager": "^3.637.0",
"pg": "^8.12.0"
},
"devDependencies": {
"@types/aws-lambda": "^8.10.143",
"@types/aws-lambda": "^8.10.145",
"@types/jest": "^29.5.12",
"@types/pg": "^8.11.6",
"@types/pg": "^8.11.8",
"esbuild": "^0.23.1",
"jest": "^29.7.0",
"ts-jest": "^29.2.4",
"ts-jest": "^29.2.5",
"typescript": "^5.5.4"
}
}
Loading

0 comments on commit 5fbbd39

Please sign in to comment.