feat: make changes to accomodate render migration
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# freeCodeCamp-American-British-Translator
|
||||
|
||||
An American to Bristh translator built as part of the freeCodeCamp QA certification
|
||||
|
||||
[https://freecodecamptranslator.herokuapp.com/](https://freecodecamptranslator.herokuapp.com/)
|
||||
|
||||
Generated
+1425
-5601
File diff suppressed because it is too large
Load Diff
+9
-9
@@ -9,16 +9,16 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@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