Skip to content

Commit

Permalink
fix(deps): update npm non-major dependencies (#13339)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent f507617 commit e99e09e
Show file tree
Hide file tree
Showing 5 changed files with 434 additions and 429 deletions.
2 changes: 1 addition & 1 deletion frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"author": "Altinn",
"dependencies": {
"@mui/material": "5.16.6",
"@mui/material": "5.16.7",
"classnames": "2.5.1",
"qs": "6.13.0",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ux-editor-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.1",
"author": "Altinn",
"dependencies": {
"@mui/material": "5.16.6",
"@mui/material": "5.16.7",
"@reduxjs/toolkit": "1.9.7",
"@studio/icons": "workspace:^",
"classnames": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/ux-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.1",
"author": "Altinn",
"dependencies": {
"@mui/material": "5.16.6",
"@mui/material": "5.16.7",
"@studio/icons": "workspace:^",
"classnames": "2.5.1",
"react": "18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"@digdir/designsystemet-react": "0.63.0",
"@digdir/designsystemet-theme": "0.15.3",
"@microsoft/applicationinsights-react-js": "17.3.0",
"@microsoft/applicationinsights-web": "3.3.0",
"@microsoft/applicationinsights-web": "3.3.1",
"@microsoft/signalr": "8.0.7",
"@tanstack/react-query": "5.51.21",
"@tanstack/react-query-devtools": "5.51.21",
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query-devtools": "5.51.23",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"i18next": "23.12.2",
Expand All @@ -27,7 +27,7 @@
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@svgr/webpack": "8.1.0",
"@swc/core": "1.7.6",
"@swc/core": "1.7.10",
"@swc/jest": "0.2.36",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
Expand Down
Loading

0 comments on commit e99e09e

Please sign in to comment.