Skip to content

Commit

Permalink
ran ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
joyja committed May 12, 2020
1 parent fe66429 commit 38245ec
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-jest": "^23.10.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"graphql-request": "^1.8.2",
"jest": "^25.1.0",
"jest": "^26.0.1",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^0.4.2",
"nodemon": "^2.0.2",
"prettier": "^1.19.1"
"jest-watch-typeahead": "^0.6.0",
"nodemon": "^2.0.3",
"prettier": "^2.0.5"
},
"dependencies": {
"@types/jest": "^25.1.4",
"@types/jest": "^25.2.1",
"bcryptjs": "^2.4.3",
"cross-env": "^7.0.2",
"date-fns": "^2.11.0",
"date-fns": "^2.13.0",
"date-fns-timezone": "^0.1.4",
"esm": "^3.2.25",
"ethernet-ip": "^1.2.5",
Expand All @@ -49,10 +49,10 @@
"lodash": "^4.17.15",
"make-promises-safe": "^5.1.0",
"modbus-serial": "^7.8.1",
"mqtt": "^3.0.0",
"mqtt": "^4.0.1",
"sparkplug-client": "^3.2.2",
"sparkplug-client-jar": "^3.2.2",
"sqlite3": "^4.1.1",
"sqlite3": "^4.2.0",
"task-easy": "^1.0.1",
"tentacle-sparkplug-client": "0.0.5",
"winston": "^3.2.1"
Expand Down

0 comments on commit 38245ec

Please sign in to comment.