|
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 | 24 | "@commitlint/config-conventional": "^17.4.4",
|
25 |
| - "@headlessui/react": "^1.7.11", |
| 25 | + "@headlessui/react": "^1.7.13", |
26 | 26 | "@heroicons/react": "^2.0.16",
|
27 |
| - "@supabase/auth-helpers-nextjs": "^0.5.4", |
| 27 | + "@supabase/auth-helpers-nextjs": "^0.5.6", |
28 | 28 | "@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", |
32 | 32 | "next-seo": "^5.15.0",
|
33 |
| - "next-sitemap": "^3.1.52", |
| 33 | + "next-sitemap": "^4.0.6", |
34 | 34 | "react": "^18.2.0",
|
35 | 35 | "react-dom": "^18.2.0",
|
36 | 36 | "react-hot-toast": "^2.4.0",
|
|
40 | 40 | "devDependencies": {
|
41 | 41 | "@commitlint/cli": "^17.4.4",
|
42 | 42 | "@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", |
45 | 45 | "@semantic-release/changelog": "^6.0.2",
|
46 | 46 | "@semantic-release/git": "^10.0.1",
|
47 | 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.53.0", |
52 |
| - "@typescript-eslint/parser": "^5.53.0", |
| 51 | + "@typescript-eslint/eslint-plugin": "^5.56.0", |
| 52 | + "@typescript-eslint/parser": "^5.56.0", |
53 | 53 | "@vitejs/plugin-react": "^3.1.0",
|
54 | 54 | "commitizen": "^4.3.0",
|
55 | 55 | "concurrently": "^7.6.0",
|
56 | 56 | "env-cmd": "^10.1.0",
|
57 |
| - "eslint": "^8.34.0", |
| 57 | + "eslint": "^8.36.0", |
58 | 58 | "eslint-config-esnext": "^4.1.0",
|
59 |
| - "eslint-config-prettier": "^8.6.0", |
| 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": "^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", |
67 | 67 | "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", |
71 | 71 | "tailwindcss-cli": "^0.1.2",
|
72 | 72 | "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" |
75 | 75 | },
|
76 | 76 | "config": {
|
77 | 77 | "commitizen": {
|
|
0 commit comments