Skip to content

Commit

Permalink
chore(deps): update dependency @types/sinon to v7 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Dec 15, 2018
1 parent 717b818 commit 97d847d
Show file tree
Hide file tree
Showing 4 changed files with 740 additions and 777 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@
"docs": "jsdoc -c .jsdoc.js",
"generate-scaffolding": "repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json",
"lint": "gts check && eslint '**/*.js'",
"cover": "nyc --reporter=lcov mocha build/test && nyc report",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
"test-no-cover": "mocha build/test",
"test": "npm run cover",
"test": "nyc mocha build/test",
"presystem-test": "npm run compile",
"system-test": "mocha build/system-test --timeout 600000",
"fix": "gts fix && eslint '**/*.js' --fix",
Expand Down Expand Up @@ -66,7 +64,7 @@
"@types/is": "0.0.21",
"@types/mocha": "^5.2.5",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "5.0.5",
"@types/sinon": "7.0.0",
"@types/through2": "^2.0.34",
"async": "^2.6.1",
"codecov": "^3.0.2",
Expand Down
Loading

0 comments on commit 97d847d

Please sign in to comment.