Skip to content

Commit 2c6b9e7

Browse files
authored
fix(build): resolve to older version of types (#682)
Ideally at some point, the project needs to get to newer versions of TS/JSII/etc., but that's a more dramatic set of changes. --- _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license_ Co-authored-by: arkon <[email protected]>
1 parent 506a283 commit 2c6b9e7

File tree

4 files changed

+148
-30
lines changed

4 files changed

+148
-30
lines changed

.projenrc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ _By submitting this pull request, I confirm that my contribution is made under t
106106

107107
// newer types don't work with our ts and jsii version
108108
project.addDevDeps("@types/node@^16 <= 16.18.78");
109+
project.package.addField("resolutions", {
110+
"@types/babel__traverse": "7.18.2",
111+
});
109112

110113
// Add some other eslint rules followed across this project
111114
project.eslint?.addRules({

API.md

Lines changed: 136 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)