Skip to content

Commit

Permalink
chore(deps): pin dependencies (#1327)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jun 13, 2020
1 parent 118d379 commit 7e00410
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 120 deletions.
102 changes: 51 additions & 51 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,57 +184,57 @@
"verror": "^1.9.0"
},
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.0",
"@types/bluebird": "^3.5.29",
"@types/chai": "^4.2.8",
"@types/dirty-chai": "^2.0.2",
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.149",
"@types/mocha": "^7.0.1",
"@types/mustache": "^4.0.0",
"@types/mz": "^2.7.0",
"@types/node": "^13.1.1",
"@types/progress": "^2.0.3",
"@types/resolve": "^1.14.0",
"@types/sinon-chai": "^3.2.3",
"@types/sinonjs__fake-timers": "^6.0.0",
"@types/tmp": "^0.1.0",
"@types/verror": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"ansi-html": "^0.0.7",
"browserify": "^16.2.2",
"chai": "^4.0.1",
"coffeescript": "^2.4.1",
"connect": "^3.4.0",
"core-js": "^3.2.1",
"coveralls": "^3.0.0",
"dependency-lint": "^6.0.0",
"dirty-chai": "^2.0.1",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-config-standard-with-typescript": "^14.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"fs-extra": "^8.0.0",
"mocha": "^7.1.0",
"mustache": "^4.0.1",
"ndjson-parse": "^1.0.4",
"nyc": "^15.0.0",
"prettier": "^1.5.2",
"regenerator-runtime": "^0.13.3",
"serve-static": "^1.10.0",
"sinon": "^9.0.1",
"sinon-chai": "^3.4.0",
"stream-to-string": "^1.1.0",
"tmp": "^0.1.0",
"ts-node": "^8.5.4",
"tsify": "^4.0.1",
"typescript": "^3.7.3"
"@sinonjs/fake-timers": "6.0.0",
"@types/bluebird": "3.5.30",
"@types/chai": "4.2.11",
"@types/dirty-chai": "2.0.2",
"@types/fs-extra": "8.1.0",
"@types/glob": "7.1.1",
"@types/lodash": "4.14.149",
"@types/mocha": "7.0.2",
"@types/mustache": "4.0.1",
"@types/mz": "2.7.0",
"@types/node": "13.9.1",
"@types/progress": "2.0.3",
"@types/resolve": "1.14.0",
"@types/sinon-chai": "3.2.3",
"@types/sinonjs__fake-timers": "6.0.0",
"@types/tmp": "0.1.0",
"@types/verror": "1.10.3",
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/parser": "2.23.0",
"ansi-html": "0.0.7",
"browserify": "16.5.0",
"chai": "4.2.0",
"coffeescript": "2.5.1",
"connect": "3.7.0",
"core-js": "3.6.4",
"coveralls": "3.0.9",
"dependency-lint": "6.0.0",
"dirty-chai": "2.0.1",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"eslint-config-standard-with-typescript": "14.0.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"fs-extra": "8.1.0",
"mocha": "7.1.0",
"mustache": "4.0.1",
"ndjson-parse": "1.0.4",
"nyc": "15.0.0",
"prettier": "1.19.1",
"regenerator-runtime": "0.13.5",
"serve-static": "1.14.1",
"sinon": "9.0.1",
"sinon-chai": "3.5.0",
"stream-to-string": "1.2.0",
"tmp": "0.1.0",
"ts-node": "8.6.2",
"tsify": "4.0.1",
"typescript": "3.8.3"
},
"scripts": {
"build-browser-example": "browserify example/index.ts -o dist/browser-example.js -p [ tsify -p tsconfig.browser.json ]",
Expand Down

0 comments on commit 7e00410

Please sign in to comment.