Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and dex4er committed Aug 10, 2020
1 parent eb4376b commit f33b36e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,40 +23,40 @@
"node": ">=10.0.0"
},
"dependencies": {
"core-js": "^3.6.1",
"core-js": "^3.6.5",
"promise-readable": "^5.0.4",
"promise-writable": "^5.0.4"
},
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/chai": "^4.2.12",
"@types/dirty-chai": "^2.0.2",
"@types/mocha": "^8.0.1",
"@types/node": "^12.12.22",
"@types/node": "^12.12.54",
"@types/simple-websocket": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/eslint-plugin-tslint": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"chai": "^4.2.0",
"changelog-parser": "^2.8.0",
"coveralls": "^3.0.9",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"dirty-chai": "^2.0.1",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.2.1",
"eslint-plugin-node": "^11.1.0",
"markdownlint-cli": "^0.20.0",
"markdownlint-cli": "^0.23.2",
"mocha": "^8.1.1",
"mocha-steps": "^1.3.0",
"nyc": "^15.0.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"shx": "^0.3.2",
"simple-websocket": "^9.0.0",
"source-map-support": "^0.5.16",
"ts-node": "^8.5.4",
"typescript": "^3.7.4",
"websocket-stream": "^5.5.0"
"source-map-support": "^0.5.19",
"ts-node": "^8.10.2",
"typescript": "^3.9.7",
"websocket-stream": "^5.5.2"
},
"scripts": {
"compile": "tsc --pretty --project .",
Expand Down

0 comments on commit f33b36e

Please sign in to comment.