Skip to content

Commit

Permalink
fix: pin jest-environment-jsdom due to jestjs/jest#12098
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Nov 30, 2021
1 parent 2d58c12 commit 331997c
Show file tree
Hide file tree
Showing 23 changed files with 78 additions and 809 deletions.
4 changes: 2 additions & 2 deletions examples/typescript/aws-cloudfront-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/aws-multiple-stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"apply": "terraform apply ./cdktf.out"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"typescript": "^3.9.7",
"ts-node": "^10.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/aws-prebuilt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"synth": "cdktf synth"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/azure-app-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.27",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/jest": "26.0.14",
"@types/node": "^16.9.4",
"jest": "^27.2.1",
"ts-jest": "^27.0.5",
"jest": "26.6.3",
"ts-jest": "26.5.6",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/backends/azurerm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/backends/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/backends/remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/backends/s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"ts-node": "^10.4.0",
"typescript": "^3.9.7",
"jest": "^27.1.0",
"jest": "26.6.3",
"cdktf-cli": "0.0.0"
}
}
4 changes: 2 additions & 2 deletions examples/typescript/google-cloudrun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.27",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/kubernetes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/ucloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"constructs": "^10.0.5"
},
"devDependencies": {
"@types/jest": "27.0.1",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"cdktf-cli": "0.0.0",
"jest": "^27.1.0",
"jest": "26.6.3",
"ts-node": "^10.4.0",
"typescript": "^3.9.7"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/@cdktf/hcl2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
},
"devDependencies": {
"@types/glob": "^7.1.4",
"@types/jest": "^26.0.20",
"@types/jest": "26.0.14",
"@types/node": "^14.0.0",
"@types/reserved-words": "^0.1.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"jest": "26.6.3",
"ts-jest": "26.5.6",
"typescript": "^3.9.7"
}
}
6 changes: 3 additions & 3 deletions packages/@cdktf/hcl2json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/jest": "^26.0.20",
"@types/jest": "26.0.14",
"@types/node": "^14.0.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"jest": "26.6.3",
"ts-jest": "26.5.6",
"typescript": "^3.9.7"
}
}
6 changes: 3 additions & 3 deletions packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/glob": "^7.1.4",
"@types/jest": "^26.0.20",
"@types/jest": "26.0.14",
"@types/node": "^14.0.0",
"@types/reserved-words": "^0.1.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"jest": "26.6.3",
"ts-jest": "26.5.6",
"typescript": "^3.9.7"
}
}
6 changes: 3 additions & 3 deletions packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@types/ink": "^2.0.3",
"@types/ink-spinner": "^3.0.0",
"@types/inquirer": "^7.3.3",
"@types/jest": "^25.1.2",
"@types/jest": "26.0.14",
"@types/json-schema": "^7.0.4",
"@types/lodash.isequal": "^4.5.5",
"@types/nock": "^11.1.0",
Expand Down Expand Up @@ -133,7 +133,7 @@
"ink-testing-library": "^2.0.0",
"ink-use-stdout-dimensions": "^1.0.5",
"inquirer": "^8.1.2",
"jest": "^26.6.3",
"jest": "26.6.3",
"lodash.isequal": "^4.5.0",
"log4js": "^6.3.0",
"nock": "^13.0.7",
Expand All @@ -146,7 +146,7 @@
"stream-buffers": "^3.0.2",
"strip-ansi": "^6.0.0",
"subscriptions-transport-ws": "^0.9.19",
"ts-jest": "^26.4.4",
"ts-jest": "26.5.6",
"typescript": "^3.9.10",
"utility-types": "^3.10.0",
"uuid": "^8.3.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/cdktf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@
},
"license": "MPL-2.0",
"devDependencies": {
"@types/jest": "^25.1.2",
"@types/jest": "26.0.14",
"@types/node": "^14.0.26",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"constructs": "^10.0.0",
"eslint": "^7.29.0",
"jest": "^26.6.3",
"jest": "26.6.3",
"jsii": "^1.46.0",
"jsii-pacmak": "^1.46.0",
"ts-jest": "^26.4.4",
"ts-jest": "26.5.6",
"typescript": "^3.9.7"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"devDependencies": {
"@skorfmann/terraform-cloud": "^1.9.1",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^27.0.1",
"@types/jest": "26.0.14",
"archiver": "^5.3.0",
"execa": "^5.1.1",
"fs-extra": "^8.1.0",
"jest": "^27.2.1",
"jest": "26.6.3",
"node-pty": "0.10.0",
"strip-ansi": "^6.0.0",
"ts-jest": "^27.0.7",
"ts-jest": "26.5.6",
"typescript": "^3.9.7"
}
}
Loading

0 comments on commit 331997c

Please sign in to comment.