Skip to content

Commit 72a4673

Browse files
authored
Merge pull request #15 from imbhargav5/create-pull-request/patch
Update dependencies to the latest version
2 parents bd1b249 + a10599a commit 72a4673

File tree

2 files changed

+822
-752
lines changed

2 files changed

+822
-752
lines changed

β€Žpackage.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"dependencies": {
2424
"@commitlint/config-conventional": "^17.4.4",
25-
"@headlessui/react": "^1.7.11",
25+
"@headlessui/react": "^1.7.13",
2626
"@heroicons/react": "^2.0.16",
27-
"@supabase/auth-helpers-nextjs": "^0.5.4",
27+
"@supabase/auth-helpers-nextjs": "^0.5.6",
2828
"@supabase/auth-helpers-react": "^0.3.1",
29-
"@supabase/supabase-js": "^2.8.0",
30-
"@tanstack/react-query": "^4.24.10",
31-
"next": "^13.2.1",
29+
"@supabase/supabase-js": "^2.12.0",
30+
"@tanstack/react-query": "^4.28.0",
31+
"next": "^13.2.4",
3232
"next-seo": "^5.15.0",
33-
"next-sitemap": "^3.1.52",
33+
"next-sitemap": "^4.0.6",
3434
"react": "^18.2.0",
3535
"react-dom": "^18.2.0",
3636
"react-hot-toast": "^2.4.0",
@@ -40,38 +40,38 @@
4040
"devDependencies": {
4141
"@commitlint/cli": "^17.4.4",
4242
"@commitlint/cz-commitlint": "^17.4.4",
43-
"@next/eslint-plugin-next": "^13.1.6",
44-
"@playwright/test": "^1.31.0",
43+
"@next/eslint-plugin-next": "^13.2.4",
44+
"@playwright/test": "^1.31.2",
4545
"@semantic-release/changelog": "^6.0.2",
4646
"@semantic-release/git": "^10.0.1",
4747
"@testing-library/react": "^14.0.0",
4848
"@types/jsonwebtoken": "^9.0.1",
4949
"@types/nprogress": "^0.2.0",
5050
"@types/react": "18.0.28",
51-
"@typescript-eslint/eslint-plugin": "^5.53.0",
52-
"@typescript-eslint/parser": "^5.53.0",
51+
"@typescript-eslint/eslint-plugin": "^5.56.0",
52+
"@typescript-eslint/parser": "^5.56.0",
5353
"@vitejs/plugin-react": "^3.1.0",
5454
"commitizen": "^4.3.0",
5555
"concurrently": "^7.6.0",
5656
"env-cmd": "^10.1.0",
57-
"eslint": "^8.34.0",
57+
"eslint": "^8.36.0",
5858
"eslint-config-esnext": "^4.1.0",
59-
"eslint-config-prettier": "^8.6.0",
59+
"eslint-config-prettier": "^8.8.0",
6060
"eslint-plugin-import": "^2.27.5",
6161
"eslint-plugin-playwright": "^0.12.0",
6262
"eslint-plugin-prettier": "^4.2.1",
6363
"husky": "^8.0.3",
64-
"jsdom": "^21.1.0",
65-
"lint-staged": "^13.1.2",
66-
"npm-check-updates": "^16.7.5",
64+
"jsdom": "^21.1.1",
65+
"lint-staged": "^13.2.0",
66+
"npm-check-updates": "^16.7.13",
6767
"postcss": "^8.4.21",
68-
"prettier": "^2.8.4",
69-
"semantic-release": "^20.1.0",
70-
"supabase": "^1.38.6",
68+
"prettier": "^2.8.6",
69+
"semantic-release": "^20.1.3",
70+
"supabase": "^1.44.0",
7171
"tailwindcss-cli": "^0.1.2",
7272
"tsc-files": "^1.1.3",
73-
"typescript": "^4.9.5",
74-
"vitest": "^0.28.5"
73+
"typescript": "^5.0.2",
74+
"vitest": "^0.29.7"
7575
},
7676
"config": {
7777
"commitizen": {

0 commit comments

Comments
Β (0)