Skip to content

Commit

Permalink
chore: add jsii-rosetta as a dependency
Browse files Browse the repository at this point in the history
jsii-pacmak is now failing due to aws/jsii#4501.

This change adds the correct rosetta dependency.
  • Loading branch information
TheRealAmazonKendra committed Jun 26, 2024
1 parent cce10b1 commit c3e0a6f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"jsii-diff": "1.99.0",
"jsii-pacmak": "1.99.0",
"jsii-reflect": "1.99.0",
"jsii-rosetta": "~5.4.23",
"lerna": "^8.1.4",
"nx": "^18.3.5",
"patch-package": "^6.5.1",
Expand Down Expand Up @@ -177,4 +178,4 @@
"dependencies": {
"string-width": "^4.2.3"
}
}
}
34 changes: 34 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4207,6 +4207,14 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jsii/check-node@1.100.0":
version "1.100.0"
resolved "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.100.0.tgz#98e8db619d026c8693f2fe0417961e8fb1e9daff"
integrity sha512-4bsO7Y6YyekBk4v4iatAl5E7QQs2UUPtHoP9gfT3UnpbKzyMjH8XholSVCjfcNSKBwFobPMb8iA7NCMIMqFKsQ==
dependencies:
chalk "^4.1.2"
semver "^7.6.0"

"@jsii/check-node@1.98.0":
version "1.98.0"
resolved "https://registry.npmjs.org/@jsii/check-node/-/check-node-1.98.0.tgz#140860478009834aa35dc8479a26db1a221439d5"
Expand All @@ -4230,6 +4238,13 @@
dependencies:
ajv "^8.13.0"

"@jsii/spec@^1.100.0":
version "1.100.0"
resolved "https://registry.npmjs.org/@jsii/spec/-/spec-1.100.0.tgz#44e5c6fb84299664f40479b2ebe11e2aee0b727e"
integrity sha512-4LJCpSkmi3Hfcbmbchv+2JPIquV+cgrkhQcwglBAWqS4liLGbWPwgfHRL22sMXEKXiyXeHfitVwkP+IoGIyJ8g==
dependencies:
ajv "^8.13.0"

"@lerna/create@8.1.4":
version "8.1.4"
resolved "https://registry.npmjs.org/@lerna/create/-/create-8.1.4.tgz#4cbf2b81e718b58898b445125f701985925f40ba"
Expand Down Expand Up @@ -11722,6 +11737,25 @@ jsii-rosetta@~5.4.21:
workerpool "^6.5.1"
yargs "^17.7.2"

jsii-rosetta@~5.4.23:
version "5.4.23"
resolved "https://registry.npmjs.org/jsii-rosetta/-/jsii-rosetta-5.4.23.tgz#c07fb7d99e7796c3b9e4d13eff7e37b9d07ea96c"
integrity sha512-QOObTPIWIwc+q4dvXgRXptdEtkcCb6uQO93sHlz5f3SBJ/E/LdLaIVCqPqZmojkGr+5OnVrU4h58okPFOo4c4w==
dependencies:
"@jsii/check-node" "1.100.0"
"@jsii/spec" "^1.100.0"
"@xmldom/xmldom" "^0.8.10"
chalk "^4"
commonmark "^0.31.0"
fast-glob "^3.3.2"
jsii "~5.4.0"
semver "^7.6.2"
semver-intersect "^1.5.0"
stream-json "^1.8.0"
typescript "~5.4"
workerpool "^6.5.1"
yargs "^17.7.2"

jsii@~5.4.0, jsii@~5.4.21:
version "5.4.21"
resolved "https://registry.npmjs.org/jsii/-/jsii-5.4.21.tgz#be94a5a9d292409e0f626145c2f1a98cdbb625ad"
Expand Down

0 comments on commit c3e0a6f

Please sign in to comment.