|
69 | 69 | "@emotion/server": "11.11.0",
|
70 | 70 | "@emotion/styled": "11.11.0",
|
71 | 71 | "@isaacs/express-prometheus-middleware": "1.2.1",
|
72 |
| - "@remix-run/css-bundle": "2.5.0", |
73 |
| - "@remix-run/express": "2.5.0", |
74 |
| - "@remix-run/node": "2.5.0", |
75 |
| - "@remix-run/react": "2.5.0", |
76 |
| - "@remix-run/server-runtime": "2.5.0", |
77 |
| - "@remix-run/testing": "2.5.0", |
| 72 | + "@remix-run/css-bundle": "2.5.1", |
| 73 | + "@remix-run/express": "2.5.1", |
| 74 | + "@remix-run/node": "2.5.1", |
| 75 | + "@remix-run/react": "2.5.1", |
| 76 | + "@remix-run/server-runtime": "2.5.1", |
| 77 | + "@remix-run/testing": "2.5.1", |
78 | 78 | "@supabase/auth-helpers-remix": "0.2.6",
|
79 | 79 | "@supabase/supabase-js": "2.39.3",
|
80 | 80 | "bcryptjs": "2.4.3",
|
|
83 | 83 | "d3-shape": "3.2.0",
|
84 | 84 | "express": "4.18.2",
|
85 | 85 | "framer-motion": "10.18.0",
|
86 |
| - "i18next": "23.7.16", |
| 86 | + "i18next": "23.7.20", |
87 | 87 | "i18next-browser-languagedetector": "7.2.0",
|
88 | 88 | "i18next-fs-backend": "2.3.1",
|
89 | 89 | "i18next-http-backend": "2.4.2",
|
|
93 | 93 | "react": "18.2.0",
|
94 | 94 | "react-dom": "18.2.0",
|
95 | 95 | "react-i18next": "13.5.0",
|
96 |
| - "recharts": "2.9.0", |
| 96 | + "recharts": "2.11.0", |
97 | 97 | "remix-i18next": "5.5.0",
|
98 |
| - "supabase": "1.131.5", |
| 98 | + "supabase": "1.136.3", |
99 | 99 | "tiny-invariant": "1.3.1"
|
100 | 100 | },
|
101 | 101 | "devDependencies": {
|
102 |
| - "@babel/core": "7.23.7", |
| 102 | + "@babel/core": "7.23.9", |
103 | 103 | "@babel/plugin-syntax-flow": "7.23.3",
|
104 | 104 | "@babel/plugin-transform-react-jsx": "7.23.4",
|
105 |
| - "@commitlint/cli": "18.4.4", |
106 |
| - "@commitlint/config-conventional": "18.4.4", |
107 |
| - "@faker-js/faker": "8.3.1", |
108 |
| - "@pandacss/dev": "0.27.2", |
109 |
| - "@remix-run/dev": "2.5.0", |
110 |
| - "@remix-run/eslint-config": "2.5.0", |
| 105 | + "@commitlint/cli": "18.6.0", |
| 106 | + "@commitlint/config-conventional": "18.6.0", |
| 107 | + "@faker-js/faker": "8.4.0", |
| 108 | + "@pandacss/dev": "0.28.0", |
| 109 | + "@remix-run/dev": "2.5.1", |
| 110 | + "@remix-run/eslint-config": "2.5.1", |
111 | 111 | "@testing-library/cypress": "10.0.1",
|
112 | 112 | "@testing-library/dom": "9.3.4",
|
113 |
| - "@testing-library/jest-dom": "6.2.0", |
| 113 | + "@testing-library/jest-dom": "6.3.0", |
114 | 114 | "@testing-library/react": "14.1.2",
|
115 | 115 | "@testing-library/user-event": "14.5.2",
|
116 | 116 | "@trivago/prettier-plugin-sort-imports": "4.3.0",
|
|
119 | 119 | "@types/eslint": "8.56.2",
|
120 | 120 | "@types/express": "4.17.21",
|
121 | 121 | "@types/morgan": "1.9.9",
|
122 |
| - "@types/node": "20.11.5", |
| 122 | + "@types/node": "20.11.9", |
123 | 123 | "@types/react": "18.2.48",
|
124 | 124 | "@types/react-dom": "18.2.18",
|
125 |
| - "@typescript-eslint/eslint-plugin": "6.19.0", |
126 |
| - "@typescript-eslint/parser": "6.19.0", |
| 125 | + "@typescript-eslint/eslint-plugin": "6.19.1", |
| 126 | + "@typescript-eslint/parser": "6.19.1", |
127 | 127 | "@vitejs/plugin-react": "4.2.1",
|
128 | 128 | "@vitest/coverage-v8": "0.34.6",
|
129 | 129 | "@vitest/ui": "0.34.7",
|
130 |
| - "autoprefixer": "10.4.16", |
| 130 | + "autoprefixer": "10.4.17", |
131 | 131 | "c8": "8.0.1",
|
132 | 132 | "cookie": "0.6.0",
|
133 | 133 | "cypress": "13.6.3",
|
134 |
| - "dotenv": "16.3.1", |
135 |
| - "esbuild": "0.19.11", |
| 134 | + "dotenv": "16.4.1", |
| 135 | + "esbuild": "0.20.0", |
136 | 136 | "eslint": "8.56.0",
|
137 | 137 | "eslint-config-prettier": "9.1.0",
|
138 | 138 | "eslint-config-react-app": "7.0.1",
|
|
143 | 143 | "husky": "8.0.3",
|
144 | 144 | "install": "0.13.0",
|
145 | 145 | "lint-staged": "15.2.0",
|
146 |
| - "msw": "2.1.1", |
| 146 | + "msw": "2.1.5", |
147 | 147 | "npm-run-all": "4.1.5",
|
148 | 148 | "postcss": "8.4.33",
|
149 | 149 | "prettier": "3.2.4",
|
|
160 | 160 | "vitest": "0.34.6",
|
161 | 161 | "vitest-github-actions-reporter": "0.11.1",
|
162 | 162 | "vitest-sonar-reporter": "0.5.0",
|
163 |
| - "webdriverio": "8.28.0" |
| 163 | + "webdriverio": "8.29.1" |
164 | 164 | },
|
165 | 165 | "engines": {
|
166 | 166 | "node": ">=18"
|
|
0 commit comments