Skip to content

Commit

Permalink
chore: update jsii-srcmak
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 16, 2023
1 parent ea4ec78 commit 865df77
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
]
},
"resolutions": {
"@types/node": "16.18.23",
"jsii-pacmak": "1.87.0"
"@types/node": "16.18.23"
}
}
2 changes: 1 addition & 1 deletion packages/@cdktf/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ink-use-stdout-dimensions": "^1.0.5",
"jsii": "^5.1.10",
"jsii-pacmak": "^1.87.0",
"jsii-srcmak": "^0.1.950",
"jsii-srcmak": "^0.1.951",
"lodash.isequal": "^4.5.0",
"log4js": "^6.7.0",
"minimatch": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cdktf/provider-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"codemaker": "^1.87.0",
"deepmerge": "^4.2.2",
"fs-extra": "^8.1.0",
"jsii-srcmak": "^0.1.950"
"jsii-srcmak": "^0.1.951"
},
"devDependencies": {
"@types/deepmerge": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdktf-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"ink-testing-library": "^2.1.0",
"ink-use-stdout-dimensions": "^1.0.5",
"jest": "^29.5.0",
"jsii-srcmak": "^0.1.950",
"jsii-srcmak": "^0.1.951",
"lodash.isequal": "^4.5.0",
"log4js": "^6.7.0",
"nock": "^13.2.9",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7275,7 +7275,7 @@ jsii-docgen@^9.1.2:
semver "^7.5.4"
yargs "^16.2.0"

jsii-pacmak@1.87.0, jsii-pacmak@^1.86.0, jsii-pacmak@^1.87.0:
jsii-pacmak@^1.87.0:
version "1.87.0"
resolved "https://registry.yarnpkg.com/jsii-pacmak/-/jsii-pacmak-1.87.0.tgz#dfc0cbc2b926af32761275493d5fb6b49a8f906b"
integrity sha512-7J+TArdoIJYePI326hEcsRiA5j3xsNhoxiDcpynkzHIt0Mk00agIcjYjbJV/4oWokGMBH7SgWK/gX7NSU/ywJA==
Expand Down Expand Up @@ -7355,14 +7355,14 @@ jsii-rosetta@^5.1.9:
workerpool "^6.4.0"
yargs "^17.7.2"

jsii-srcmak@^0.1.950:
version "0.1.950"
resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.950.tgz#6787c70403848d35591217d926e0f4a3ac84169b"
integrity sha512-tv40puwfmgeYfYiO8vZLWAgDe42tkrZeUSCfBat0mJW7cGWpJ3UAjSMas1d2XOBG4Y/e+0ysxVwyyt6EwM0OAA==
jsii-srcmak@^0.1.951:
version "0.1.951"
resolved "https://registry.yarnpkg.com/jsii-srcmak/-/jsii-srcmak-0.1.951.tgz#dd589f12f227d80674e5c9fd111aa672ac40a769"
integrity sha512-zaKqrsR416yX+QhE1T4mkBWqPpsHQmBnBbsR0f5a32Uknr3+l4PCVtuV5/rgthAG6iE4Pa6c/jO0vcTzyzEY6A==
dependencies:
fs-extra "^9.1.0"
jsii "~5.1.10"
jsii-pacmak "^1.86.0"
jsii-pacmak "^1.87.0"
ncp "^2.0.0"
yargs "^15.4.1"

Expand Down

0 comments on commit 865df77

Please sign in to comment.