Update dependency typescript to v5.3.3

This commit is contained in:
Mr. Renovate 2023-12-08 08:24:58 +00:00 committed by Roman Jaroš
parent 5fa6c70f64
commit db3b752894
2 changed files with 2 additions and 2 deletions

View file

@ -54,6 +54,6 @@
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.3.2"
"typescript": "5.3.3"
}
}

View file

@ -38,7 +38,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "9.0.2",
"typescript": "5.3.2",
"typescript": "5.3.3",
"wouter": "2.12.1",
"yup": "1.3.2"
},