Updated dependencies

This commit is contained in:
Rory Healy 2023-10-25 21:58:59 +11:00
parent 6c64e0c7c5
commit 93fe856d30
Signed by: roryhealy
GPG Key ID: 0A3CBDE9C2AE672F
2 changed files with 7326 additions and 5612 deletions

12896
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,34 +13,34 @@
"configure-husky": "npx husky install && npx husky add .husky/pre-commit \"npx --no-install lint-staged\""
},
"dependencies": {
"bootstrap": "^5.2.1",
"firebase": "^9.12.1",
"next": "12.3.0",
"bootstrap": "^5.3.2",
"firebase": "^10.5.0",
"next": "13.5.6",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-aria": "^3.19.0",
"react-bootstrap": "^2.5.0",
"react-aria": "^3.29.1",
"react-bootstrap": "^2.9.1",
"react-dom": "18.2.0",
"sharp": "^0.31.1"
"sharp": "^0.32.6"
},
"devDependencies": {
"@testing-library/dom": "^8.17.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"eslint": "^8.24.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3"
},
"lint-staged": {
"**/*.{js,jsx}": [