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

This commit is contained in:
Renovate Bot
2021-08-27 17:29:04 +01:00
committed by Łukasz Mierzwa
parent 909d55c4c6
commit 2ad51a5e92
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -22917,9 +22917,9 @@
"integrity": "sha512-lVGVHvYl7UJDFB9vN8r7NHw3sVm7Rjeow6b9AeABc/J+2mDaCkmcdVtw3QZnsJW39P+xm5zeggIj9gLHYGn9Iw=="
},
"typescript": {
"version": "4.3.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz",
"integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz",
"integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==",
"dev": true
},
"uc.micro": {
+1 -1
View File
@@ -91,7 +91,7 @@
"purgecss": "4.0.3",
"react-scripts": "4.0.3",
"sass": "1.38.1",
"typescript": "4.3.5"
"typescript": "4.4.2"
},
"scripts": {
"start": "REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",