Skip to content

Commit 986736d

Browse files
authored
fix failed jest by unifying cdk versions (#1675)
* add package-lock.json Signed-off-by: Tianle Huang <[email protected]> * update package json Signed-off-by: Tianle Huang <[email protected]> * remove lock Signed-off-by: Tianle Huang <[email protected]> * fix Signed-off-by: Tianle Huang <[email protected]> * use yarn lock Signed-off-by: Tianle Huang <[email protected]> * unify version Signed-off-by: Tianle Huang <[email protected]>
1 parent 6c5887e commit 986736d

File tree

3 files changed

+7342
-5
lines changed

3 files changed

+7342
-5
lines changed

deployment/.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ node_modules
66

77
# CDK asset staging directory
88
.cdk.staging
9-
cdk.out
10-
11-
package-lock.json
9+
cdk.out

deployment/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"test": "jest"
1313
},
1414
"devDependencies": {
15-
"@aws-cdk/assert": "^1.123.0",
15+
"@aws-cdk/assert": "1.145.0",
1616
"@types/aws-lambda": "^8.10.92",
1717
"@types/jest": "^26.0.10",
1818
"@types/node": "10.17.27",
19-
"aws-cdk": "^1.123.0",
19+
"aws-cdk": "1.145.0",
2020
"jest": "^26.4.2",
2121
"ts-jest": "^26.2.0",
2222
"ts-node": "^9.0.0",

0 commit comments

Comments
 (0)