Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.2.0 (keystonejs#8786)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent f94739f commit ec0eaf9
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 63 deletions.
2 changes: 1 addition & 1 deletion design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"typescript": "~5.1.0"
"typescript": "~5.2.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/website"
}
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/rss": "^0.0.30",
"next-sitemap": "^4.0.0",
"start-server-and-test": "^2.0.0",
"typescript": "~5.1.0"
"typescript": "~5.2.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/docs"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"prettier": "^2.5.0",
"typescript": "~5.1.0"
"typescript": "~5.2.0"
},
"prettier": {
"proseWrap": "preserve",
Expand Down
109 changes: 49 additions & 60 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec0eaf9

Please sign in to comment.