|
43 | 43 | "dependencies": { |
44 | 44 | "@innocuous/components": "^2.1.1", |
45 | 45 | "@next/bundle-analyzer": "^12.3.1", |
46 | | - "@radix-ui/react-dialog": "1.1.5", |
47 | | - "@radix-ui/react-tabs": "0.1.1", |
| 46 | + "@radix-ui/react-dialog": "1.1.11", |
| 47 | + "@radix-ui/react-tabs": "1.1.9", |
48 | 48 | "@sentry/nextjs": "^7.77.0", |
49 | 49 | "@storybook/blocks": "^7.4.1", |
50 | 50 | "@types/airtable": "^0.10.5", |
51 | 51 | "@types/js-cookie": "^3.0.6", |
52 | 52 | "airtable": "^0.12.2", |
53 | | - "axios": "^1.7.9", |
| 53 | + "axios": "^1.9.0", |
54 | 54 | "classnames": "^2.5.1", |
55 | 55 | "date-fns": "^2.29.3", |
56 | 56 | "eslint-plugin-vitest": "^0.3.22", |
|
79 | 79 | "react-google-login": "^5.2.2", |
80 | 80 | "react-on-screen": "^2.1.1", |
81 | 81 | "react-player": "^2.16.0", |
82 | | - "react-scroll": "^1.9.0", |
| 82 | + "react-scroll": "^1.9.3", |
83 | 83 | "react-scroll-up-button": "^1.6.4", |
84 | 84 | "react-select": "^4.0.2", |
85 | 85 | "react-youtube": "9.0.3", |
86 | | - "tailwind-merge": "^2.6.0", |
| 86 | + "tailwind-merge": "^3.2.0", |
87 | 87 | "yup": "^1.6.1" |
88 | 88 | }, |
89 | 89 | "devDependencies": { |
90 | | - "@babel/core": "^7.26.7", |
91 | | - "@babel/eslint-parser": "^7.26.5", |
92 | | - "@babel/preset-typescript": "^7.26.0", |
| 90 | + "@babel/core": "^7.27.1", |
| 91 | + "@babel/eslint-parser": "^7.27.1", |
| 92 | + "@babel/preset-typescript": "^7.27.1", |
93 | 93 | "@cypress/code-coverage": "^3.13.10", |
94 | 94 | "@cypress/webpack-preprocessor": "^6.0.2", |
95 | 95 | "@operation_code/eslint-plugin-custom-rules": "^1.0.1", |
|
109 | 109 | "@types/fingerprintjs2": "2", |
110 | 110 | "@types/fontfaceobserver": "^2.1.3", |
111 | 111 | "@types/jest": "^29.5.14", |
112 | | - "@types/lodash": "^4.17.14", |
| 112 | + "@types/lodash": "^4.17.16", |
113 | 113 | "@types/logrocket-react": "^3.0.3", |
114 | 114 | "@types/object-hash": "^3.0.0", |
115 | 115 | "@types/prop-types": "^15.7.14", |
|
118 | 118 | "@types/react-select": "^4.0.18", |
119 | 119 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
120 | 120 | "@typescript-eslint/parser": "^6.21.0", |
121 | | - "@vitejs/plugin-react": "^4.3.4", |
122 | | - "@vitest/coverage-v8": "^1.3.1", |
123 | | - "@vitest/ui": "^1.3.1", |
124 | | - "autoprefixer": "^10.4.20", |
125 | | - "axios-mock-adapter": "^1.21.1", |
126 | | - "babel-loader": "^9.2.1", |
| 121 | + "@vitejs/plugin-react": "^4.4.1", |
| 122 | + "@vitest/coverage-v8": "^3.1.2", |
| 123 | + "@vitest/ui": "^3.1.2", |
| 124 | + "autoprefixer": "^10.4.21", |
| 125 | + "axios-mock-adapter": "^2.1.0", |
| 126 | + "babel-loader": "^10.0.0", |
127 | 127 | "babel-plugin-add-react-displayname": "^0.0.5", |
128 | 128 | "babel-plugin-istanbul": "^7.0.0", |
129 | 129 | "babel-plugin-macros": "^3.1.0", |
|
141 | 141 | "eslint-plugin-import": "^2.31.0", |
142 | 142 | "eslint-plugin-jsx-a11y": "^6.10.2", |
143 | 143 | "eslint-plugin-lodash": "^7.4.0", |
144 | | - "eslint-plugin-prettier": "^5.2.3", |
145 | | - "eslint-plugin-react": "^7.37.4", |
| 144 | + "eslint-plugin-prettier": "^5.2.6", |
| 145 | + "eslint-plugin-react": "^7.37.5", |
146 | 146 | "eslint-plugin-storybook": "^0.6.13", |
147 | 147 | "eslint-plugin-unicorn": "^43.0.2", |
148 | 148 | "eslint-plugin-vitest-globals": "^1.5.0", |
|
151 | 151 | "file-loader": "^6.2.0", |
152 | 152 | "husky": "4.3.8", |
153 | 153 | "identity-obj-proxy": "^3.0.0", |
154 | | - "jsdom": "^26.0.0", |
| 154 | + "jsdom": "^26.1.0", |
155 | 155 | "lint-staged": "13.0.3", |
156 | 156 | "next-router-mock": "^0.9.13", |
157 | | - "postcss": "^8.5.1", |
| 157 | + "postcss": "^8.5.3", |
158 | 158 | "postcss-custom-media": "^8.0.2", |
159 | 159 | "postcss-custom-properties": "^12.1.8", |
160 | 160 | "postcss-export-custom-variables": "^1.0.0", |
161 | 161 | "postcss-import": "^14.1.0", |
162 | 162 | "postcss-prepend-imports": "^1.0.1", |
163 | | - "prettier": "^3.4.2", |
| 163 | + "prettier": "^3.5.3", |
164 | 164 | "process": "0.11.10", |
165 | 165 | "react-is": "^18.2.0", |
166 | 166 | "react-test-renderer": "^18.2.0", |
167 | 167 | "require-context.macro": "^1.2.2", |
168 | 168 | "start-server-and-test": "^1.14.0", |
169 | 169 | "storybook": "^7.4.1", |
170 | 170 | "style-loader": "^3.3.1", |
171 | | - "stylelint": "^16.14.0", |
| 171 | + "stylelint": "^16.19.1", |
172 | 172 | "stylelint-config-prettier": "^9.0.3", |
173 | 173 | "stylelint-config-standard": "^37.0.0", |
174 | | - "stylelint-prettier": "^5.0.2", |
| 174 | + "stylelint-prettier": "^5.0.3", |
175 | 175 | "tailwindcss": "^3.3.3", |
176 | | - "typescript": "^5.7.3", |
| 176 | + "typescript": "^5.8.3", |
177 | 177 | "url-loader": "^4.1.1", |
178 | | - "vite-plugin-magical-svg": "^1.3.0", |
179 | | - "vite-tsconfig-paths": "^4.3.1", |
180 | | - "vitest": "^1.3.1", |
181 | | - "webpack": "^5.97.1" |
| 178 | + "vite-plugin-magical-svg": "^1.7.0", |
| 179 | + "vite-tsconfig-paths": "^5.1.4", |
| 180 | + "vitest": "^3.1.2", |
| 181 | + "webpack": "^5.99.7" |
182 | 182 | }, |
183 | 183 | "resolutions": { |
184 | 184 | "istanbul-lib-coverage": "3.2.0", |
|
0 commit comments