Skip to content

Commit 7b9c18a

Browse files
committed
Moved react dependencies to package.json
1 parent eb68745 commit 7b9c18a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
"cpx": "^1.5.0",
3737
"file-saver": "^2.0.2",
3838
"office-ui-fabric-react": "^7.0.0",
39-
"react-scripts": "5.0.0",
40-
"react-toastify": "^7.0.4",
4139
"typescript": "^4.3.5",
4240
"web-vitals": "^1.1.2",
4341
"webpack-cli": "^4.7.2",
@@ -52,7 +50,9 @@
5250
"nth-check": ">=2.0.1",
5351
"tar": ">=6.1.9",
5452
"react": "^17.0.2",
55-
"react-dom": "^17.0.2"
53+
"react-dom": "^17.0.2",
54+
"react-scripts": "5.0.0",
55+
"react-toastify": "^7.0.4"
5656
},
5757
"scripts": {
5858
"start": "react-scripts start",

0 commit comments

Comments
 (0)