Skip to content

Commit 402a679

Browse files
committed
fix(dependencies): move some dev deps to dependencies
1 parent c022caf commit 402a679

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,11 @@
3838
"@types/node-sass": "^3.10.32",
3939
"@types/param-case": "^1.1.2",
4040
"@types/yargs": "^12.0.8",
41-
"camelcase": "^5.0.0",
4241
"husky": "^1.3.1",
4342
"jest": "23.6.0",
4443
"lint-staged": "^8.1.3",
4544
"node-sass": "^4.11.0",
46-
"param-case": "^2.1.1",
4745
"prettier": "^1.16.4",
48-
"reserved-words": "^0.1.2",
4946
"ts-jest": "^23.10.5",
5047
"ts-node": "^8.0.2",
5148
"typescript": "^3.3.3"
@@ -54,11 +51,14 @@
5451
"node-sass": "^4.11.0"
5552
},
5653
"dependencies": {
54+
"camelcase": "^5.0.0",
5755
"chalk": "^2.4.2",
5856
"chokidar": "^2.1.2",
5957
"css-modules-loader-core": "^1.1.0",
6058
"glob": "^7.1.3",
59+
"param-case": "^2.1.1",
6160
"path": "^0.12.7",
61+
"reserved-words": "^0.1.2",
6262
"yargs": "^12.0.5"
6363
},
6464
"husky": {

yarn.lock

-1
Original file line numberDiff line numberDiff line change
@@ -3476,7 +3476,6 @@ require-main-filename@^1.0.1:
34763476
reserved-words@^0.1.2:
34773477
version "0.1.2"
34783478
resolved "https://registry.yarnpkg.com/reserved-words/-/reserved-words-0.1.2.tgz#00a0940f98cd501aeaaac316411d9adc52b31ab1"
3479-
integrity sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE=
34803479

34813480
resolve-cwd@^2.0.0:
34823481
version "2.0.0"

0 commit comments

Comments
 (0)