Skip to content

Commit

Permalink
Update npm non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 7, 2024
1 parent 788c6fd commit 58be94a
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 142 deletions.
2 changes: 1 addition & 1 deletion frontend/app-development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "18.3.1",
"react-i18next": "14.1.2",
"react-redux": "9.1.2",
"react-router-dom": "6.24.0",
"react-router-dom": "6.24.1",
"redux": "5.0.1",
"redux-saga": "1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion frontend/app-preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.0"
"react-router-dom": "6.24.1"
},
"devDependencies": {
"cross-env": "7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.0",
"react-router-dom": "6.24.1",
"react-use": "17.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/libs/studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"uuid": "10.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "1.6.0",
"@chromatic-com/storybook": "1.6.1",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
Expand Down
2 changes: 1 addition & 1 deletion frontend/packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.0"
"react-router-dom": "6.24.1"
},
"devDependencies": {
"@types/react": "18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion frontend/resourceadm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.24.0",
"react-router-dom": "6.24.1",
"react-use": "17.5.0"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@digdir/designsystemet-css": "0.10.0",
"@digdir/designsystemet-react": "0.63.0",
"@digdir/designsystemet-theme": "0.15.3",
"@microsoft/applicationinsights-react-js": "17.2.0",
"@microsoft/applicationinsights-react-js": "17.3.0",
"@microsoft/applicationinsights-web": "3.3.0",
"@microsoft/signalr": "8.0.0",
"@tanstack/react-query": "5.49.2",
Expand All @@ -20,16 +20,16 @@
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-i18next": "14.1.2",
"react-router-dom": "6.24.0",
"react-router-dom": "6.24.1",
"react-toastify": "10.0.5"
},
"devDependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@svgr/webpack": "8.1.0",
"@swc/core": "1.6.6",
"@swc/core": "1.6.7",
"@swc/jest": "0.2.36",
"@testing-library/dom": "10.2.0",
"@testing-library/dom": "10.3.0",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
Expand Down Expand Up @@ -70,7 +70,7 @@
"whatwg-fetch": "3.6.20"
},
"resolutions": {
"@testing-library/dom": "10.2.0",
"@testing-library/dom": "10.3.0",
"@babel/traverse": "7.24.7"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 58be94a

Please sign in to comment.