update ts

This commit is contained in:
Collin Barrett 2018-09-16 19:39:36 -05:00
parent 9341399abe
commit 036e26ee55
2 changed files with 4 additions and 4 deletions

View file

@ -5798,9 +5798,9 @@
"dev": true
},
"typescript": {
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz",
"integrity": "sha1-HL9h0F1rliaSROtqO85L2RTg8Aw=",
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.0.3.tgz",
"integrity": "sha512-kk80vLW9iGtjMnIv11qyxLqZm20UklzuR2tL0QAnDIygIUIemcZMxlMWudl9OOt76H3ntVzcTiddQ1/pAAJMYg==",
"dev": true
},
"uglify-js": {

View file

@ -24,7 +24,7 @@
"react-hot-loader": "^4.3.8",
"react-router-dom": "^4.3.1",
"style-loader": "^0.23.0",
"typescript": "^2.9.2",
"typescript": "^3.0.3",
"url-loader": "^1.1.1",
"webpack": "^3.11.0"
},