Skip to content

Commit eb68745

Browse files
Moved react to dev-depenencies.
1 parent 04d83a8 commit eb68745

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 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": "^17.0.2",
40-
"react-dom": "^17.0.2",
4139
"react-scripts": "5.0.0",
4240
"react-toastify": "^7.0.4",
4341
"typescript": "^4.3.5",
@@ -52,7 +50,9 @@
5250
"just-stack-react": "^1.0.0",
5351
"marked": ">=4.0.10",
5452
"nth-check": ">=2.0.1",
55-
"tar": ">=6.1.9"
53+
"tar": ">=6.1.9",
54+
"react": "^17.0.2",
55+
"react-dom": "^17.0.2"
5656
},
5757
"scripts": {
5858
"start": "react-scripts start",
@@ -96,4 +96,4 @@
9696
"last 1 safari version"
9797
]
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)