Skip to content

Commit bc81c30

Browse files
committed
env: move devDependencies to dependencies
1 parent 8785ea1 commit bc81c30

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"@types/node": "^12.0.0",
3737
"@types/react": "^16.9.53",
3838
"@types/react-dom": "^16.9.8",
39+
"customize-cra": "^1.0.0",
3940
"react": "^17.0.1",
41+
"react-app-rewired": "^2.1.6",
4042
"react-dom": "^17.0.1",
4143
"react-scripts": "4.0.1",
4244
"typescript": "^4.0.3",
@@ -60,8 +62,5 @@
6062
"last 1 safari version"
6163
]
6264
},
63-
"devDependencies": {
64-
"customize-cra": "^1.0.0",
65-
"react-app-rewired": "^2.1.6"
66-
}
65+
"devDependencies": {}
6766
}

template.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"@types/node": "^12.0.0",
88
"@types/react": "^16.9.53",
99
"@types/react-dom": "^16.9.8",
10+
"customize-cra": "^1.0.0",
1011
"react": "^17.0.1",
12+
"react-app-rewired": "^2.1.6",
1113
"react-dom": "^17.0.1",
1214
"react-scripts": "4.0.1",
1315
"typescript": "^4.0.3",
@@ -18,9 +20,5 @@
1820
"build": "yarn tsc && react-app-rewired build",
1921
"test": "react-app-rewired test",
2022
"eject": "react-app-rewired eject"
21-
},
22-
"devDependencies": {
23-
"customize-cra": "^1.0.0",
24-
"react-app-rewired": "^2.1.6"
2523
}
2624
}

0 commit comments

Comments
 (0)