Skip to content

Commit

Permalink
Merge 2c1f8e1 into e70eaa8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 17, 2022
2 parents e70eaa8 + 2c1f8e1 commit c7ae1f5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"p-timeout": "~4.1.0",
"require-one-of": "~1.0.15",
"serialize-error": "~8.1.0",
"vm2": "~3.9.5"
"vm2": "~3.9.8"
},
"devDependencies": {
"@browserless/test": "latest",
Expand Down
2 changes: 1 addition & 1 deletion packages/goto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"dependencies": {
"@browserless/devices": "^9.3.6",
"@cliqz/adblocker-puppeteer": "~1.23.3",
"@cliqz/adblocker-puppeteer": "~1.23.6",
"debug-logfmt": "~1.0.4",
"got": "~11.8.3",
"is-url-http": "~2.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@browserless/errors": "^9.3.0",
"debug-logfmt": "~1.0.4",
"execa": "~5.1.1",
"lighthouse": "~9.3.1",
"lighthouse": "~9.4.0",
"p-event": "~4.2.0",
"p-retry": "~4.6.1",
"p-timeout": "~4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/screenshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"p-reflect": "~2.1.0",
"pretty-ms": "~7.0.1",
"prism-themes": "~1.9.0",
"sharp": "~0.30.0",
"sharp": "~0.30.1",
"svg-gradient": "~1.0.3",
"time-span": "~4.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/screenshot/test/snapshots/pretty.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ Generated by [AVA](https://avajs.dev).
<span class="token string-property property">"version"</span><span class="token operator">:</span> <span class="token number">2</span><span class="token punctuation">,</span>␊
<span class="token string-property property">"status"</span><span class="token operator">:</span> <span class="token string">"success"</span><span class="token punctuation">,</span>␊
<span class="token string-property property">"data"</span><span class="token operator">:</span> <span class="token punctuation">{</span>␊
<span class="token string-property property">"emoji"</span><span class="token operator">:</span> <span class="token string">" an URL for getting conten…"</span><span class="token punctuation">,</span>␊
<span class="token string-property property">"emoji"</span><span class="token operator">:</span> <span class="token string">" an URL for getting conte…"</span><span class="token punctuation">,</span>␊
<span class="token string-property property">"vendor"</span><span class="token operator">:</span> <span class="token string">"[optional] The vendor look and feel…"</span>␊
<span class="token punctuation">}</span><span class="token punctuation">,</span>␊
<span class="token string-property property">"example"</span><span class="token operator">:</span> <span class="token string">"https://emojipedia-api.vercel.app?em…"</span><span class="token punctuation">,</span>␊
<span class="token string-property property">"message"</span><span class="token operator">:</span> <span class="token string">"Welcome to Emojipedia unofficial API…"</span><span class="token punctuation">,</span>␊
<span class="token string-property property">"example"</span><span class="token operator">:</span> <span class="token string">"https://emojipedia-api.vercel.app?e…"</span><span class="token punctuation">,</span>␊
<span class="token string-property property">"message"</span><span class="token operator">:</span> <span class="token string">"Welcome to Emojipedia unofficial AP…"</span><span class="token punctuation">,</span>␊
<span class="token string-property property">"author"</span><span class="token operator">:</span> <span class="token string">"https://twitter.com/Kikobeats"</span>␊
<span class="token punctuation">}</span></code></pre>␊
<script>/* PrismJS 1.26.0␊
Expand Down
Binary file modified packages/screenshot/test/snapshots/pretty.js.snap
Binary file not shown.

0 comments on commit c7ae1f5

Please sign in to comment.