Skip to content

Commit

Permalink
Upgrade all other project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Apr 10, 2024
1 parent 51fd13e commit b155ac8
Show file tree
Hide file tree
Showing 3 changed files with 1,959 additions and 1,270 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
".next/cache"
],
"dependencies": {
"@fontsource/lato": "^5.0.11",
"@fontsource/merriweather": "^5.0.8",
"@hello-pangea/dnd": "^16.3.0",
"@marsidev/react-turnstile": "^0.3.0",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/supabase-js": "^2.33.1",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"@fontsource/lato": "^5.0.20",
"@fontsource/merriweather": "^5.0.12",
"@hello-pangea/dnd": "^16.6.0",
"@marsidev/react-turnstile": "^0.5.4",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.42.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"deep-object-diff": "^1.1.9",
"lodash-es": "^4.17.21",
"next": "^14.1.4",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"workbox-window": "^7.0.0",
"xml2js": "^0.6.2",
"youversion-suggest": "^2.1.2"
Expand All @@ -63,41 +63,41 @@
"devDependencies": {
"@jest/types": "^29.6.3",
"@next/env": "^14.1.4",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@types/lodash-es": "^4.17.9",
"@types/node-fetch": "^2.6.4",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.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.21",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^9.0.3",
"@types/uuid": "^9.0.8",
"@types/workbox-window": "^4.3.4",
"@types/xml2js": "^0.4.12",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"encoding": "^0.1.13",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-plugin-jest": "^27.2.3",
"glob": "^10.3.10",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-plugin-jest": "^28.2.0",
"glob": "^10.3.12",
"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.0.3",
"puppeteer": "^21.1.1",
"sass": "^1.66.1",
"sharp": "^0.32.5",
"supabase": "^1.88.0",
"ts-node": "^10.9.1",
"tsx": "^3.12.8",
"typescript": "^5.2.2"
"prettier": "^3.2.5",
"puppeteer": "^22.6.3",
"sass": "^1.74.1",
"sharp": "^0.33.3",
"supabase": "^1.153.4",
"ts-node": "^10.9.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
},
"pnpm": {
"overrides": {
Expand Down
Loading

0 comments on commit b155ac8

Please sign in to comment.