Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Apr 21, 2018
1 parent 5244299 commit bc29ff0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@types/glob": "5.0.35",
"@types/jasmine": "2.8.6",
"@types/minimist": "1.2.0",
"@types/node": "9.6.5",
"clean-scripts": "1.7.0",
"@types/node": "9.6.6",
"clean-scripts": "1.8.0",
"jasmine": "3.1.0",
"markdownlint-cli": "0.8.1",
"no-unused-export": "1.5.0",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"glob": "7.1.2",
"minimist": "1.2.0",
"typescript": "2.8.1"
"typescript": "2.8.3"
},
"scripts": {
"build": "clean-scripts build",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.0.tgz#69a23a3ad29caf0097f06eda59b361ee2f0639f6"

"@types/node@*", "@types/node@9.6.5":
version "9.6.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.5.tgz#ee700810fdf49ac1c399fc5980b7559b3e5a381d"
"@types/node@*", "@types/node@9.6.6":
version "9.6.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-9.6.6.tgz#439b91f9caf3983cad2eef1e11f6bedcbf9431d2"

JSONStream@^1.0.4:
version "1.3.2"
Expand Down Expand Up @@ -349,8 +349,8 @@ chalk@^1.1.3:
supports-color "^2.0.0"

chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.3.2.tgz#250dc96b07491bfd601e648d66ddf5f60c7a5c65"
version "2.4.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.0.tgz#a060a297a6b57e15b61ca63ce84995daa0fe6e52"
dependencies:
ansi-styles "^3.2.1"
escape-string-regexp "^1.0.5"
Expand All @@ -364,12 +364,12 @@ circular-json@^0.3.1:
version "0.3.3"
resolved "https://registry.yarnpkg.com/circular-json/-/circular-json-0.3.3.tgz#815c99ea84f6809529d2f45791bdf82711352d66"

clean-scripts@1.7.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/clean-scripts/-/clean-scripts-1.7.0.tgz#ce7d0bc9aa7a158cceddd84ea3679aa11cf76579"
clean-scripts@1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/clean-scripts/-/clean-scripts-1.8.0.tgz#17504b095baf50dacb2285718e04e0f8267a459d"
dependencies:
minimist "1.2.0"
pretty-ms "3.0.1"
pretty-ms "3.1.0"

cli-cursor@^2.1.0:
version "2.1.0"
Expand Down Expand Up @@ -1651,9 +1651,9 @@ prelude-ls@~1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"

pretty-ms@3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-3.0.1.tgz#7c18b73c228a9b8f6edc2835a12cb8f7ed85f9f4"
pretty-ms@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-3.1.0.tgz#e9cac9c76bf6ee52fe942dd9c6c4213153b12881"
dependencies:
parse-ms "^1.0.0"
plur "^2.1.2"
Expand Down Expand Up @@ -2009,8 +2009,8 @@ supports-color@^3.2.3:
has-flag "^1.0.0"

supports-color@^5.2.0, supports-color@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.3.0.tgz#5b24ac15db80fa927cf5227a4a33fd3c4c7676c0"
version "5.4.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
dependencies:
has-flag "^3.0.0"

Expand Down Expand Up @@ -2121,9 +2121,9 @@ typescript@2.7.1:
version "2.7.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.7.1.tgz#bb3682c2c791ac90e7c6210b26478a8da085c359"

typescript@2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"
typescript@2.8.3:
version "2.8.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.3.tgz#5d817f9b6f31bb871835f4edf0089f21abe6c170"

ua-parser-js@^0.7.9:
version "0.7.17"
Expand Down

0 comments on commit bc29ff0

Please sign in to comment.