Skip to content

Commit

Permalink
Merge a08c005 into 7aad4d7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2021
2 parents 7aad4d7 + a08c005 commit 85f9d58
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Expand Up @@ -20,40 +20,40 @@
},
"homepage": "http://github.com/dex4er/js-promise-readable",
"engines": {
"node": ">=10.0.0"
"node": ">=v10.24.1"
},
"dependencies": {
"core-js": "^3.6.5"
"core-js": "^3.14.0"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/core-js": "^2.5.3",
"@types/chai": "^4.2.18",
"@types/core-js": "^2.5.4",
"@types/dirty-chai": "^2.0.2",
"@types/mocha": "^8.0.1",
"@types/node": "^14.0.27",
"@types/semver": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/eslint-plugin-tslint": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"chai": "^4.2.0",
"@types/mocha": "^8.2.2",
"@types/node": "^14.17.3",
"@types/semver": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/eslint-plugin-tslint": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"chai": "^4.3.4",
"changelog-parser": "^2.8.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"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": "^7.28.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^30.7.13",
"eslint-plugin-node": "^11.1.0",
"markdownlint-cli": "^0.23.2",
"mocha": "^8.1.1",
"markdownlint-cli": "^0.27.1",
"mocha": "^8.4.0",
"mocha-steps": "^1.3.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"semver": "^7.3.2",
"shx": "^0.3.2",
"prettier": "^2.3.1",
"semver": "^7.3.5",
"shx": "^0.3.3",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"typescript": "^3.9.9"
},
"scripts": {
"compile": "tsc --pretty --project .",
Expand Down

0 comments on commit 85f9d58

Please sign in to comment.