Skip to content

Commit 53eb930

Browse files
committed
build: update dependencies to last minor version available
1 parent fc90098 commit 53eb930

File tree

2 files changed

+626
-687
lines changed

2 files changed

+626
-687
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@mui/material": "^5.17.1",
1616
"@mui/styles": "^5.17.1",
1717
"@reduxjs/toolkit": "^1.9.7",
18-
"axios": "^1.8.4",
18+
"axios": "^1.9.0",
1919
"date-fns": "^4.1.0",
2020
"deepmerge": "^4.3.1",
2121
"fast-deep-equal": "^3.1.3",
@@ -27,7 +27,7 @@
2727
"react-countdown": "^2.3.6",
2828
"react-dom": "^17.0.2",
2929
"react-fade-in": "^2.0.1",
30-
"react-hook-form": "^7.55.0",
30+
"react-hook-form": "^7.56.2",
3131
"react-i18next": "^13.5.0",
3232
"react-idle-timer": "^5.7.2",
3333
"react-redux": "^7.2.9",
@@ -36,9 +36,9 @@
3636
"redux-saga": "^1.3.0",
3737
"rfdc": "^1.4.1",
3838
"rxjs": "^7.8.2",
39-
"sass": "^1.86.2",
39+
"sass": "^1.87.0",
4040
"tslib": "^2.8.1",
41-
"zod": "^3.24.2"
41+
"zod": "^3.24.4"
4242
},
4343
"scripts": {
4444
"start": "cross-env ESLINT_NO_DEV_ERRORS=true REACT_APP_APP_VERSION=$npm_package_version HOST=localhost react-app-rewired start",
@@ -69,10 +69,10 @@
6969
},
7070
"devDependencies": {
7171
"@azure/msal-node": "^2.16.2",
72-
"@babel/core": "^7.26.10",
72+
"@babel/core": "^7.27.1",
7373
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
74-
"@babel/preset-env": "^7.26.9",
75-
"@babel/preset-react": "^7.26.3",
74+
"@babel/preset-env": "^7.27.1",
75+
"@babel/preset-react": "^7.27.1",
7676
"@testing-library/jest-dom": "^6.6.3",
7777
"@testing-library/react": "^12.1.5",
7878
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
@@ -98,7 +98,7 @@
9898
"eslint-plugin-promise": "^6.6.0",
9999
"eslint-plugin-react": "^7.35.0",
100100
"eslint-plugin-react-hooks": "^4.6.2",
101-
"http-proxy-middleware": "^2.0.7",
101+
"http-proxy-middleware": "^2.0.9",
102102
"https-browserify": "^1.0.0",
103103
"i18next-parser": "^8.13.0",
104104
"jest": "~29.7.0",
@@ -111,7 +111,7 @@
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.7",
114+
"read-excel-file": "^5.8.8",
115115
"redux-devtools-extension": "^2.13.9",
116116
"stream-browserify": "^3.0.0",
117117
"stream-http": "^3.2.0",

0 commit comments

Comments
 (0)