Skip to content

Commit c3aeb41

Browse files
rix0rrrmergify[bot]
authored andcommitted
chore: upgrade jsii to 0.20.2 (aws#4919)
Fixes remaining issues with .NET CDK.
1 parent 4c6cc5a commit c3aeb41

File tree

5 files changed

+536
-67
lines changed

5 files changed

+536
-67
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"conventional-changelog-cli": "^2.0.25",
2020
"fs-extra": "^8.1.0",
2121
"jest": "^24.9.0",
22-
"jsii-diff": "^0.20.1",
23-
"jsii-pacmak": "^0.20.1",
22+
"jsii-diff": "^0.20.2",
23+
"jsii-pacmak": "^0.20.2",
2424
"lerna": "^3.18.4",
2525
"nodeunit": "^0.11.3",
2626
"nyc": "^14.1.1",

packages/decdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"@aws-cdk/cx-api": "1.15.0",
153153
"@aws-cdk/region-info": "1.15.0",
154154
"fs-extra": "^8.1.0",
155-
"jsii-reflect": "^0.20.1",
155+
"jsii-reflect": "^0.20.2",
156156
"jsonschema": "^1.2.4",
157157
"yaml": "1.7.2",
158158
"yargs": "^14.2.0"
@@ -163,7 +163,7 @@
163163
"@types/yaml": "1.2.0",
164164
"@types/yargs": "^13.0.3",
165165
"jest": "^24.9.0",
166-
"jsii": "^0.20.1"
166+
"jsii": "^0.20.2"
167167
},
168168
"keywords": [
169169
"aws",

tools/awslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"camelcase": "^5.3.1",
2020
"colors": "^1.4.0",
2121
"fs-extra": "^8.1.0",
22-
"jsii-reflect": "^0.20.1",
23-
"jsii-spec": "^0.20.1",
22+
"jsii-reflect": "^0.20.2",
23+
"jsii-spec": "^0.20.2",
2424
"yargs": "^14.2.0"
2525
},
2626
"devDependencies": {

tools/cdk-build-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"colors": "^1.4.0",
4141
"fs-extra": "^8.1.0",
4242
"jest": "^24.9.0",
43-
"jsii": "^0.20.1",
44-
"jsii-pacmak": "^0.20.1",
43+
"jsii": "^0.20.2",
44+
"jsii-pacmak": "^0.20.2",
4545
"nodeunit": "^0.11.3",
4646
"nyc": "^14.1.1",
4747
"ts-jest": "^24.1.0",

0 commit comments

Comments
 (0)