chore(deps): update dependency typescript to v4.3.3

This commit is contained in:
Renovate Bot
2021-06-17 01:18:36 +00:00
committed by renovate[bot]
parent e6a7c912c5
commit 6548a13b77
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -21481,9 +21481,9 @@
"integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw=="
},
"typescript": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz",
"integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==",
"dev": true
},
"uc.micro": {

View File

@@ -89,7 +89,7 @@
"prettier": "2.3.1",
"react-scripts": "4.0.3",
"sass": "1.35.1",
"typescript": "4.3.2"
"typescript": "4.3.3"
},
"scripts": {
"start": "REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",