Bump typescript from 3.5.3 to 3.6.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.5.3 to 3.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.5.3...v3.6.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 5 years ago committed by GitHub
parent 797e826ecc
commit 6ea361d20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -6407,9 +6407,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"typescript": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz",
"integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==",
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
"integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==",
"dev": true
},
"unicode-canonical-property-names-ecmascript": {

@ -29,7 +29,7 @@
"file-loader": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"node-loader": "^0.6.0",
"typescript": "^3.5.3",
"typescript": "^3.6.4",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
}

Loading…
Cancel
Save