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 Jul 26, 2023
1 parent 3f9a52c commit c8df880
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"rimraf": "3.0.2",
"ts-node": "10.9.1",
"tslib": "2.6.1",
"typescript": "4.9.5"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/express-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"express": "4.18.2",
"http-proxy-middleware": "2.0.6",
"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@server-side-include/vite-plugin": "workspace:*",
"typescript": "4.9.5",
"typescript": "5.1.6",
"vite": "2.9.16"
}
}
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"vite": "*"
},
"devDependencies": {
"typescript": "4.9.5",
"typescript": "5.1.6",
"vite": "2.9.16"
}
}
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

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

0 comments on commit c8df880

Please sign in to comment.