Skip to content

Commit

Permalink
fix: Move to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Mar 11, 2023
1 parent 2547bc6 commit b996135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"eslint": ">=6"
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^5.27.1"
"@typescript-eslint/experimental-utils": "^5.27.1",
"natural-compare": "^1.4.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
Expand All @@ -49,7 +50,6 @@
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^28.1.1",
"natural-compare": "^1.4.0",
"prettier": "^2.6.2",
"semantic-release": "^19.0.2",
"typescript": "^4.7.3"
Expand Down

0 comments on commit b996135

Please sign in to comment.