|
21 | 21 | "postbuild": "next-sitemap --config next-sitemap.config.cjs"
|
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 |
| - "@commitlint/config-conventional": "^17.4.3", |
25 |
| - "@headlessui/react": "^1.7.10", |
26 |
| - "@heroicons/react": "^2.0.15", |
| 24 | + "@commitlint/config-conventional": "^17.4.4", |
| 25 | + "@headlessui/react": "^1.7.11", |
| 26 | + "@heroicons/react": "^2.0.16", |
27 | 27 | "@supabase/auth-helpers-nextjs": "^0.5.4",
|
28 | 28 | "@supabase/auth-helpers-react": "^0.3.1",
|
29 |
| - "@supabase/supabase-js": "^2.7.1", |
30 |
| - "@tanstack/react-query": "^4.24.6", |
| 29 | + "@supabase/supabase-js": "^2.8.0", |
| 30 | + "@tanstack/react-query": "^4.24.10", |
31 | 31 | "next": "13.1.6",
|
32 | 32 | "next-seo": "^5.15.0",
|
33 | 33 | "next-sitemap": "^3.1.52",
|
34 | 34 | "react": "^18.2.0",
|
35 | 35 | "react-dom": "^18.2.0",
|
36 | 36 | "react-hot-toast": "^2.4.0",
|
37 |
| - "tailwindcss": "^3.2.6", |
| 37 | + "tailwindcss": "^3.2.7", |
38 | 38 | "url-join": "^5.0.0"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@commitlint/cli": "^17.4.3", |
42 |
| - "@commitlint/cz-commitlint": "^17.4.2", |
| 41 | + "@commitlint/cli": "^17.4.4", |
| 42 | + "@commitlint/cz-commitlint": "^17.4.4", |
43 | 43 | "@next/eslint-plugin-next": "^13.1.6",
|
44 |
| - "@playwright/test": "^1.30.0", |
| 44 | + "@playwright/test": "^1.31.0", |
45 | 45 | "@semantic-release/changelog": "^6.0.2",
|
46 | 46 | "@semantic-release/git": "^10.0.1",
|
47 |
| - "@testing-library/react": "^13.4.0", |
| 47 | + "@testing-library/react": "^14.0.0", |
48 | 48 | "@types/jsonwebtoken": "^9.0.1",
|
49 | 49 | "@types/nprogress": "^0.2.0",
|
50 | 50 | "@types/react": "18.0.28",
|
51 |
| - "@typescript-eslint/eslint-plugin": "^5.52.0", |
52 |
| - "@typescript-eslint/parser": "^5.52.0", |
| 51 | + "@typescript-eslint/eslint-plugin": "^5.53.0", |
| 52 | + "@typescript-eslint/parser": "^5.53.0", |
53 | 53 | "@vitejs/plugin-react": "^3.1.0",
|
54 | 54 | "commitizen": "^4.3.0",
|
55 | 55 | "concurrently": "^7.6.0",
|
|
63 | 63 | "husky": "^8.0.3",
|
64 | 64 | "jsdom": "^21.1.0",
|
65 | 65 | "lint-staged": "^13.1.2",
|
66 |
| - "npm-check-updates": "^16.7.4", |
| 66 | + "npm-check-updates": "^16.7.5", |
67 | 67 | "postcss": "^8.4.21",
|
68 | 68 | "prettier": "^2.8.4",
|
69 | 69 | "semantic-release": "^20.1.0",
|
70 |
| - "supabase": "^1.38.1", |
| 70 | + "supabase": "^1.38.6", |
71 | 71 | "tailwindcss-cli": "^0.1.2",
|
72 | 72 | "tsc-files": "^1.1.3",
|
73 | 73 | "typescript": "^4.9.5",
|
|
0 commit comments