Skip to content

Commit abc85b6

Browse files
authored
build(deps): downgrade sort-keys to v4 (#497)
The `sort-keys` dependency switched to ESM and is thus incompatible Fixes #496
1 parent 4a8998e commit abc85b6

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"prettier": "^2.0.0",
4747
"semantic-release": "^20.0.0",
4848
"semantic-release-plugin-update-version-in-files": "^1.0.0",
49-
"sort-keys": "^5.0.0",
49+
"sort-keys": "^4.2.0",
5050
"string-to-jsdoc-comment": "^1.0.0",
5151
"typedoc": "^0.23.0",
5252
"typescript": "^4.0.2"

0 commit comments

Comments
 (0)