Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
bump dependencies (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianduque authored Feb 22, 2021
1 parent 711186e commit 095ea10
Show file tree
Hide file tree
Showing 12 changed files with 98,967 additions and 16,164 deletions.
2,522 changes: 2,138 additions & 384 deletions apps/ecars-mqtt-broker/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions apps/ecars-mqtt-broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"lint": "eslint '**/*.{js,ts}'"
},
"dependencies": {
"aedes": "^0.43.0",
"mqtt": "^4.2.1",
"aedes": "^0.44.2",
"mqtt": "^4.2.6",
"websocket-stream": "^5.5.2"
},
"devDependencies": {
"eslint": "^7.11.0"
"eslint": "^7.20.0"
}
}
35,683 changes: 32,487 additions & 3,196 deletions apps/ecars-pwa/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions apps/ecars-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"heroku-postbuild": "npm run build && node scripts/createPostgresTable.js"
},
"dependencies": {
"@salesforce-ux/design-system": "^2.13.5",
"@salesforce-ux/design-system": "^2.14.2",
"body-parser": "^1.18.2",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-pino-logger": "^5.0.0",
"jsforce": "^1.9.3",
"jsforce": "^1.10.1",
"lightning-base-components": "^1.10.2-alpha",
"pg": "^8.4.1",
"pino": "^6.3.2",
"pino-pretty": "^4.3.0",
"pg": "^8.5.1",
"pino": "^6.11.1",
"pino-pretty": "^4.5.0",
"web-push": "^3.2.5"
},
"devDependencies": {
"lwc-services": "^2.2.1",
"lwc-services": "^2.3.2",
"npm-run-all": "^4.1.5"
},
"engines": {
Expand Down
25,676 changes: 24,106 additions & 1,570 deletions apps/ecars-realtime/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions apps/ecars-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"@ecars/utils": "file:packages/ecars-utils",
"aedes": "^0.43.0",
"body-parser": "^1.19.0",
"debug": "^4.2.0",
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"faker": "^5.1.0",
"node-rdkafka": "^2.9.1",
"faker": "^5.4.0",
"node-rdkafka": "^2.10.1",
"sinek": "^9.0.0",
"ws": "^7.2.1"
"ws": "^7.4.3"
},
"engines": {
"node": "12.x"
},
"devDependencies": {
"jest": "^26.5.2",
"jest": "^26.6.3",
"lerna": "^3.20.2",
"rimraf": "^3.0.2"
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 095ea10

Please sign in to comment.