feat: make changes to accomodate render migration

This commit is contained in:
Stevan Freeborn
2024-05-18 17:43:55 -05:00
parent 25523d22b0
commit 34e4e6fefa
3 changed files with 1437 additions and 5615 deletions
-2
View File
@@ -1,5 +1,3 @@
# freeCodeCamp-American-British-Translator # freeCodeCamp-American-British-Translator
An American to Bristh translator built as part of the freeCodeCamp QA certification An American to Bristh translator built as part of the freeCodeCamp QA certification
[https://freecodecamptranslator.herokuapp.com/](https://freecodecamptranslator.herokuapp.com/)
+1425 -5601
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -9,16 +9,16 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/core": "^7.18.2", "@babel/core": "^7.24.5",
"@babel/preset-env": "^7.18.2", "@babel/preset-env": "^7.24.5",
"@babel/register": "^7.17.7", "@babel/register": "^7.23.7",
"body-parser": "^1.20.0", "body-parser": "^1.20.0",
"chai": "^4.3.6", "chai": "^4.4.1",
"chai-http": "^4.3.0", "chai-http": "^4.4.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.1", "dotenv": "^16.4.5",
"express": "^4.18.1", "express": "^4.19.2",
"mocha": "^10.0.0", "mocha": "^10.4.0",
"nodemon": "^2.0.16" "nodemon": "^3.1.0"
} }
} }