Skip to content

Commit ddb1beb

Browse files
authored
Make camelcase a production dep (#206)
1 parent fd4a61e commit ddb1beb

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"axios": "^0.26.0",
4949
"axios-retry": "^3.2.4",
5050
"body-parser": "^1.20.2",
51+
"camelcase": "^7.0.1",
5152
"chalk": "^4.1.2",
5253
"classnames": "^2.3.2",
5354
"cookie-parser": "^1.4.6",
@@ -89,7 +90,6 @@
8990
"xss": "^1.0.14"
9091
},
9192
"devDependencies": {
92-
"reactium": "^3.0.10",
9393
"@atomic-reactor/gulp-run": "^1.8.0",
9494
"@atomic-reactor/gulp-watch": "^5.0.2",
9595
"@atomic-reactor/node-sass-reactium-importer": "^1.0.0",
@@ -108,7 +108,6 @@
108108
"babel-loader": "^9.1.2",
109109
"babel-plugin-module-resolver": "^4.1.0",
110110
"browser-sync": "^2.28.3",
111-
"camelcase": "^6.3.0",
112111
"cli-spinners": "^2.7.0",
113112
"compression-webpack-plugin": "^10.0.0",
114113
"decamelize": "^3.2.0",
@@ -139,6 +138,7 @@
139138
"nodemon": "^2.0.21",
140139
"open": "^8.4.2",
141140
"ora": "^5.4.1",
141+
"reactium": "^3.0.10",
142142
"readdir-recursive": "0.0.4",
143143
"sass": "^1.59.3",
144144
"sass-embedded": "^1.62.0",

0 commit comments

Comments
 (0)