Skip to content

Commit ecb7208

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

File tree

2 files changed

+1363
-1423
lines changed

2 files changed

+1363
-1423
lines changed

β€Žpackage.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -21,57 +21,57 @@
2121
"postbuild": "next-sitemap --config next-sitemap.config.cjs"
2222
},
2323
"dependencies": {
24-
"@commitlint/config-conventional": "^17.4.4",
25-
"@headlessui/react": "^1.7.13",
26-
"@heroicons/react": "^2.0.16",
27-
"@supabase/auth-helpers-nextjs": "^0.5.6",
24+
"@commitlint/config-conventional": "^17.6.1",
25+
"@headlessui/react": "^1.7.14",
26+
"@heroicons/react": "^2.0.17",
27+
"@supabase/auth-helpers-nextjs": "^0.6.0",
2828
"@supabase/auth-helpers-react": "^0.3.1",
29-
"@supabase/supabase-js": "^2.12.0",
30-
"@tanstack/react-query": "^4.28.0",
31-
"next": "^13.2.4",
32-
"next-seo": "^5.15.0",
33-
"next-sitemap": "^4.0.6",
29+
"@supabase/supabase-js": "^2.20.0",
30+
"@tanstack/react-query": "^4.29.1",
31+
"next": "^13.3.0",
32+
"next-seo": "^6.0.0",
33+
"next-sitemap": "^4.0.7",
3434
"react": "^18.2.0",
3535
"react-dom": "^18.2.0",
3636
"react-hot-toast": "^2.4.0",
37-
"tailwindcss": "^3.2.7",
37+
"tailwindcss": "^3.3.1",
3838
"url-join": "^5.0.0"
3939
},
4040
"devDependencies": {
41-
"@commitlint/cli": "^17.4.4",
42-
"@commitlint/cz-commitlint": "^17.4.4",
43-
"@next/eslint-plugin-next": "^13.2.4",
44-
"@playwright/test": "^1.31.2",
45-
"@semantic-release/changelog": "^6.0.2",
41+
"@commitlint/cli": "^17.6.1",
42+
"@commitlint/cz-commitlint": "^17.5.0",
43+
"@next/eslint-plugin-next": "^13.3.0",
44+
"@playwright/test": "^1.32.3",
45+
"@semantic-release/changelog": "^6.0.3",
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",
50-
"@types/react": "18.0.28",
51-
"@typescript-eslint/eslint-plugin": "^5.56.0",
52-
"@typescript-eslint/parser": "^5.56.0",
50+
"@types/react": "18.0.35",
51+
"@typescript-eslint/eslint-plugin": "^5.58.0",
52+
"@typescript-eslint/parser": "^5.58.0",
5353
"@vitejs/plugin-react": "^3.1.0",
5454
"commitizen": "^4.3.0",
55-
"concurrently": "^7.6.0",
55+
"concurrently": "^8.0.1",
5656
"env-cmd": "^10.1.0",
57-
"eslint": "^8.36.0",
57+
"eslint": "^8.38.0",
5858
"eslint-config-esnext": "^4.1.0",
5959
"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",
6464
"jsdom": "^21.1.1",
65-
"lint-staged": "^13.2.0",
66-
"npm-check-updates": "^16.7.13",
65+
"lint-staged": "^13.2.1",
66+
"npm-check-updates": "^16.10.8",
6767
"postcss": "^8.4.21",
68-
"prettier": "^2.8.6",
69-
"semantic-release": "^20.1.3",
70-
"supabase": "^1.44.0",
68+
"prettier": "^2.8.7",
69+
"semantic-release": "^21.0.1",
70+
"supabase": "^1.50.4",
7171
"tailwindcss-cli": "^0.1.2",
7272
"tsc-files": "^1.1.3",
73-
"typescript": "^5.0.2",
74-
"vitest": "^0.29.7"
73+
"typescript": "^5.0.4",
74+
"vitest": "^0.30.1"
7575
},
7676
"config": {
7777
"commitizen": {

0 commit comments

Comments
Β (0)