Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: matzkoh/prettier-plugin-packagejson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.11
Choose a base ref
...
head repository: matzkoh/prettier-plugin-packagejson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f9abdd1c562e4060ff5b24fd0544e166189a2905
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 21, 2024

  1. fix(deps): update dependency sort-package-json to v2.8.0

    renovate[bot] authored Feb 21, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    8991b5b View commit details

Commits on Feb 22, 2024

  1. Merge pull request #148 from matzkoh/renovate/sort-package-json-2.x

    fix(deps): update dependency sort-package-json to v2.8.0
    renovate[bot] authored Feb 22, 2024
    Copy the full SHA
    f9abdd1 View commit details
Showing with 5 additions and 5 deletions.
  1. +4 −4 package-lock.json
  2. +1 −1 package.json
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"test:unit": "cross-env NODE_OPTIONS=--experimental-vm-modules jest"
},
"dependencies": {
"sort-package-json": "2.7.0",
"sort-package-json": "2.8.0",
"synckit": "0.9.0"
},
"devDependencies": {