|
7 | 7 | "@cosmotech/azure": "^2.0.1", |
8 | 8 | "@cosmotech/core": "^2.0.0", |
9 | 9 | "@cosmotech/ui": "^9.6.0", |
10 | | - "@emotion/react": "^11.13.0", |
11 | | - "@emotion/styled": "^11.13.0", |
12 | | - "@microsoft/applicationinsights-web": "^3.3.4", |
13 | | - "@mui/icons-material": "^5.16.5", |
14 | | - "@mui/lab": "^5.0.0-alpha.173", |
15 | | - "@mui/material": "^5.16.5", |
16 | | - "@mui/styles": "^5.16.5", |
| 10 | + "@emotion/react": "^11.14.0", |
| 11 | + "@emotion/styled": "^11.14.0", |
| 12 | + "@microsoft/applicationinsights-web": "^3.3.5", |
| 13 | + "@mui/icons-material": "^5.16.14", |
| 14 | + "@mui/lab": "^5.0.0-alpha.175", |
| 15 | + "@mui/material": "^5.16.14", |
| 16 | + "@mui/styles": "^5.16.14", |
17 | 17 | "@reduxjs/toolkit": "^1.9.7", |
18 | 18 | "axios": "^1.7.9", |
19 | 19 | "date-fns": "^4.1.0", |
20 | 20 | "deepmerge": "^4.3.1", |
21 | 21 | "fast-deep-equal": "^3.1.3", |
22 | 22 | "i18next": "^23.16.8", |
23 | 23 | "i18next-browser-languagedetector": "^7.2.2", |
24 | | - "i18next-http-backend": "^2.7.1", |
| 24 | + "i18next-http-backend": "^2.7.3", |
25 | 25 | "prop-types": "^15.8.1", |
26 | 26 | "react": "^17.0.2", |
27 | 27 | "react-countdown": "^2.3.6", |
28 | 28 | "react-dom": "^17.0.2", |
29 | 29 | "react-fade-in": "^2.0.1", |
30 | | - "react-hook-form": "^7.52.1", |
| 30 | + "react-hook-form": "^7.54.2", |
31 | 31 | "react-i18next": "^13.5.0", |
32 | 32 | "react-idle-timer": "^5.7.2", |
33 | 33 | "react-redux": "^7.2.9", |
34 | | - "react-router-dom": "^6.25.1", |
| 34 | + "react-router-dom": "^6.29.0", |
35 | 35 | "redux": "^4.2.1", |
36 | 36 | "redux-saga": "^1.3.0", |
37 | 37 | "rfdc": "^1.4.1", |
38 | 38 | "rxjs": "^7.8.1", |
39 | | - "sass": "^1.77.8", |
| 39 | + "sass": "^1.85.0", |
40 | 40 | "tslib": "^2.8.1", |
41 | | - "zod": "^3.24.1" |
| 41 | + "zod": "^3.24.2" |
42 | 42 | }, |
43 | 43 | "scripts": { |
44 | 44 | "start": "cross-env ESLINT_NO_DEV_ERRORS=true REACT_APP_APP_VERSION=$npm_package_version HOST=localhost react-app-rewired start", |
|
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | 71 | "@azure/msal-node": "^2.16.2", |
72 | | - "@babel/core": "^7.25.2", |
| 72 | + "@babel/core": "^7.26.9", |
73 | 73 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
74 | | - "@babel/preset-env": "^7.25.2", |
75 | | - "@babel/preset-react": "^7.24.7", |
| 74 | + "@babel/preset-env": "^7.26.9", |
| 75 | + "@babel/preset-react": "^7.26.3", |
76 | 76 | "@testing-library/jest-dom": "^6.6.3", |
77 | 77 | "@testing-library/react": "^12.1.5", |
78 | 78 | "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
|
82 | 82 | "crypto-browserify": "^3.12.1", |
83 | 83 | "csp-html-webpack-plugin": "^5.1.0", |
84 | 84 | "customize-cra": "^1.0.0", |
85 | | - "cypress": "^13.16.1", |
| 85 | + "cypress": "^13.17.0", |
86 | 86 | "cypress-file-upload": "^5.0.8", |
87 | 87 | "cypress-localstorage-commands": "^2.2.7", |
88 | 88 | "cypress-mochawesome-reporter": "^3.8.2", |
89 | | - "eslint": "^8.57.0", |
| 89 | + "eslint": "^8.57.1", |
90 | 90 | "eslint-config-prettier": "^9.1.0", |
91 | 91 | "eslint-config-standard": "^17.1.0", |
92 | 92 | "eslint-plugin-cypress": "^2.15.2", |
93 | 93 | "eslint-plugin-import": "^2.29.1", |
94 | 94 | "eslint-plugin-jest": "^27.9.0", |
95 | 95 | "eslint-plugin-n": "^16.6.2", |
96 | 96 | "eslint-plugin-node": "^11.1.0", |
97 | | - "eslint-plugin-prettier": "^5.2.1", |
| 97 | + "eslint-plugin-prettier": "^5.2.3", |
98 | 98 | "eslint-plugin-promise": "^6.6.0", |
99 | 99 | "eslint-plugin-react": "^7.35.0", |
100 | 100 | "eslint-plugin-react-hooks": "^4.6.2", |
|
106 | 106 | "jest-environment-jsdom": "~29.7.0", |
107 | 107 | "jwt-simple": "^0.5.6", |
108 | 108 | "os-browserify": "^0.3.0", |
109 | | - "prettier": "^3.4.2", |
| 109 | + "prettier": "^3.5.1", |
110 | 110 | "process": "^0.11.10", |
111 | 111 | "react-app-rewired": "^2.2.1", |
112 | | - "react-error-overlay": "^6.0.11", |
| 112 | + "react-error-overlay": "^6.1.0", |
113 | 113 | "react-scripts": "^5.0.1", |
114 | 114 | "read-excel-file": "^5.8.6", |
115 | 115 | "redux-devtools-extension": "^2.13.9", |
|
0 commit comments