Skip to content

Commit

Permalink
deps: update jsonld to latest (#12338)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Apr 9, 2021
1 parent 5806559 commit a70a555
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 117 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"unit:cicoverage": "yarn c8 --all yarn unit:ci",
"coverage": "yarn unit:cicoverage && c8 report --reporter html",
"coverage:smoke": "yarn c8 yarn smoke -j=1 && c8 report --reporter html",
"coveralls": "cat unit-coverage.lcov | coveralls",
"devtools": "bash lighthouse-core/scripts/roll-to-devtools.sh",
"chrome": "node lighthouse-core/scripts/manual-chrome-launcher.js",
"fast": "yarn start --preset=desktop --throttlingMethod=provided",
Expand Down Expand Up @@ -127,7 +126,6 @@
"chalk": "^2.4.1",
"chrome-devtools-frontend": "1.0.727089",
"conventional-changelog-cli": "^1.3.4",
"coveralls": "^3.0.3",
"cpy": "^7.0.1",
"cross-env": "^7.0.2",
"csv-validator": "^0.0.3",
Expand Down Expand Up @@ -169,7 +167,7 @@
"intl-pluralrules": "^1.0.3",
"jpeg-js": "^0.4.1",
"js-library-detector": "^6.4.0",
"jsonld": "^4.0.1",
"jsonld": "^5.2.0",
"jsonlint-mod": "^1.7.6",
"lighthouse-logger": "^1.2.0",
"lighthouse-stack-packs": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lighthouse [![GitHub Actions Status Badge](https://github.com/GoogleChrome/lighthouse/workflows/💡🏠/badge.svg)](https://github.com/GoogleChrome/lighthouse/actions) [![Coverage Status](https://img.shields.io/coveralls/GoogleChrome/lighthouse/master.svg)](https://coveralls.io/github/GoogleChrome/lighthouse?branch=master) [![Build tracker for Lighthouse](https://img.shields.io/badge/buildtracker-ok-blue)](https://lh-build-tracker.herokuapp.com/) [![NPM lighthouse package](https://img.shields.io/npm/v/lighthouse.svg)](https://npmjs.org/package/lighthouse)
# Lighthouse [![GitHub Actions Status Badge](https://github.com/GoogleChrome/lighthouse/workflows/💡🏠/badge.svg)](https://github.com/GoogleChrome/lighthouse/actions) [![Coverage Status](https://codecov.io/gh/GoogleChrome/lighthouse/branch/master/graph/badge.svg)](https://codecov.io/gh/GoogleChrome/lighthouse) [![Build tracker for Lighthouse](https://img.shields.io/badge/buildtracker-ok-blue)](https://lh-build-tracker.herokuapp.com/) [![NPM lighthouse package](https://img.shields.io/npm/v/lighthouse.svg)](https://npmjs.org/package/lighthouse)

> Lighthouse analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices.
Expand Down
Loading

0 comments on commit a70a555

Please sign in to comment.