Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2024
1 parent cd52db0 commit f87c610
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"parcel": "^2.8.2",
"typescript": "^4.9"
"typescript": "^5.0.0"
},
"alias": {
"process": false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prettier": "^2.3.2",
"process": "^0.11.10",
"turbo": "^1.8.8",
"typescript": "^4.9"
"typescript": "^5.0.0"
},
"prettier": "eslint-config-rogin/prettier",
"alias": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-collapsed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"tsup": "^6.5.0",
"typescript": "^4.9",
"typescript": "^5.0.0",
"vite": "^3.2.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ts-jest": "^29.0.3",
"tslib": "^2.4.1",
"tsup": "^6.5.0",
"typescript": "^4.9",
"typescript": "^5.0.0",
"vite": "^3.2.4"
},
"dependencies": {
Expand Down
Loading

0 comments on commit f87c610

Please sign in to comment.