Skip to content

Commit 01acccf

Browse files
authored
chore: use the same typescript version everywhere (#190)
I was getting warnings from eslint plugins about an unsupported typescript version (5.8). Then I noticed that the monorepo root is the only package that doesn't use the "global" version. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 04cdb98 commit 01acccf

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.projen/deps.json

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ const repoProject = new yarn.Monorepo({
175175
repository: 'https://github.com/aws/aws-cdk-cli',
176176

177177
defaultReleaseBranch: 'main',
178+
typescriptVersion: TYPESCRIPT_VERSION,
178179
devDeps: [
179180
'cdklabs-projen-project-types',
180181
'glob',

package.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+9-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)