Skip to content

Commit

Permalink
fix: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 19, 2018
1 parent dcd89c1 commit 8ef663f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
"dependencies": {
"@dxcli/dev-nyc-config": "^0.0.3",
"@types/ansi-styles": "^2.0.30",
"@types/chai": "^4.1.0",
"@types/chai": "^4.1.1",
"@types/chai-as-promised": "^7.1.0",
"@types/lodash": "^4.14.92",
"@types/lodash": "^4.14.93",
"@types/mocha": "^2.2.46",
"@types/strip-ansi": "^3.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"lodash": "^4.17.4",
"mocha-junit-reporter": "^1.15.0",
"mocha-junit-reporter": "^1.16.0",
"std-mocks": "^1.0.1",
"strip-ansi": "^4.0.0",
"ts-node": "^4.1.0"
},
"devDependencies": {
"@dxcli/dev": "^1.1.3",
"@dxcli/dev-semantic-release": "^0.0.3",
"@dxcli/dev-tslint": "^0.0.12",
"@dxcli/dev-tslint": "^0.0.15",
"@types/node": "^9.3.0",
"eslint": "^4.15.0",
"eslint-config-dxcli": "^1.1.4",
"husky": "^0.14.3",
"mocha": "^4.1.0",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"typescript": "^2.6.2"
},
Expand Down
30 changes: 17 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@
"@semantic-release/npm" "^2.6.1"
semantic-release "^12.2.0"

"@dxcli/dev-tslint@^0.0.12":
version "0.0.12"
resolved "https://registry.yarnpkg.com/@dxcli/dev-tslint/-/dev-tslint-0.0.12.tgz#fe00df29d715779ee729d26420f763dd735c9e97"
"@dxcli/dev-tslint@^0.0.15":
version "0.0.15"
resolved "https://registry.yarnpkg.com/@dxcli/dev-tslint/-/dev-tslint-0.0.15.tgz#54dbd49deccaaaf9dc590d83894415e3fab0b0ac"
dependencies:
tslint "^5.9.1"
tslint-xo "^0.5.0"
Expand Down Expand Up @@ -264,13 +264,17 @@
dependencies:
"@types/chai" "*"

"@types/chai@*", "@types/chai@^4.1.0":
"@types/chai@*":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.0.tgz#d9008fa4c06f6801f93396d121f0227cd4244ac6"

"@types/lodash@^4.14.92":
version "4.14.92"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.92.tgz#6e3cb0b71a1e12180a47a42a744e856c3ae99a57"
"@types/chai@^4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.1.1.tgz#15f1257fab17b7acb9c413f9f88d3d87f834d11e"

"@types/lodash@^4.14.93":
version "4.14.93"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.93.tgz#a6d2a1e1601a3c29196f38ef1990b68a9afa1e1c"

"@types/mocha@^2.2.46":
version "2.2.46"
Expand Down Expand Up @@ -2845,18 +2849,18 @@ [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.1:
dependencies:
minimist "0.0.8"

mocha-junit-reporter@^1.15.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/mocha-junit-reporter/-/mocha-junit-reporter-1.15.0.tgz#309f4b7a20fcda26d0ad69c9b7d0808d772302c2"
mocha-junit-reporter@^1.16.0:
version "1.16.0"
resolved "https://registry.yarnpkg.com/mocha-junit-reporter/-/mocha-junit-reporter-1.16.0.tgz#3d76af53e2f5e81f9b93406acee1e48b5dd6e6cc"
dependencies:
debug "^2.2.0"
md5 "^2.1.0"
mkdirp "~0.5.1"
xml "^1.0.0"

mocha@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-4.1.0.tgz#7d86cfbcf35cb829e2754c32e17355ec05338794"
mocha@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.0.0.tgz#cccac988b0bc5477119cba0e43de7af6d6ad8f4e"
dependencies:
browser-stdout "1.3.0"
commander "2.11.0"
Expand Down

0 comments on commit 8ef663f

Please sign in to comment.