Skip to content

Commit

Permalink
Oppgraderte frontendpakker
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Aug 7, 2024
1 parent 71b88d8 commit 007cfbd
Show file tree
Hide file tree
Showing 2 changed files with 264 additions and 277 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
]
},
"dependencies": {
"@amplitude/analytics-browser": "^2.9.2",
"@grafana/faro-web-sdk": "^1.8.0",
"@amplitude/analytics-browser": "^2.10.0",
"@grafana/faro-web-sdk": "^1.9.0",
"@navikt/arbeidsgiver-notifikasjon-widget": "6.5.9",
"@navikt/bedriftsmeny": "^6.13.0",
"@navikt/ds-css": "^6.11.0",
"@navikt/ds-css": "^6.14.0",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "^6.11.0",
"@navikt/ds-react": "^6.14.0",
"@navikt/ia-metrikker-client": "1.9.4",
"@navikt/nav-dekoratoren-moduler": "^2.1.6",
"@navikt/next-api-proxy": "^3.4.2",
"@navikt/next-auth-wonderwall": "1.6.0",
"@testing-library/dom": "^10.2.0",
"@testing-library/dom": "^10.4.0",
"@types/cheerio": "^0.22.35",
"@types/classnames": "^2.3.1",
"@types/history": "^5.0.0",
Expand All @@ -39,39 +39,39 @@
"@types/uuid": "^10.0.0",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.4.5",
"msw": "^2.3.1",
"next": "^14.2.4",
"pino": "^9.2.0",
"msw": "^2.3.5",
"next": "^14.2.5",
"pino": "^9.3.2",
"react": "^18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "^6.24.0",
"react-router-dom": "^6.26.0",
"react-to-print": "^2.15.1",
"recharts": "^2.12.7",
"swr": "^2.2.5",
"typescript": "^5.4.5",
"undici": "^6.19.2",
"typescript": "^5.5.4",
"undici": "^6.19.5",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock": "^6.5.9",
"@navikt/eslint-config-teamia": "^1.0.7",
"@testing-library/jest-dom": "^6.4.6",
"@navikt/eslint-config-teamia": "^1.0.8",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/amplitude-js": "^8.16.5",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.14.8",
"@types/node": "^20.14.14",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"core-js": "^3.37.1",
"core-js": "^3.38.0",
"jest-axe": "^9.0.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"prettier": "^3.3.2",
"sass": "^1.77.6",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"whatwg-fetch": "^3.6.20"
}
}
Loading

0 comments on commit 007cfbd

Please sign in to comment.