Skip to content

Commit 0672f7c

Browse files
authored
chore: sort peer dependencies (#308)
1 parent b38b8ea commit 0672f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"typescript": "^4.5.3"
5656
},
5757
"peerDependencies": {
58-
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0",
59-
"@testing-library/dom": "^8.0.0 || ^9.0.0"
58+
"@testing-library/dom": "^8.0.0 || ^9.0.0",
59+
"eslint": "^6.8.0 || ^7.0.0 || ^8.0.0"
6060
},
6161
"eslintConfig": {
6262
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)