feat: make changes to accomodate render migration

This commit is contained in:
Stevan Freeborn
2024-05-18 17:40:13 -05:00
parent 1f304f4ce5
commit e820a53be2
3 changed files with 1580 additions and 5675 deletions
-2
View File
@@ -1,5 +1,3 @@
# freeCodeCamp-Sudoku-Solver
A sudoku solver built as part of the freeCodeCamp QA certification.
[https://freecodecampsudokusolver.herokuapp.com/](https://freecodecampsudokusolver.herokuapp.com/)
+1567 -5660
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -10,16 +10,16 @@
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"@babel/register": "^7.17.7",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/register": "^7.23.7",
"body-parser": "^1.20.0",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"chai": "^4.4.1",
"chai-http": "^4.4.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"mocha": "^10.0.0",
"nodemon": "^2.0.16"
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mocha": "^10.4.0",
"nodemon": "^3.1.0"
}
}