Skip to content

Commit

Permalink
chore: upgrade typescript (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
privatenumber and github-actions authored Oct 7, 2023
1 parent 61dbaec commit 4cde589
Show file tree
Hide file tree
Showing 6 changed files with 175 additions and 174 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ node_modules/
.env
.env.test

# VSCode
.vscode

# Minification results
results

Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tasuku": "^2.0.1",
"terser": "^5.21.0",
"three": "^0.124.0",
"typescript": "^4.8.3",
"typescript": "^5.2.2",
"uglify-js": "^3.17.4",
"victory": "^35.8.4",
"vue": "^2.6.12"
Expand Down
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 4cde589

Please sign in to comment.