Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent d9d6b99 commit c3b4b9a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
41 changes: 22 additions & 19 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 @@ -49,7 +49,7 @@
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"run-s": "^0.0.0",
"typescript": "^4.9.4",
"typescript": "^5.0.0",
"vitest": "^0.32.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/edge-demo-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"@types/react-dom": "^18.0.10",
"@types/testing-library__cypress": "^5.0.9",
"eslint": "^8.32.0",
"typescript": "^4.9.4"
"typescript": "^5.0.0"
}
}

0 comments on commit c3b4b9a

Please sign in to comment.