Skip to content

Commit

Permalink
chore: 🤖 update dependency typescript to v5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent c2c0f84 commit 07c0428
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 131 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"rimraf": "5.0.10",
"run-script-webpack-plugin": "0.2.0",
"ts-loader": "9.5.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack-node-externals": "3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/cli-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"rimraf": "5.0.10",
"run-script-webpack-plugin": "0.2.0",
"ts-loader": "9.5.2",
"typescript": "5.7.2",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack-node-externals": "3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"stylelint-config-recess-order": "4.2.0",
"stylelint-config-standard-scss": "8.0.0",
"stylelint-declaration-strict-value": "1.10.7",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "5.4.12",
"vite-plugin-react-remove-attributes": "1.0.3",
"vite-plugin-sass-dts": "1.3.29",
Expand Down
2 changes: 1 addition & 1 deletion apps/landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"npm-run-all": "4.1.5",
"sass": "1.82.0",
"stylelint": "15.11.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"rimraf": "5.0.10",
"stylelint": "15.11.0",
"totp-generator": "0.0.14",
"typescript": "5.7.2",
"typescript": "5.7.3",
"wait-on": "7.2.0"
},
"packageManager": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"eslint-plugin-unicorn": "47.0.0",
"eslint-plugin-unused-imports": "3.2.0",
"prisma": "4.16.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"dependencies": {
"@prisma/client": "4.16.2",
"@rjsf/utils": "5.24.1"
},
"peerDependencies": {
"eslint": "8.57.1",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
Loading

0 comments on commit 07c0428

Please sign in to comment.