This commit is contained in:
Nicholas Ward
2022-06-19 05:29:14 -05:00
parent e9a0003956
commit a46205d190
4 changed files with 3818 additions and 3847 deletions
+10 -10
View File
@@ -3,17 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.21.4",
"body-parser": "^1.19.0",
"color": "^3.1.3",
"express": "^4.17.1",
"mongoose": "^6.1.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^5.0.0"
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"color": "^3.2.1",
"express": "^4.18.1",
"mongoose": "^6.4.0",
"react": "^18.2.0",
"react-dom": "^16.14.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
@@ -38,6 +38,6 @@
]
},
"devDependencies": {
"nodemon": "^2.0.3"
"nodemon": "^2.0.16"
}
}