Skip to content

Commit

Permalink
Merge pull request #9 from imbhargav5/create-pull-request/patch
Browse files Browse the repository at this point in the history
Update dependencies to the latest version
  • Loading branch information
imbhargav5 authored Feb 13, 2023
2 parents 5fca666 + 2d62508 commit c7d3e1f
Show file tree
Hide file tree
Showing 2 changed files with 212 additions and 191 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,24 @@
"postbuild": "next-sitemap --config next-sitemap.config.cjs"
},
"dependencies": {
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/config-conventional": "^17.4.3",
"@headlessui/react": "^1.7.10",
"@heroicons/react": "^2.0.14",
"@heroicons/react": "^2.0.15",
"@supabase/auth-helpers-nextjs": "^0.5.4",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.7.1",
"@tanstack/react-query": "^4.24.4",
"next": "13.1.5",
"@tanstack/react-query": "^4.24.6",
"next": "13.1.6",
"next-seo": "^5.15.0",
"next-sitemap": "^3.1.50",
"next-sitemap": "^3.1.52",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"tailwindcss": "^3.2.4",
"tailwindcss": "^3.2.6",
"url-join": "^5.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/cli": "^17.4.3",
"@commitlint/cz-commitlint": "^17.4.2",
"@next/eslint-plugin-next": "^13.1.6",
"@playwright/test": "^1.30.0",
Expand All @@ -47,14 +47,14 @@
"@testing-library/react": "^13.4.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-react": "^3.1.0",
"commitizen": "^4.3.0",
"concurrently": "^7.6.0",
"env-cmd": "^10.1.0",
"eslint": "^8.33.0",
"eslint": "^8.34.0",
"eslint-config-esnext": "^4.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -63,11 +63,11 @@
"husky": "^8.0.3",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.1",
"npm-check-updates": "^16.6.5",
"npm-check-updates": "^16.7.4",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"semantic-release": "^20.1.0",
"supabase": "^1.37.1",
"supabase": "^1.38.0",
"tailwindcss-cli": "^0.1.2",
"tsc-files": "^1.1.3",
"typescript": "^4.9.5",
Expand Down
Loading

0 comments on commit c7d3e1f

Please sign in to comment.