Merge pull request #457 from wbkd/dependabot/npm_and_yarn/develop/typescript-4.0.2

chore(deps-dev): bump typescript from 3.9.7 to 4.0.2
This commit is contained in:
Moritz
2020-08-28 19:53:04 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -12363,9 +12363,9 @@
}
},
"typescript": {
"version": "3.9.7",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
"integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.0.2.tgz",
"integrity": "sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ==",
"dev": true
},
"uglify-js": {
+1 -1
View File
@@ -66,7 +66,7 @@
"rollup-plugin-typescript2": "^0.27.2",
"rollup-plugin-uglify": "^6.0.4",
"start-server-and-test": "^1.11.3",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
},
"peerDependencies": {
"react": "^16.13.1"