Skip to content

Commit 566e85b

Browse files
authoredDec 5, 2024··
feat: update sort-package-json to 12 (#680)
## PR Checklist - [x] Addresses an existing open issue: fixes #679 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Straightforward bump. Look at all those `pnpm-lock.yaml` removals! 🔪
1 parent 886e188 commit 566e85b

File tree

2 files changed

+3
-55
lines changed

2 files changed

+3
-55
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"package-json-validator": "^0.7.0",
6565
"semver": "^7.5.4",
6666
"sort-object-keys": "^1.1.3",
67-
"sort-package-json": "^1.57.0",
67+
"sort-package-json": "^2.12.0",
6868
"validate-npm-package-name": "^6.0.0"
6969
},
7070
"devDependencies": {

‎pnpm-lock.yaml

+2-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.