|
21 | 21 | "postbuild": "next-sitemap --config next-sitemap.config.cjs"
|
22 | 22 | },
|
23 | 23 | "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", |
28 | 28 | "@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", |
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.7", |
| 37 | + "tailwindcss": "^3.3.1", |
38 | 38 | "url-join": "^5.0.0"
|
39 | 39 | },
|
40 | 40 | "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", |
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 |
| - "@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", |
53 | 53 | "@vitejs/plugin-react": "^3.1.0",
|
54 | 54 | "commitizen": "^4.3.0",
|
55 |
| - "concurrently": "^7.6.0", |
| 55 | + "concurrently": "^8.0.1", |
56 | 56 | "env-cmd": "^10.1.0",
|
57 |
| - "eslint": "^8.36.0", |
| 57 | + "eslint": "^8.38.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 | 64 | "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", |
67 | 67 | "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", |
71 | 71 | "tailwindcss-cli": "^0.1.2",
|
72 | 72 | "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" |
75 | 75 | },
|
76 | 76 | "config": {
|
77 | 77 | "commitizen": {
|
|
0 commit comments