Skip to content

Commit

Permalink
Merge pull request #471 from umccr/bump-deps-20240813
Browse files Browse the repository at this point in the history
Bumped dependencies
  • Loading branch information
victorskl authored Aug 13, 2024
2 parents 847ff6d + 91f1ef3 commit e144343
Show file tree
Hide file tree
Showing 7 changed files with 1,250 additions and 1,086 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.0.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.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.3.0.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ test-stateless-iac:
# Python (conda or venv), Rust and Cargo, TypeScript and Node environment, Docker and Container runtimes
test-stateful-app-suite:
@(cd lib/workload/stateful/stacks/postgres-manager && $(MAKE) test)
@(cd lib/workload/stateful/stacks/token-service && $(MAKE) test)

test-stateless-app-suite:
@(cd lib/workload/stateless/stacks/sequence-run-manager && $(MAKE) test)
Expand Down
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 26.1.4, build 5650f9b
Docker version 27.1.1, build 6312585
node -v
v20.14.0
v20.16.0
npm i -g yarn
yarn -v
4.3.0
4.4.0
```

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
36 changes: 16 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,33 @@
"cdk-stateful": "cdk --app 'yarn run -B ts-node --prefer-ts-exts bin/statefulPipeline.ts'"
},
"dependencies": {
"@aws-cdk/aws-lambda-python-alpha": "2.146.0-alpha.0",
"@aws-cdk/aws-pipes-alpha": "^2.146.0-alpha.0",
"@aws-cdk/aws-pipes-sources-alpha": "^2.146.0-alpha.0",
"aws-cdk-lib": "^2.146.0",
"@aws-cdk/aws-lambda-python-alpha": "2.151.0-alpha.0",
"@aws-cdk/aws-pipes-alpha": "^2.151.0-alpha.0",
"@aws-cdk/aws-pipes-sources-alpha": "^2.151.0-alpha.0",
"aws-cdk-lib": "^2.151.0",
"cargo-lambda-cdk": "^0.0.22",
"cdk-nag": "^2.28.144",
"cdk-nag": "^2.28.178",
"constructs": "^10.3.0",
"dotenv": "^16.4.5",
"source-map-support": "^0.5.21",
"sqs-dlq-monitoring": "^1.2.8"
"sqs-dlq-monitoring": "^1.2.12"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@eslint/js": "^9.9.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.5",
"aws-cdk": "^2.146.0",
"eslint": "^9.5.0",
"@types/node": "^22.2.0",
"aws-cdk": "^2.151.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.6.0",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"prettier": "^3.3.2",
"ts-jest": "^29.1.5",
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.1"
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
},
"resolutions": {
"braces": "^3.0.3",
"glob": "^10.4.2"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]"
}
Loading

0 comments on commit e144343

Please sign in to comment.