Skip to content

Commit 4382a5b

Browse files
chore: 🤖 update dependency typescript to v5.7.3 (#1516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c2c0f84 commit 4382a5b

File tree

7 files changed

+131
-131
lines changed

7 files changed

+131
-131
lines changed

‎apps/backend/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"rimraf": "5.0.10",
6969
"run-script-webpack-plugin": "0.2.0",
7070
"ts-loader": "9.5.2",
71-
"typescript": "5.7.2",
71+
"typescript": "5.7.3",
7272
"webpack": "5.97.1",
7373
"webpack-node-externals": "3.0.0"
7474
}

‎apps/cli-backend/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"rimraf": "5.0.10",
6565
"run-script-webpack-plugin": "0.2.0",
6666
"ts-loader": "9.5.2",
67-
"typescript": "5.7.2",
67+
"typescript": "5.7.3",
6868
"webpack": "5.97.1",
6969
"webpack-node-externals": "3.0.0"
7070
},

‎apps/frontend/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"stylelint-config-recess-order": "4.2.0",
8585
"stylelint-config-standard-scss": "8.0.0",
8686
"stylelint-declaration-strict-value": "1.10.7",
87-
"typescript": "5.7.2",
87+
"typescript": "5.7.3",
8888
"vite": "5.4.12",
8989
"vite-plugin-react-remove-attributes": "1.0.3",
9090
"vite-plugin-sass-dts": "1.3.29",

‎apps/landing-page/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"npm-run-all": "4.1.5",
5151
"sass": "1.82.0",
5252
"stylelint": "15.11.0",
53-
"typescript": "5.7.2"
53+
"typescript": "5.7.3"
5454
}
5555
}

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"rimraf": "5.0.10",
7676
"stylelint": "15.11.0",
7777
"totp-generator": "0.0.14",
78-
"typescript": "5.7.2",
78+
"typescript": "5.7.3",
7979
"wait-on": "7.2.0"
8080
},
8181
"packageManager": "[email protected]",

‎packages/common/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"eslint-plugin-unicorn": "47.0.0",
3030
"eslint-plugin-unused-imports": "3.2.0",
3131
"prisma": "4.16.2",
32-
"typescript": "5.7.2"
32+
"typescript": "5.7.3"
3333
},
3434
"dependencies": {
3535
"@prisma/client": "4.16.2",
3636
"@rjsf/utils": "5.24.1"
3737
},
3838
"peerDependencies": {
3939
"eslint": "8.57.1",
40-
"typescript": "5.7.2"
40+
"typescript": "5.7.3"
4141
}
4242
}

0 commit comments

Comments
 (0)