Skip to content

Commit f62d5b8

Browse files
committed
build: pin sort-keys to v4 and add to renovate ignore list
1 parent a729d93 commit f62d5b8

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"prettier": "^2.0.1",
5050
"semantic-release": "^17.0.0",
5151
"semantic-release-plugin-update-version-in-files": "^1.0.0",
52-
"sort-keys": "^5.0.0",
52+
"sort-keys": "^4.2.0",
5353
"string-to-jsdoc-comment": "^1.0.0",
5454
"ts-jest": "^26.1.3",
5555
"typescript": "^4.0.2"
@@ -110,6 +110,9 @@
110110
"renovate": {
111111
"extends": [
112112
"github>octokit/.github"
113+
],
114+
"ignoreDeps": [
115+
"sort-keys"
113116
]
114117
}
115118
}

0 commit comments

Comments
 (0)