Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2023
1 parent d066143 commit d8e393d
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 227 deletions.
2 changes: 1 addition & 1 deletion apps/docs-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"eslint-define-config": "^1.23.0",
"eslint-plugin-mdx": "^2.2.0",
"publint": "^0.2.2",
"typescript": "^4.7.4"
"typescript": "^5.0.0"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion packages/create-sheriff-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ora": "^6.1.2",
"prompts": "^2.4.2",
"read-pkg-up": "9.1.0",
"typescript": "^4.8.4",
"typescript": "^5.0.0",
"winston": "^3.8.2",
"winston-console-format": "^1.0.8",
"yargs": "^17.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/sheriff-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"publint": "^0.2.2",
"tsconfig": "workspace:*",
"type-fest": "^3.9.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/sheriff-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"tsconfig": "workspace:*",
"tsx": "^3.9.0",
"type-fest": "^3.9.0",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
Loading

0 comments on commit d8e393d

Please sign in to comment.