diff options
| author | dependabot[bot] <dependabot[bot]@users.noreply.github.com> | 2018-10-24 19:00:26 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-10-24 19:00:26 +0900 |
| commit | 3ff84db421e8a44439bc24c968d38b407d55db56 (patch) | |
| tree | ed5482c38e7be7b6924908871ae981cbd3ca4ad9 | |
| parent | Bump koa from 2.5.1 to 2.6.1 (#2998) (diff) | |
| download | sharkey-3ff84db421e8a44439bc24c968d38b407d55db56.tar.gz sharkey-3ff84db421e8a44439bc24c968d38b407d55db56.tar.bz2 sharkey-3ff84db421e8a44439bc24c968d38b407d55db56.zip | |
Bump typescript from 2.9.2 to 3.1.3 (#2999)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.9.2 to 3.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v2.9.2...v3.1.3)
Signed-off-by: dependabot[bot] <support@dependabot.com>
| -rw-r--r-- | package-lock.json | 6 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index ec6080a768..455e4438fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16667,9 +16667,9 @@ }
},
"typescript": {
- "version": "2.9.2",
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-2.9.2.tgz",
- "integrity": "sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w=="
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.1.3.tgz",
+ "integrity": "sha512-+81MUSyX+BaSo+u2RbozuQk/UWx6hfG0a5gHu4ANEM4sU96XbuIyAB+rWBW1u70c6a5QuZfuYICn3s2UjuHUpA=="
},
"typescript-eslint-parser": {
"version": "20.0.0",
diff --git a/package.json b/package.json index acabbb1528..6c7f27fa96 100644 --- a/package.json +++ b/package.json @@ -208,7 +208,7 @@ "ts-loader": "4.4.1", "ts-node": "7.0.1", "tslint": "5.10.0", - "typescript": "2.9.2", + "typescript": "3.1.3", "typescript-eslint-parser": "20.0.0", "uglify-es": "3.3.9", "url-loader": "1.1.2", |