Skip to content

Commit

Permalink
build(deps): Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 21, 2023
1 parent efe9b05 commit 314da45
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 18 deletions.
37 changes: 29 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"lodash.set": "^4.3.2",
"node-fetch": "^3.3.1",
"prettier": "^2.8.6",
"typescript": "~4.9.5"
"typescript": "~5.0.2"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
Expand Down
16 changes: 8 additions & 8 deletions website/package-lock.json

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

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@docusaurus/module-type-aliases": "^2.3.1",
"@tsconfig/docusaurus": "^1.0.7",
"@types/react": "^16.14.24",
"typescript": "~4.9.5"
"typescript": "~5.0.2"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 314da45

Please sign in to comment.