|
13 | 13 | "lint:fix": "yarn lint --fix",
|
14 | 14 | "test": "craco test --watchAll",
|
15 | 15 | "test:no-watch": "craco test --watchAll=false --passWithNoTests",
|
16 |
| - "cy:run": "cypress run --reporter junit", |
17 |
| - "cy:ci": "start-server-and-test 'serve -s build -n -p 3000' http://localhost:3000 'cy:run'", |
18 | 16 | "report:coverage": "nyc report --reporter=html",
|
19 | 17 | "report:coverage:text": "nyc report --reporter=text",
|
20 | 18 | "sb": "storybook dev -p 6006",
|
|
25 | 23 | "@heroicons/react": "^1.0.6",
|
26 | 24 | "@popperjs/core": "^2.11.8",
|
27 | 25 | "@sprig-technologies/sprig-browser": "^2.20.1",
|
28 |
| - "@storybook/addon-actions": "^7.0.5", |
29 |
| - "@storybook/react": "^7.0.5", |
| 26 | + "@storybook/addon-actions": "7.6.10", |
| 27 | + "@storybook/react": "7.6.10", |
30 | 28 | "@stripe/react-stripe-js": "1.13.0",
|
31 | 29 | "@stripe/stripe-js": "1.41.0",
|
32 | 30 | "@tanstack/react-table": "^8.11.7",
|
33 |
| - "@types/testing-library__jest-dom": "^5.14.5", |
34 | 31 | "apexcharts": "^3.36.0",
|
35 |
| - "axios": "^1.1.2", |
| 32 | + "axios": "^1.7.9", |
36 | 33 | "browser-cookies": "^1.2.0",
|
37 | 34 | "city-timezones": "^1.2.1",
|
38 | 35 | "classnames": "^2.3.2",
|
39 |
| - "contentful": "^9.2.5", |
| 36 | + "contentful": "^9.3.7", |
40 | 37 | "country-calling-code": "0.0.3",
|
41 |
| - "crypto-js": "^4.1.1", |
| 38 | + "crypto-js": "^4.2.0", |
42 | 39 | "customize-cra": "^1.0.0",
|
43 | 40 | "date-fns": "^2.30.0",
|
44 |
| - "dompurify": "^2.4.0", |
| 41 | + "dompurify": "^2.5.4", |
45 | 42 | "draft-js": "^0.10.4",
|
46 | 43 | "draft-js-export-html": "^1.2.0",
|
47 | 44 | "draft-js-markdown-shortcuts-plugin": "^0.3.0",
|
48 | 45 | "draft-js-plugins-editor": "^2.0.3",
|
49 |
| - "express": "^4.18.2", |
| 46 | + "express": "^4.21.2", |
50 | 47 | "express-fileupload": "^1.4.0",
|
51 | 48 | "express-interceptor": "^1.2.0",
|
52 | 49 | "fflate": "^0.7.4",
|
|
61 | 58 | "joi": "^17.4.0",
|
62 | 59 | "katex": "^0.16.4",
|
63 | 60 | "lodash": "^4.17.21",
|
64 |
| - "markdown-it": "^13.0.1", |
| 61 | + "markdown-it": "^13.0.2", |
65 | 62 | "marked": "4.1.1",
|
66 | 63 | "moment": "^2.29.4",
|
67 | 64 | "moment-duration-format": "^2.3.2",
|
|
112 | 109 | "remark-gfm": "^3.0.1",
|
113 | 110 | "remark-math": "^5.1.1",
|
114 | 111 | "remove": "^0.1.5",
|
115 |
| - "sanitize-html": "^2.7.2", |
116 |
| - "sass": "^1.55.0", |
| 112 | + "sanitize-html": "^2.12.1", |
| 113 | + "sass": "^1.79.0", |
117 | 114 | "shortid": "^2.2.16",
|
118 | 115 | "styled-components": "^5.3.6",
|
119 | 116 | "swr": "^1.3.0",
|
|
132 | 129 | "@babel/preset-typescript": "^7.18.6",
|
133 | 130 | "@babel/runtime": "^7.19.4",
|
134 | 131 | "@craco/craco": "^7.1.0",
|
135 |
| - "@cypress/code-coverage": "^3.10.0", |
136 | 132 | "@jackwilsdon/craco-use-babelrc": "1.0.0",
|
137 |
| - "@storybook/addon-essentials": "^7.0.5", |
138 |
| - "@storybook/addon-interactions": "^7.0.5", |
139 |
| - "@storybook/addon-links": "^7.0.5", |
140 |
| - "@storybook/blocks": "^7.0.5", |
141 |
| - "@storybook/preset-create-react-app": "^7.0.5", |
142 |
| - "@storybook/react-webpack5": "^7.0.5", |
| 133 | + "@storybook/addon-essentials": "7.6.10", |
| 134 | + "@storybook/addon-interactions": "7.6.10", |
| 135 | + "@storybook/addon-links": "7.6.10", |
| 136 | + "@storybook/blocks": "7.6.10", |
| 137 | + "@storybook/preset-create-react-app": "7.6.10", |
| 138 | + "@storybook/react-webpack5": "7.6.10", |
143 | 139 | "@storybook/testing-library": "^0.0.14-next.2",
|
144 | 140 | "@testing-library/jest-dom": "^5.16.5",
|
145 | 141 | "@testing-library/react": "^13.4.0",
|
146 | 142 | "@testing-library/user-event": "^14.4.3",
|
147 | 143 | "@types/axios": "^0.14.0",
|
148 |
| - "@types/cypress": "^1.1.3", |
149 | 144 | "@types/dompurify": "^2.3.4",
|
150 | 145 | "@types/highlightjs": "^9.12.2",
|
151 | 146 | "@types/jest": "^29.1.2",
|
|
154 | 149 | "@types/marked": "4.0.7",
|
155 | 150 | "@types/node": "^18.8.5",
|
156 | 151 | "@types/reach__router": "^1.3.11",
|
157 |
| - "@types/react": "^18.0.21", |
| 152 | + "@types/react": "18.0.35", |
158 | 153 | "@types/react-datepicker": "^4.11.2",
|
159 | 154 | "@types/react-dom": "^18.0.6",
|
160 | 155 | "@types/react-gtm-module": "^2.0.1",
|
|
166 | 161 | "@types/redux-promise": "^0.5.29",
|
167 | 162 | "@types/sanitize-html": "^2.6.2",
|
168 | 163 | "@types/systemjs": "^6.1.1",
|
| 164 | + "@types/testing-library__jest-dom": "^5.14.5", |
169 | 165 | "@types/uuid": "^8.3.4",
|
170 | 166 | "@typescript-eslint/eslint-plugin": "^5.30.6",
|
171 | 167 | "@typescript-eslint/parser": "^5.30.6",
|
|
183 | 179 | "craco-resolve-url-loader": "^1.0.0",
|
184 | 180 | "cross-env": "^7.0.3",
|
185 | 181 | "css-loader": "3.5.3",
|
186 |
| - "cypress": "^10.10.0", |
187 | 182 | "eslint": "^8.25.0",
|
188 | 183 | "eslint-config-airbnb": "^19.0.4",
|
189 | 184 | "eslint-config-react-app": "^7.0.1",
|
190 | 185 | "eslint-config-react-important-stuff": "^3.0.0",
|
191 | 186 | "eslint-import-resolver-typescript": "^3.2.5",
|
192 |
| - "eslint-plugin-cypress": "^2.12.1", |
193 | 187 | "eslint-plugin-import": "^2.25.3",
|
194 | 188 | "eslint-plugin-ordered-imports": "^0.6.0",
|
195 | 189 | "eslint-plugin-react": "^7.28.0",
|
|
209 | 203 | "react-docgen-typescript": "^2.2.2",
|
210 | 204 | "react-hot-loader": "^4.3.3",
|
211 | 205 | "resolve-url-loader": "^5.0.0",
|
212 |
| - "sass-loader": "^13.1.0", |
| 206 | + "sass-loader": "^13.3.3", |
213 | 207 | "serve": "^14.0.1",
|
214 | 208 | "start-server-and-test": "^1.14.0",
|
215 |
| - "storybook": "^7.0.5", |
| 209 | + "storybook": "7.6.10", |
216 | 210 | "style-loader": "^3.3.1",
|
217 | 211 | "systemjs-webpack-interop": "^2.3.7",
|
218 | 212 | "tsconfig-paths-webpack-plugin": "^4.0.1",
|
|
223 | 217 | "webpack-dev-server": "^4.11.1",
|
224 | 218 | "webpack-merge": "^5.8.0"
|
225 | 219 | },
|
| 220 | + "resolutions": { |
| 221 | + "@types/react": "18.0.35", |
| 222 | + "string-width": "4.2.0" |
| 223 | + }, |
226 | 224 | "browserslist": {
|
227 | 225 | "production": [
|
228 | 226 | ">0.2%",
|
|
249 | 247 | ]
|
250 | 248 | },
|
251 | 249 | "volta": {
|
252 |
| - "node": "16.15.0", |
253 |
| - "yarn": "1.22.19" |
| 250 | + "node": "22.13.0", |
| 251 | + "yarn": "1.22.22" |
254 | 252 | }
|
255 | 253 | }
|
0 commit comments