Skip to content

Commit f2c24b2

Browse files
committed
build: update dependencies to last minor version available
1 parent 59ee4e7 commit f2c24b2

File tree

2 files changed

+317
-164
lines changed

2 files changed

+317
-164
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"version": "6.4.3",
44
"private": true,
55
"dependencies": {
6-
"@cosmotech/api-ts": "^3.2.9",
6+
"@cosmotech/api-ts": "^3.3.4",
77
"@cosmotech/azure": "^2.0.1",
88
"@cosmotech/core": "^2.0.0",
99
"@cosmotech/ui": "^9.6.0",
1010
"@emotion/react": "^11.14.0",
1111
"@emotion/styled": "^11.14.0",
12-
"@microsoft/applicationinsights-web": "^3.3.5",
13-
"@mui/icons-material": "^5.16.14",
12+
"@microsoft/applicationinsights-web": "^3.3.6",
13+
"@mui/icons-material": "^5.17.1",
1414
"@mui/lab": "^5.0.0-alpha.175",
15-
"@mui/material": "^5.16.14",
16-
"@mui/styles": "^5.16.14",
15+
"@mui/material": "^5.17.1",
16+
"@mui/styles": "^5.17.1",
1717
"@reduxjs/toolkit": "^1.9.7",
18-
"axios": "^1.7.9",
18+
"axios": "^1.8.4",
1919
"date-fns": "^4.1.0",
2020
"deepmerge": "^4.3.1",
2121
"fast-deep-equal": "^3.1.3",
@@ -27,16 +27,16 @@
2727
"react-countdown": "^2.3.6",
2828
"react-dom": "^17.0.2",
2929
"react-fade-in": "^2.0.1",
30-
"react-hook-form": "^7.54.2",
30+
"react-hook-form": "^7.55.0",
3131
"react-i18next": "^13.5.0",
3232
"react-idle-timer": "^5.7.2",
3333
"react-redux": "^7.2.9",
34-
"react-router-dom": "^6.29.0",
34+
"react-router-dom": "^6.30.0",
3535
"redux": "^4.2.1",
3636
"redux-saga": "^1.3.0",
3737
"rfdc": "^1.4.1",
38-
"rxjs": "^7.8.1",
39-
"sass": "^1.85.0",
38+
"rxjs": "^7.8.2",
39+
"sass": "^1.86.2",
4040
"tslib": "^2.8.1",
4141
"zod": "^3.24.2"
4242
},
@@ -69,7 +69,7 @@
6969
},
7070
"devDependencies": {
7171
"@azure/msal-node": "^2.16.2",
72-
"@babel/core": "^7.26.9",
72+
"@babel/core": "^7.26.10",
7373
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
7474
"@babel/preset-env": "^7.26.9",
7575
"@babel/preset-react": "^7.26.3",
@@ -106,12 +106,12 @@
106106
"jest-environment-jsdom": "~29.7.0",
107107
"jwt-simple": "^0.5.6",
108108
"os-browserify": "^0.3.0",
109-
"prettier": "^3.5.1",
109+
"prettier": "^3.5.3",
110110
"process": "^0.11.10",
111111
"react-app-rewired": "^2.2.1",
112112
"react-error-overlay": "^6.1.0",
113113
"react-scripts": "^5.0.1",
114-
"read-excel-file": "^5.8.6",
114+
"read-excel-file": "^5.8.7",
115115
"redux-devtools-extension": "^2.13.9",
116116
"stream-browserify": "^3.0.0",
117117
"stream-http": "^3.2.0",

0 commit comments

Comments
 (0)