Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Oct 27, 2020
1 parent 174897a commit 98bb387
Show file tree
Hide file tree
Showing 2 changed files with 2,451 additions and 2,388 deletions.
42 changes: 20 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"release": "yarn reset-ci && yarn test && yarn docs:publish && yarn changelog",
"reset-ci": "git clean -dfx && git reset --hard && yarn install-ci",
"ci": "yarn test && yarn docs:test",
"validate:dependencies": "yarn audit && yarn license-validate",
"license-validate": "node-license-validator -p -d --allow-licenses MIT BSD BSD-3-Clause ISC Apache",
"validate:dependencies": "yarn audit --groups dependencies",
"validate:dev-dependencies": "yarn audit --groups devDependencies",
"logHMI": "node ./logData/logHMI.js"
},
"scripts-info": {
Expand All @@ -66,34 +66,32 @@
"release": "Clean, build, test, publish docs, and prepare release (a one-step publish process). Updates versions and creates git commits.",
"reset": "Delete all untracked files and reset the repo to the last commit",
"ci": "Test script for running by the CI (CircleCI)",
"validate:dependencies": "Scan dependencies for vulnerabilities and check licenses",
"license-validate": "Validate licenses for dependencies."
"validate:dependencies": "Scan dependencies for vulnerabilities and check licenses"
},
"dependencies": {
"@types/node-hid": "^0.7.3",
"node-hid": "^0.7.9",
"tslib": "^1.9.3"
"@types/node-hid": "^1.3.0",
"node-hid": "^1.3.1",
"tslib": "^2.0.1"
},
"devDependencies": {
"@types/jest": "^23.0.0",
"@types/node": "^8.0.4",
"codecov": "^3.5.0",
"@types/node": "^12.12.2",
"codecov": "^3.7.2",
"fast-clone": "^1.5.13",
"gh-pages": "^2.1.1",
"jest": "^24.9.0",
"mkdirp": "^0.5.1",
"node-license-validator": "^1.3.0",
"gh-pages": "^3.1.0",
"jest": "^26.6.1",
"mkdirp": "^1.0.4",
"npm-scripts-info": "^0.3.9",
"nyc": "^14.1.1",
"open-cli": "^5.0.0",
"open-cli": "^6.0.1",
"sleep-ms": "^2.0.1",
"standard-version": "^7.0.0",
"trash-cli": "^3.0.0",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"tslint-config-standard": "^8.0.1",
"typedoc": "^0.15.0",
"typescript": "^3.3.3333"
"standard-version": "^9.0.0",
"trash-cli": "^3.1.0",
"ts-jest": "^26.4.0",
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"typedoc": "^0.19.2",
"typescript": "4.0.5"
},
"keywords": [
"xkeys",
Expand All @@ -105,7 +103,7 @@
"controller"
],
"engines": {
"node": ">=4"
"node": ">=10"
},
"readmeFilename": "README.md",
"files": [
Expand Down
Loading

0 comments on commit 98bb387

Please sign in to comment.