|
21 | 21 | "postbuild": "next-sitemap --config next-sitemap.config.cjs" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@commitlint/config-conventional": "^17.6.3", |
25 | | - "@headlessui/react": "^1.7.14", |
| 24 | + "@commitlint/config-conventional": "^17.6.5", |
| 25 | + "@headlessui/react": "^1.7.15", |
26 | 26 | "@heroicons/react": "^2.0.18", |
27 | | - "@supabase/auth-helpers-nextjs": "^0.6.1", |
28 | | - "@supabase/auth-helpers-react": "^0.3.1", |
29 | | - "@supabase/supabase-js": "^2.21.0", |
30 | | - "@tanstack/react-query": "^4.29.7", |
31 | | - "next": "^13.4.2", |
| 27 | + "@supabase/auth-helpers-nextjs": "^0.7.2", |
| 28 | + "@supabase/auth-helpers-react": "^0.4.0", |
| 29 | + "@supabase/supabase-js": "^2.24.0", |
| 30 | + "@tanstack/react-query": "^4.29.12", |
| 31 | + "next": "^13.4.4", |
32 | 32 | "next-seo": "^6.0.0", |
33 | | - "next-sitemap": "^4.0.9", |
| 33 | + "next-sitemap": "^4.1.3", |
34 | 34 | "react": "^18.2.0", |
35 | 35 | "react-dom": "^18.2.0", |
36 | 36 | "react-hot-toast": "^2.4.1", |
37 | 37 | "tailwindcss": "^3.3.2", |
38 | 38 | "url-join": "^5.0.0" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@commitlint/cli": "^17.6.3", |
| 41 | + "@commitlint/cli": "^17.6.5", |
42 | 42 | "@commitlint/cz-commitlint": "^17.5.0", |
43 | | - "@next/eslint-plugin-next": "^13.4.2", |
44 | | - "@playwright/test": "^1.33.0", |
| 43 | + "@next/eslint-plugin-next": "^13.4.4", |
| 44 | + "@playwright/test": "^1.34.3", |
45 | 45 | "@semantic-release/changelog": "^6.0.3", |
46 | 46 | "@semantic-release/git": "^10.0.1", |
47 | 47 | "@testing-library/react": "^14.0.0", |
48 | 48 | "@types/jsonwebtoken": "^9.0.2", |
49 | 49 | "@types/nprogress": "^0.2.0", |
50 | | - "@types/react": "18.2.6", |
51 | | - "@typescript-eslint/eslint-plugin": "^5.59.5", |
52 | | - "@typescript-eslint/parser": "^5.59.5", |
| 50 | + "@types/react": "18.2.9", |
| 51 | + "@typescript-eslint/eslint-plugin": "^5.59.9", |
| 52 | + "@typescript-eslint/parser": "^5.59.9", |
53 | 53 | "@vitejs/plugin-react": "^4.0.0", |
54 | 54 | "commitizen": "^4.3.0", |
55 | | - "concurrently": "^8.0.1", |
| 55 | + "concurrently": "^8.1.0", |
56 | 56 | "env-cmd": "^10.1.0", |
57 | | - "eslint": "^8.40.0", |
| 57 | + "eslint": "^8.42.0", |
58 | 58 | "eslint-config-esnext": "^4.1.0", |
59 | 59 | "eslint-config-prettier": "^8.8.0", |
60 | 60 | "eslint-plugin-import": "^2.27.5", |
61 | 61 | "eslint-plugin-playwright": "^0.12.0", |
62 | 62 | "eslint-plugin-prettier": "^4.2.1", |
63 | 63 | "husky": "^8.0.3", |
64 | | - "jsdom": "^22.0.0", |
| 64 | + "jsdom": "^22.1.0", |
65 | 65 | "lint-staged": "^13.2.2", |
66 | 66 | "npm-check-updates": "^16.10.12", |
67 | | - "postcss": "^8.4.23", |
| 67 | + "postcss": "^8.4.24", |
68 | 68 | "prettier": "^2.8.8", |
69 | | - "semantic-release": "^21.0.2", |
70 | | - "supabase": "^1.58.1", |
| 69 | + "semantic-release": "^21.0.3", |
| 70 | + "supabase": "^1.64.8", |
71 | 71 | "tailwindcss-cli": "^0.1.2", |
72 | 72 | "tsc-files": "^1.1.3", |
73 | | - "typescript": "^5.0.4", |
74 | | - "vitest": "^0.31.0" |
| 73 | + "typescript": "^5.1.3", |
| 74 | + "vitest": "^0.32.0" |
75 | 75 | }, |
76 | 76 | "config": { |
77 | 77 | "commitizen": { |
|
0 commit comments