update deps

This commit is contained in:
Tom Heaton
2024-06-06 00:31:00 +01:00
parent 625d1e29bb
commit 96c7e41c9d
2 changed files with 352 additions and 18479 deletions

18810
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,24 +14,23 @@
"format": "prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-icons": "^5.0.1",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.23.1",
"react-scroll": "^1.8.4",
"styled-components": "^5.3.3"
"styled-components": "^6.1.11"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"gh-pages": "^6.1.1",
"prettier": "^3.3.1",
"prettier-plugin-organize-imports": "^3.2.4",
"vite": "^5.2.0"
"vite": "^5.2.12"
}
}