update nth-check

This commit is contained in:
StevanFreeborn
2022-06-25 09:51:50 -05:00
parent 5988799ba3
commit d0b1db5569
3 changed files with 11 additions and 12 deletions
+3 -3
View File
@@ -1,7 +1,6 @@
{
"name": "client",
"version": "0.1.0",
"private": true,
"version": "1.0.0",
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
@@ -14,7 +13,8 @@
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"nth-check": ">=2.0.1"
},
"scripts": {
"start": "set HTTPS=true&&react-scripts start",