Skip to content

Commit 6266bde

Browse files
committed
build: update dependencies to last minor version available
1 parent 1355e76 commit 6266bde

File tree

2 files changed

+437
-208
lines changed

2 files changed

+437
-208
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"@cosmotech/ui": "^9.6.0",
1010
"@emotion/react": "^11.14.0",
1111
"@emotion/styled": "^11.14.1",
12-
"@microsoft/applicationinsights-web": "^3.3.9",
12+
"@microsoft/applicationinsights-web": "^3.3.10",
1313
"@mui/icons-material": "^5.18.0",
1414
"@mui/lab": "^5.0.0-alpha.177",
1515
"@mui/material": "^5.18.0",
1616
"@mui/styles": "^5.18.0",
1717
"@redux-devtools/extension": "^3.3.0",
1818
"@reduxjs/toolkit": "^1.9.7",
19-
"axios": "^1.11.0",
19+
"axios": "^1.13.2",
2020
"date-fns": "^4.1.0",
2121
"deepmerge": "^4.3.1",
2222
"fast-deep-equal": "^3.1.3",
@@ -28,16 +28,16 @@
2828
"react-countdown": "^2.3.6",
2929
"react-dom": "^17.0.2",
3030
"react-fade-in": "^2.0.1",
31-
"react-hook-form": "^7.62.0",
31+
"react-hook-form": "^7.67.0",
3232
"react-i18next": "^13.5.0",
3333
"react-idle-timer": "^5.7.2",
3434
"react-redux": "^7.2.9",
35-
"react-router-dom": "^6.30.1",
35+
"react-router-dom": "^6.30.2",
3636
"redux": "^4.2.1",
37-
"redux-saga": "^1.3.0",
37+
"redux-saga": "^1.4.2",
3838
"rfdc": "^1.4.1",
3939
"rxjs": "^7.8.2",
40-
"sass": "^1.90.0",
40+
"sass": "^1.94.2",
4141
"tslib": "^2.8.1",
4242
"zod": "^3.25.76"
4343
},
@@ -70,11 +70,11 @@
7070
},
7171
"devDependencies": {
7272
"@azure/msal-node": "^2.16.3",
73-
"@babel/core": "^7.28.0",
73+
"@babel/core": "^7.28.5",
7474
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
75-
"@babel/preset-env": "^7.28.0",
76-
"@babel/preset-react": "^7.27.1",
77-
"@testing-library/jest-dom": "^6.6.4",
75+
"@babel/preset-env": "^7.28.5",
76+
"@babel/preset-react": "^7.28.5",
77+
"@testing-library/jest-dom": "^6.9.1",
7878
"@testing-library/react": "^12.1.5",
7979
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
8080
"assert": "^2.1.0",
@@ -107,7 +107,7 @@
107107
"jest-environment-jsdom": "~29.7.0",
108108
"jwt-simple": "^0.5.6",
109109
"os-browserify": "^0.3.0",
110-
"prettier": "^3.6.2",
110+
"prettier": "^3.7.3",
111111
"process": "^0.11.10",
112112
"react-app-rewired": "^2.2.1",
113113
"react-error-overlay": "^6.1.0",

0 commit comments

Comments
 (0)