|
35 | 35 | "license": "AGPL-3.0-only", |
36 | 36 | "private": true, |
37 | 37 | "dependencies": { |
38 | | - "@hapi/boom": "9.1.4", |
39 | | - "@hcaptcha/react-hcaptcha": "1.1.1", |
40 | | - "@prisma/client": "3.12.0", |
41 | | - "@supabase/supabase-js": "1.33.3", |
| 38 | + "@hapi/boom": "10.0.0", |
| 39 | + "@hcaptcha/react-hcaptcha": "1.3.0", |
| 40 | + "@prisma/client": "3.14.0", |
| 41 | + "@supabase/supabase-js": "1.35.3", |
42 | 42 | "@supabase/ui": "0.36.5", |
43 | | - "algoliasearch": "4.13.0", |
44 | | - "cheerio": "1.0.0-rc.10", |
45 | | - "cloudinary": "1.29.0", |
| 43 | + "algoliasearch": "4.13.1", |
| 44 | + "cheerio": "1.0.0-rc.11", |
| 45 | + "cloudinary": "1.30.0", |
46 | 46 | "clsx": "1.1.1", |
47 | 47 | "feed": "4.2.2", |
48 | 48 | "feedparser": "2.2.10", |
|
52 | 52 | "iconv-lite": "0.6.3", |
53 | 53 | "mailgun-js": "0.22.0", |
54 | 54 | "ms": "2.1.3", |
55 | | - "next": "12.1.4", |
| 55 | + "next": "12.1.6", |
56 | 56 | "next-seo": "5.4.0", |
57 | | - "next-superjson": "0.0.2", |
| 57 | + "next-superjson": "0.0.3", |
58 | 58 | "normalize.css": "8.0.1", |
59 | | - "pino": "7.10.0", |
60 | | - "react": "18.0.0", |
61 | | - "react-dom": "18.0.0", |
62 | | - "react-instantsearch-dom": "6.23.3", |
| 59 | + "pino": "7.11.0", |
| 60 | + "react": "18.1.0", |
| 61 | + "react-dom": "18.1.0", |
| 62 | + "react-instantsearch-dom": "6.26.0", |
63 | 63 | "rxjs": "7.5.5", |
64 | 64 | "slugify": "1.6.5", |
65 | | - "superjson": "1.8.1", |
| 65 | + "superjson": "1.9.1", |
66 | 66 | "xss": "1.0.11", |
67 | 67 | "yup": "1.0.0-beta.3" |
68 | 68 | }, |
69 | 69 | "devDependencies": { |
70 | 70 | "@testing-library/dom": "8.13.0", |
71 | 71 | "@testing-library/jest-dom": "5.16.4", |
72 | | - "@testing-library/react": "13.0.0", |
73 | | - "@testing-library/user-event": "14.0.4", |
| 72 | + "@testing-library/react": "13.3.0", |
| 73 | + "@testing-library/user-event": "14.2.0", |
74 | 74 | "@typeofweb/eslint-plugin": "0.3.0", |
75 | 75 | "@types/cheerio": "0.22.31", |
76 | 76 | "@types/feedparser": "2.2.5", |
77 | 77 | "@types/gtag.js": "0.0.10", |
78 | 78 | "@types/hcaptcha__react-hcaptcha": "0.1.5", |
79 | | - "@types/jest": "27.4.1", |
| 79 | + "@types/jest": "27.5.1", |
80 | 80 | "@types/mailgun-js": "0.22.12", |
81 | 81 | "@types/ms": "0.7.31", |
82 | | - "@types/node": "17.0.23", |
83 | | - "@types/react": "18.0.0", |
84 | | - "@types/react-dom": "18.0.0", |
85 | | - "@types/react-instantsearch-dom": "6.12.2", |
86 | | - "@typescript-eslint/eslint-plugin": "5.18.0", |
87 | | - "@typescript-eslint/parser": "5.18.0", |
| 82 | + "@types/node": "17.0.36", |
| 83 | + "@types/react": "18.0.9", |
| 84 | + "@types/react-dom": "18.0.5", |
| 85 | + "@types/react-instantsearch-dom": "6.12.3", |
| 86 | + "@typescript-eslint/eslint-plugin": "5.26.0", |
| 87 | + "@typescript-eslint/parser": "5.26.0", |
88 | 88 | "all-contributors-cli": "6.20.0", |
89 | | - "concurrently": "7.1.0", |
| 89 | + "concurrently": "7.2.1", |
90 | 90 | "critters": "0.0.16", |
91 | 91 | "cross-env": "7.0.3", |
92 | | - "dotenv": "16.0.0", |
93 | | - "eslint": "8.13.0", |
94 | | - "eslint-config-next": "12.1.4", |
| 92 | + "dotenv": "16.0.1", |
| 93 | + "eslint": "8.16.0", |
| 94 | + "eslint-config-next": "12.1.6", |
95 | 95 | "eslint-plugin-css-modules": "2.11.0", |
96 | 96 | "eslint-plugin-cypress": "2.12.1", |
97 | 97 | "eslint-plugin-jsx-a11y": "6.5.1", |
98 | | - "eslint-plugin-react": "7.29.4", |
99 | | - "eslint-plugin-react-hooks": "4.4.0", |
100 | | - "husky": "7.0.4", |
| 98 | + "eslint-plugin-react": "7.30.0", |
| 99 | + "eslint-plugin-react-hooks": "4.5.0", |
| 100 | + "husky": "8.0.1", |
101 | 101 | "jest": "27.5.1", |
102 | | - "lint-staged": "12.3.7", |
103 | | - "msw": "0.39.2", |
| 102 | + "lint-staged": "12.4.2", |
| 103 | + "msw": "0.41.1", |
104 | 104 | "pino-pretty": "7.6.1", |
105 | 105 | "prettier": "2.6.2", |
106 | | - "prisma": "3.12.0", |
| 106 | + "prisma": "3.14.0", |
107 | 107 | "rimraf": "3.0.2", |
108 | | - "sass": "1.50.0", |
| 108 | + "sass": "1.52.1", |
109 | 109 | "supabase": "0.5.0", |
110 | | - "ts-node": "10.7.0", |
111 | | - "typescript": "4.6.3", |
| 110 | + "ts-node": "10.8.0", |
| 111 | + "typescript": "4.7.2", |
112 | 112 | "typescript-plugin-css-modules": "3.4.0", |
113 | 113 | "wait-on": "6.0.1" |
114 | 114 | }, |
|
0 commit comments