Skip to content

Commit fb00f28

Browse files
committed
fix nth-check
1 parent 1e02bf9 commit fb00f28

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@
1313
"react": "^18.1.0",
1414
"react-bootstrap": "^2.3.1",
1515
"react-dom": "^18.1.0",
16-
"react-scripts": "5.0.1",
1716
"uuid": "^8.3.2",
1817
"web-vitals": "^2.1.4",
1918
"yup": "^0.32.11"
2019
},
20+
"devDependencies": {
21+
"react-scripts": "5.0.1"
22+
},
2123
"scripts": {
2224
"start": "react-scripts start",
2325
"build": "react-scripts build",

0 commit comments

Comments
 (0)