Skip to content

Commit

Permalink
chore(deps): update dependency typescript to ~5.4.0 (keystonejs#9060)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcousens authored Mar 25, 2024
1 parent 37652c1 commit 30413da
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 24 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.3.0"
"typescript": "~5.4.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/website"
}
2 changes: 0 additions & 2 deletions docs/markdoc/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @markdoc/markdoc's declaration files depend on these global types
import type {} from '@markdoc/markdoc/global'
import fs from 'fs/promises'
import isMatch from 'date-fns/isMatch'
import Markdoc, { type Config, type Tag, type ValidateError } from '@markdoc/markdoc'
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/rss": "^0.0.32",
"next-sitemap": "^4.0.0",
"start-server-and-test": "^2.0.0",
"typescript": "~5.3.0"
"typescript": "~5.4.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 @@ -39,7 +39,7 @@
"esbuild-jest": "^0.5.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"typescript": "~5.3.0"
"typescript": "~5.4.0"
},
"preconstruct": {
"packages": [
Expand Down
38 changes: 19 additions & 19 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 30413da

Please sign in to comment.