Removal of node-fetch, updates all functions accordingly, use of custom chromium driver for netlify support, plus update of all older packages

This commit is contained in:
Alicia Sykes
2023-07-22 15:18:28 +01:00
parent 38fb1a1d4b
commit dd0be7ed05
10 changed files with 713 additions and 808 deletions

View File

@@ -4,37 +4,37 @@
"private": true,
"dependencies": {
"@netlify/functions": "^1.6.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.39",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.25",
"@types/styled-components": "^5.1.26",
"axios": "^1.4.0",
"chrome-aws-lambda": "^10.1.0",
"flatted": "^3.2.7",
"got": "^13.0.0",
"jest-styled-components": "^7.0.8",
"jest-styled-components": "^7.1.1",
"netlify-cli": "^15.9.1",
"node-fetch": "2.6.1",
"netlify-plugin-chromium": "^1.1.4",
"perf_hooks": "^0.0.1",
"psl": "^1.9.0",
"puppeteer-core": "^20.9.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.14.2",
"react-scripts": "5.0.1",
"react-simple-maps": "^2.3.0",
"react-simple-maps": "^3.0.0",
"react-toastify": "^9.1.3",
"styled-components": "^5.3.5",
"styled-components": "^6.0.5",
"traceroute": "^1.0.0",
"typescript": "^4.7.3",
"typescript": "^5.1.6",
"wappalyzer": "^6.10.63",
"web-vitals": "^2.1.4",
"web-vitals": "^3.4.0",
"xml2js": "^0.6.0"
},
"scripts": {
@@ -63,7 +63,7 @@
]
},
"devDependencies": {
"@types/react-simple-maps": "^1.0.8"
"@types/react-simple-maps": "^3.0.0"
},
"compilerOptions": {
"allowJs": true,