Skip to content

Commit 104bdd6

Browse files
authored
refactor: fix incorrect dependency types (#1648)
This commit makes sure that axios is labelled as a dependency and prettier as a dev dependency.
1 parent cae6c45 commit 104bdd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"@testing-library/dom": "^7.20.0",
1818
"@testing-library/jest-dom": "^5.11.0",
1919
"@uppercod/css-to-object": "^1.1.1",
20-
"axios": "^0.24.0",
2120
"axios-mock-adapter": "^1.18.1",
2221
"color-contrast-checker": "^2.1.0",
2322
"hjson": "^3.2.2",
2423
"husky": "^4.2.5",
2524
"jest": "^26.1.0",
2625
"lodash.snakecase": "^4.1.1",
27-
"parse-diff": "^0.7.0"
26+
"parse-diff": "^0.7.0",
27+
"prettier": "^2.1.2"
2828
},
2929
"dependencies": {
30+
"axios": "^0.24.0",
3031
"dotenv": "^8.2.0",
3132
"emoji-name-map": "^1.2.8",
3233
"github-username-regex": "^1.0.0",
33-
"prettier": "^2.1.2",
3434
"word-wrap": "^1.2.3"
3535
},
3636
"husky": {

0 commit comments

Comments
 (0)