Skip to content

Commit

Permalink
Update youversion-suggest to latest (v2.1.2)
Browse files Browse the repository at this point in the history
With fix for fetching verse content.
  • Loading branch information
caleb531 committed Feb 29, 2024
1 parent 2ca261d commit 06b5aae
Show file tree
Hide file tree
Showing 2 changed files with 1,169 additions and 603 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@
"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",
"@hello-pangea/dnd": "^16.5.0",
"@marsidev/react-turnstile": "^0.5.3",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/supabase-js": "^2.39.7",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"deep-object-diff": "^1.1.9",
"lodash-es": "^4.17.21",
"next": "^13.4.19",
"next": "^14.1.0",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0",
"workbox-window": "^7.0.0",
"xml2js": "^0.6.2",
"youversion-suggest": "^2.1.1"
"youversion-suggest": "^2.1.2"
},
"browserslist": {
"production": [
Expand All @@ -71,8 +71,8 @@
"@types/lodash-es": "^4.17.9",
"@types/node-fetch": "^2.6.4",
"@types/puppeteer": "^5.4.7",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^9.0.3",
"@types/workbox-window": "^4.3.4",
Expand All @@ -81,7 +81,7 @@
"@typescript-eslint/parser": "^6.6.0",
"encoding": "^0.1.13",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-next": "^14.1.0",
"eslint-plugin-jest": "^27.2.3",
"glob": "^10.3.10",
"jest": "^29.6.4",
Expand Down
Loading

0 comments on commit 06b5aae

Please sign in to comment.