1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2025-04-04 06:23:40 +02:00

Merge branch 'master' into @types/jest-20.0.5-16.0.0

This commit is contained in:
Ika 2017-07-28 10:43:24 +08:00 committed by GitHub
commit 4346a43e4f
2 changed files with 10 additions and 6 deletions

View File

@ -21,7 +21,7 @@
"@types/cheerio": "0.22.2",
"@types/gulp": "3.8.33",
"@types/jest": "20.0.5",
"@types/node": "8.0.15",
"@types/node": "8.0.17",
"@types/prettier": "1.5.0",
"@types/request": "2.0.0",
"gulp": "3.9.1",
@ -30,7 +30,7 @@
"jest-playback": "1.0.0",
"prettier": "1.5.3",
"ts-jest": "20.0.7",
"ts-node": "3.2.1",
"ts-node": "3.3.0",
"tslint": "5.5.0",
"tslint-config-ikatyang": "1.0.2",
"typescript": "2.4.2"

View File

@ -68,10 +68,14 @@
version "20.0.5"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-20.0.5.tgz#f463e58b2de6e801f40e33b05db894babdbad98c"
"@types/node@*", "@types/node@8.0.15":
"@types/node@*":
version "8.0.15"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.15.tgz#8f23f8a4642ced357704d048010876fc0c7f179a"
"@types/node@8.0.17":
version "8.0.17"
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.17.tgz#677bc8c118cfb76013febb62ede1f31d2c7222a1"
"@types/orchestrator@*":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@types/orchestrator/-/orchestrator-0.3.0.tgz#bf84a1699c9330d4fe89cd81263e8fc09fb32978"
@ -3023,9 +3027,9 @@ ts-jest@20.0.7:
source-map-support "^0.4.4"
yargs "^8.0.1"
ts-node@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.2.1.tgz#9595dd840d03e62bc79214ce5a7b51e55e3c4ffc"
ts-node@3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.3.0.tgz#c13c6a3024e30be1180dd53038fc209289d4bf69"
dependencies:
arrify "^1.0.0"
chalk "^2.0.0"