Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: danielnixon/link-fixer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aa432c58919e1a7d957f08ea4e891393d55e17d7
Choose a base ref
..
head repository: danielnixon/link-fixer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3aef4fa539a143bb8988be91ef79ca81af539d5b
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +1 −1 package.json
  2. +4 −4 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"author": "Daniel Nixon <dan.nixon@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/chrome": "^0.0.285",
"@types/chrome": "^0.0.286",
"@types/firefox-webext-browser": "^109.0.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -135,10 +135,10 @@
dependencies:
defer-to-connect "^1.0.1"

"@types/chrome@^0.0.285":
version "0.0.285"
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.285.tgz#d74061b3c3e7ecf7faa9343c2becb6f5b59a8d3c"
integrity sha512-hjHIibIQ+2Ixdcg37031hmsgUvqSaP30TecRq4WKIsW8YbEMBTvnSk6e9dHf6uCv8aYod6iptcy62RSH8TjNkA==
"@types/chrome@^0.0.286":
version "0.0.286"
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.286.tgz#ee127c03bd394893f1e99f2302a812b77f3db91a"
integrity sha512-Valy/wWWAwfnxLL1zPM3KJEUM3xbO3O67sNT4SjHUSn39QwIhnXBfIQuJNchJfmb+5qKV+zv9O6fy6nq8cO+aQ==
dependencies:
"@types/filesystem" "*"
"@types/har-format" "*"