update dev dependencies

This commit is contained in:
Philipp Kunz 2018-03-09 11:27:53 +01:00
parent 3351dcc68a
commit abf79550c1
2 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"test": "(npmts)" "test": "(npmts)"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^9.4.6", "@types/node": "^9.4.7",
"smartstring": "^2.0.28", "smartstring": "^2.0.28",
"tapbundle": "^2.0.0" "tapbundle": "^2.0.0"
}, },

View File

@ -24,10 +24,14 @@
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/node@*", "@types/node@^9.4.6": "@types/node@*":
version "9.4.6" version "9.4.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.6.tgz#d8176d864ee48753d053783e4e463aec86b8d82e" resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.6.tgz#d8176d864ee48753d053783e4e463aec86b8d82e"
"@types/node@^9.4.7":
version "9.4.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.7.tgz#57d81cd98719df2c9de118f2d5f3b1120dcd7275"
ansi-256-colors@^1.1.0: ansi-256-colors@^1.1.0:
version "1.1.0" version "1.1.0"
resolved "https://registry.yarnpkg.com/ansi-256-colors/-/ansi-256-colors-1.1.0.tgz#910de50efcc7c09e3d82f2f87abd6b700c18818a" resolved "https://registry.yarnpkg.com/ansi-256-colors/-/ansi-256-colors-1.1.0.tgz#910de50efcc7c09e3d82f2f87abd6b700c18818a"