mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-11 16:32:51 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) to 13.1.2 and updates ancestor dependency [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together. Updates `yargs-parser` from 13.1.1 to 13.1.2 - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/docs/CHANGELOG-full.md) - [Commits](https://github.com/yargs/yargs-parser/commits) Updates `ts-jest` from 24.1.0 to 29.0.3 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v24.1.0...v29.0.3) --- updated-dependencies: - dependency-name: yargs-parser dependency-type: indirect - dependency-name: ts-jest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
566 B
JSON
28 lines
566 B
JSON
{
|
|
"name": "dev",
|
|
"version": "0.1.0",
|
|
"bin": {
|
|
"dev": "bin/dev.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w",
|
|
"test": "jest",
|
|
"cdk": "cdk"
|
|
},
|
|
"devDependencies": {
|
|
"@aws-cdk/assert": "^1.12.0",
|
|
"@types/jest": "^24.0.18",
|
|
"aws-cdk": "^1.176.0",
|
|
"jest": "^24.9.0",
|
|
"ts-jest": "^29.0.3",
|
|
"ts-node": "^8.4.1",
|
|
"typescript": "~3.6.4"
|
|
},
|
|
"dependencies": {
|
|
"@aws-cdk/aws-ec2": "^1.12.0",
|
|
"@aws-cdk/aws-msk": "^1.12.0",
|
|
"@aws-cdk/core": "^1.12.0",
|
|
"source-map-support": "^0.5.13"
|
|
}
|
|
}
|