Skip to content

Commit

Permalink
Upgrade all dependencies to latest
Browse files Browse the repository at this point in the history
Not upgrading to ESLint v9, though.
  • Loading branch information
caleb531 committed Jun 27, 2024
1 parent 4f1db09 commit 0aea1ca
Show file tree
Hide file tree
Showing 2 changed files with 632 additions and 1,048 deletions.
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@
".next/cache"
],
"dependencies": {
"@fontsource/lato": "^5.0.20",
"@fontsource/merriweather": "^5.0.12",
"@fontsource/lato": "^5.0.21",
"@fontsource/merriweather": "^5.0.13",
"@hello-pangea/dnd": "^16.6.0",
"@marsidev/react-turnstile": "^0.5.4",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.1",
"clsx": "^2.1.0",
"@marsidev/react-turnstile": "^0.7.1",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"deep-object-diff": "^1.1.9",
"lodash-es": "^4.17.21",
"next": "^14.2.1",
"next": "^14.2.4",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1",
"workbox-window": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^10.0.0",
"workbox-window": "^7.1.0",
"xml2js": "^0.6.2",
"youversion-suggest": "^2.1.2"
"youversion-suggest": "^2.2.0"
},
"browserslist": {
"production": [
Expand All @@ -62,42 +62,42 @@
},
"devDependencies": {
"@jest/types": "^29.6.3",
"@next/env": "^14.2.1",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.0",
"@next/env": "^14.2.4",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/node-fetch": "^2.6.11",
"@types/puppeteer": "^5.4.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@types/workbox-window": "^4.3.4",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-plugin-jest": "^28.2.0",
"glob": "^10.3.12",
"eslint-config-next": "^14.2.4",
"eslint-plugin-jest": "^28.6.0",
"glob": "^10.4.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-preview": "^0.3.1",
"module-alias": "^2.2.3",
"parse-multipart-data": "^1.5.0",
"prettier": "^3.2.5",
"puppeteer": "^22.6.3",
"sass": "^1.74.1",
"sharp": "^0.33.3",
"supabase": "^1.163.6",
"prettier": "^3.3.2",
"puppeteer": "^22.12.1",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"supabase": "^1.178.2",
"ts-node": "^10.9.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit 0aea1ca

Please sign in to comment.