Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Jul 14, 2019
1 parent 233de43 commit f52608d
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 4 deletions.
369 changes: 369 additions & 0 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-lighthouse-puppeteer-cli-dashboard",
"version": "0.1.3",
"version": "0.1.4",
"description": "Google Lighthouse Puppeteer Cli Dashboard is a package that displays a simple table in CLI to overview your report",
"main": "dashboard.js",
"scripts": {
Expand All @@ -21,10 +21,10 @@
"lp-dashboard": "./bin/dashboard.js"
},
"dependencies": {
"command-line-usage": "^4.0.1",
"command-line-args": "^4.0.7",
"command-line-usage": "^6.0.2",
"command-line-args": "^5.1.1",
"jsonpath": "^1.0.0",
"table": "^4.0.2"
"table": "^5.4.1"
},
"author": "Jay MOULIN <[email protected]> (https://jaymoulin.github.io)",
"license": "MIT",
Expand Down

0 comments on commit f52608d

Please sign in to comment.