Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 5296c66 commit bf5120f
Show file tree
Hide file tree
Showing 6 changed files with 121 additions and 127 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"prettier": "^3.0.1",
"sinon": "^15.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"typescript": "^5.4.2",
"uvu": "^0.5.6"
}
}
2 changes: 1 addition & 1 deletion packages/create-webstone-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"@types/node": "20.4.10",
"tsup": "^6.7.0",
"type-fest": "^4.2.0",
"typescript": "^5.1.6"
"typescript": "^5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-request-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"svelte-check": "^3.5.0",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"typescript": "^5.4.2",
"vite": "^4.4.9",
"vitest": "^0.34.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-trpc/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"npm-watch": "^0.11.0",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
"typescript": "^5.4.2"
},
"dependencies": {
"@mrleebo/prisma-ast": "^0.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-trpc/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"typescript": "^5.4.2",
"vite": "^4.4.9",
"webstone-plugin-trpc-cli": "workspace:^0.2.0"
},
Expand Down
Loading

0 comments on commit bf5120f

Please sign in to comment.