Skip to content

Commit 0278eb0

Browse files
authored
Merge pull request #18 from imbhargav5/create-pull-request/patch
Update dependencies to the latest version
2 parents ecb7208 + 8ec0350 commit 0278eb0

File tree

2 files changed

+491
-481
lines changed

2 files changed

+491
-481
lines changed

β€Žpackage.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"@commitlint/config-conventional": "^17.6.1",
2525
"@headlessui/react": "^1.7.14",
2626
"@heroicons/react": "^2.0.17",
27-
"@supabase/auth-helpers-nextjs": "^0.6.0",
27+
"@supabase/auth-helpers-nextjs": "^0.6.1",
2828
"@supabase/auth-helpers-react": "^0.3.1",
29-
"@supabase/supabase-js": "^2.20.0",
30-
"@tanstack/react-query": "^4.29.1",
31-
"next": "^13.3.0",
29+
"@supabase/supabase-js": "^2.21.0",
30+
"@tanstack/react-query": "^4.29.3",
31+
"next": "^13.3.1",
3232
"next-seo": "^6.0.0",
3333
"next-sitemap": "^4.0.7",
3434
"react": "^18.2.0",
@@ -40,21 +40,21 @@
4040
"devDependencies": {
4141
"@commitlint/cli": "^17.6.1",
4242
"@commitlint/cz-commitlint": "^17.5.0",
43-
"@next/eslint-plugin-next": "^13.3.0",
43+
"@next/eslint-plugin-next": "^13.3.1",
4444
"@playwright/test": "^1.32.3",
4545
"@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.35",
51-
"@typescript-eslint/eslint-plugin": "^5.58.0",
52-
"@typescript-eslint/parser": "^5.58.0",
53-
"@vitejs/plugin-react": "^3.1.0",
50+
"@types/react": "18.0.38",
51+
"@typescript-eslint/eslint-plugin": "^5.59.0",
52+
"@typescript-eslint/parser": "^5.59.0",
53+
"@vitejs/plugin-react": "^4.0.0",
5454
"commitizen": "^4.3.0",
5555
"concurrently": "^8.0.1",
5656
"env-cmd": "^10.1.0",
57-
"eslint": "^8.38.0",
57+
"eslint": "^8.39.0",
5858
"eslint-config-esnext": "^4.1.0",
5959
"eslint-config-prettier": "^8.8.0",
6060
"eslint-plugin-import": "^2.27.5",
@@ -63,11 +63,11 @@
6363
"husky": "^8.0.3",
6464
"jsdom": "^21.1.1",
6565
"lint-staged": "^13.2.1",
66-
"npm-check-updates": "^16.10.8",
67-
"postcss": "^8.4.21",
66+
"npm-check-updates": "^16.10.9",
67+
"postcss": "^8.4.23",
6868
"prettier": "^2.8.7",
6969
"semantic-release": "^21.0.1",
70-
"supabase": "^1.50.4",
70+
"supabase": "^1.50.11",
7171
"tailwindcss-cli": "^0.1.2",
7272
"tsc-files": "^1.1.3",
7373
"typescript": "^5.0.4",

0 commit comments

Comments
Β (0)