updated typescript

This commit is contained in:
MiltonCandelero
2020-09-22 19:54:48 -03:00
parent 28901ad7c3
commit 1c92612f58
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6906,9 +6906,9 @@
"dev": true
},
"typescript": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz",
"integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==",
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.3.tgz",
"integrity": "sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==",
"dev": true
},
"uncss": {

View File

@@ -10,6 +10,6 @@
"devDependencies": {
"parcel-bundler": "1.12.4",
"parcel-plugin-static-files-copy": "^2.5.0",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
}
}