feat: make changes to accomodate render migration
This commit is contained in:
@@ -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/)
|
||||
|
||||
Generated
+1571
-5664
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user