Skip to content

Commit 23ec01d

Browse files
author
Elad Ben-Israel
authored
chore: update jsii-srcmak to ^0.1.4 (#237)
Includes a bugfix required for #233 and #117 *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent b1fa11d commit 23ec01d

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

packages/cdk8s-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"codemaker": "^0.22.0",
3636
"constructs": "^2.0.1",
3737
"fs-extra": "^8.1.0",
38-
"jsii-srcmak": "^0.0.4",
38+
"jsii-srcmak": "^0.1.4",
3939
"sscaff": "^1.2.0",
4040
"yaml": "^1.7.2",
4141
"yargs": "^15.1.0"

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5109,14 +5109,15 @@ jsii-rosetta@^1.1.0, jsii-rosetta@^1.5.0:
51095109
xmldom "^0.3.0"
51105110
yargs "^15.3.1"
51115111

5112-
jsii-srcmak@^0.0.4:
5113-
version "0.0.4"
5114-
resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.0.4.tgz#57741d955d3aee72053394fc86f1d6b9319dca36"
5115-
integrity sha512-DqQu0ge7aI2HO9BVs2DzlTjO4fVBuNCLNsxY65O2wE8gqGOQxsjGbJG1iLKoMHuQippkTkAlVdtK6QFozEnpPg==
5112+
jsii-srcmak@^0.1.4:
5113+
version "0.1.4"
5114+
resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.4.tgz#e6d5f70f3051a55154191e9bdca1ce3eb51f4a52"
5115+
integrity sha512-1QINBW7h6ppSBIqZN1lr2mFLWnzaSup5en2JquSDtg96T3h/Nize4W3txPeIo4nlwiEHv6ywnH8DO5iU6bui1g==
51165116
dependencies:
51175117
fs-extra "^9.0.0"
51185118
jsii "^1.5.0"
51195119
jsii-pacmak "^1.5.0"
5120+
ncp "^2.0.0"
51205121
yargs "^11.1.1"
51215122

51225123
jsii@1.1.0:
@@ -5905,6 +5906,11 @@ natural-compare@^1.4.0:
59055906
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
59065907
integrity sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
59075908

5909+
ncp@^2.0.0:
5910+
version "2.0.0"
5911+
resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3"
5912+
integrity sha1-GVoh1sRuNh0vsSgbo4uR6d9727M=
5913+
59085914
neo-async@^2.6.0:
59095915
version "2.6.1"
59105916
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"

0 commit comments

Comments
 (0)