Skip to content

Commit

Permalink
chore: update deps; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye64 committed Apr 15, 2020
1 parent db843d0 commit b51ef8a
Show file tree
Hide file tree
Showing 2 changed files with 872 additions and 618 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onvif-nvt",
"version": "0.2.2",
"version": "0.2.23",
"description": "Wrapper for ONVIF spec to control NVT (Network Video Transitter) devices.",
"main": "./dist/onvif-nvt.js",
"scripts": {
Expand Down Expand Up @@ -40,23 +40,23 @@
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/preset-env": "^7.9.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^25.1.0",
"coveralls": "^3.0.9",
"babel-jest": "^25.3.0",
"coveralls": "^3.0.11",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-jsdoc": "^21.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsdoc": "^23.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fs": "0.0.2",
"jest": "^25.1.0",
"jsdoc": "^3.6.3",
"jest": "^25.3.0",
"jsdoc": "^3.6.4",
"path": "^0.12.7"
},
"jest": {
Expand Down

0 comments on commit b51ef8a

Please sign in to comment.