Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
redxzeta committed Sep 18, 2023
1 parent 32dd314 commit 8f5988e
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 267 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@
},
"dependencies": {
"@heroicons/react": "v2",
"@supabase/supabase-js": "^1.35.7",
"@supabase/supabase-js": "^2.33.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"daisyui": "^2.49.0",
"daisyui": "^3.7.5",
"jwt-decode": "^3.1.2",
"postcode-validator": "^3.7.0",
"react": "^18.2.0",
"react-country-region-selector": "^3.6.1",
"react-daisyui": "^3.0.2",
"react-daisyui": "^4.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.8.0",
"react-router-dom": "^6.4.2",
"react-icons": "^4.11.0",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"react-supabase": "^0.2.0",
"react-toastify": "^9.0.8",
"swr": "^1.3.0",
"typescript": "^4.9.4",
"validator": "^13.9.0"
"swr": "^2.2.2",
"typescript": "^5.2.2",
"validator": "^13.11.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down Expand Up @@ -60,9 +60,9 @@
]
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/react-hooks": "^8.0.1",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/react-test-renderer": "^18.0.0",
"@types/validator": "^13.7.12",
"@typescript-eslint/eslint-plugin": "^5.40.1",
Expand All @@ -82,12 +82,12 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"msw": "^0.47.4",
"postcss": "^8.4.20",
"prettier": "^2.7.1",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"pretty-quick": "^3.1.3",
"react-test-renderer": "^18.2.0",
"standard": "^17.1.0",
"tailwindcss": "^3.1.8"
"tailwindcss": "^3.3.3"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit 8f5988e

Please sign in to comment.