diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 3c15dae1e..5c5b21938 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -13,7 +13,7 @@ "@navikt/ds-css": "^7.0.0", "@navikt/ds-react": "^7.0.0", "@navikt/ds-tailwind": "^7.0.0", - "@trivago/prettier-plugin-sort-imports": "^4.3.0", + "@trivago/prettier-plugin-sort-imports": "^5.2.0", "@types/draft-js": "^0.11.13", "@types/markdown-draft-js": "^2.2.5", "@types/react-draft-wysiwyg": "^1.13.5", @@ -97,12 +97,12 @@ "devDependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@craco/craco": "^7.1.0", - "@trivago/prettier-plugin-sort-imports": "^4.3.0", + "@trivago/prettier-plugin-sort-imports": "^5.2.0", "@types/amplitude-js": "^8.16.3", "@types/lodash": "^4.14.199", "@types/node": "^22.0.0", - "@types/react": "19.0.0", - "@types/react-dom": "19.0.0", + "@types/react": "19.0.2", + "@types/react-dom": "19.0.2", "@types/react-helmet": "^6.1.7", "@types/react-router-dom": "^5.3.3", "@types/yup": "^0.32.0", @@ -120,7 +120,7 @@ "prettier": "3.4.2", "react-helmet": "^6.1.0", "react-localization": "^1.0.19", - "react-router-dom": "7.0.2", + "react-router-dom": "7.1.0", "react-scripts": "5.0.1", "tailwindcss": "^3.4.1" },