Skip to content

Commit

Permalink
Upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Feb 7, 2024
1 parent 5b28d2d commit a9acb95
Show file tree
Hide file tree
Showing 4 changed files with 1,428 additions and 892 deletions.
2 changes: 1 addition & 1 deletion examples/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^16.3.0"
},
"devDependencies": {
"typescript": "^4.3.2",
"typescript": "^5.3.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/browser-test-vite-wip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"tape": "^4.5.1"
},
"devDependencies": {
"typescript": "^4.3.2",
"typescript": "^5.3.0",
"vite": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/stats-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": "^16.3.0"
},
"devDependencies": {
"typescript": "^4.3.2",
"typescript": "^5.3.0",
"vite": "^4.0.0"
}
}
Loading

0 comments on commit a9acb95

Please sign in to comment.