Skip to content

Commit

Permalink
Oppgraderte pakker, forhåpentligvis bare de safe.
Browse files Browse the repository at this point in the history
  • Loading branch information
sstensby committed Mar 26, 2024
1 parent 49ab175 commit dbbafe4
Show file tree
Hide file tree
Showing 5 changed files with 388 additions and 378 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
//npm.pkg.github.com/:_authToken=${NODE_AUTH_TOKEN}
@navikt:registry=https://npm.pkg.github.com
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,57 +19,57 @@
]
},
"dependencies": {
"@amplitude/analytics-browser": "^2.3.8",
"@grafana/faro-web-sdk": "^1.2.1",
"@navikt/arbeidsgiver-notifikasjon-widget": "6.4.0",
"@navikt/bedriftsmeny": "^6.11.0",
"@amplitude/analytics-browser": "^2.6.0",
"@grafana/faro-web-sdk": "^1.5.0",
"@navikt/arbeidsgiver-notifikasjon-widget": "6.5.3",
"@navikt/bedriftsmeny": "^6.13.0",
"@navikt/ds-css": "5.6.3",
"@navikt/ds-icons": "3.4.3",
"@navikt/ds-react": "5.6.3",
"@navikt/ia-metrikker-client": "1.9.4",
"@navikt/nav-dekoratoren-moduler": "^2.1.3",
"@navikt/nav-dekoratoren-moduler": "^2.1.6",
"@navikt/next-api-proxy": "^3.3.0",
"@navikt/next-auth-wonderwall": "1.5.0",
"@types/cheerio": "^0.22.32",
"@navikt/next-auth-wonderwall": "1.6.0",
"@types/cheerio": "^0.22.35",
"@types/classnames": "^2.3.1",
"@types/history": "^5.0.0",
"@types/node-fetch": "^3.0.3",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.4",
"@types/uuid": "^9.0.8",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"msw": "^1.3.2",
"next": "^13.5.4",
"pino": "^8.15.6",
"pino": "^8.19.0",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.16.0",
"react-to-print": "^2.14.15",
"recharts": "^2.8.0",
"swr": "^2.2.4",
"typescript": "^5.2.2",
"react-router-dom": "^6.22.3",
"react-to-print": "^2.15.1",
"recharts": "^2.12.3",
"swr": "^2.2.5",
"typescript": "^5.4.3",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock": "^6.4.0",
"@navikt/arbeidsgiver-notifikasjoner-brukerapi-mock": "^6.5.3",
"@navikt/eslint-config-teamia": "^1.0.7",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/amplitude-js": "^8.16.3",
"@types/jest": "^29.5.9",
"@types/jest-axe": "^3.5.6",
"@types/node": "^20.8.2",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"core-js": "^3.33.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@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.11.30",
"@types/react": "18.2.71",
"@types/react-dom": "18.2.22",
"core-js": "^3.36.1",
"jest-axe": "^8.0.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"prettier": "^3.0.3",
"sass": "^1.69.0",
"whatwg-fetch": "^3.6.19"
"prettier": "^3.2.5",
"sass": "^1.72.0",
"whatwg-fetch": "^3.6.20"
}
}
2 changes: 1 addition & 1 deletion src/Banner/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { AltinnOrganisasjon } from "../integrasjoner/altinnorganisasjon-api";
import { useRouter } from "next/router";
import Bedriftsmeny, { ForebyggeSykefravaer } from "@navikt/bedriftsmeny";
import { NotifikasjonWidget } from "@navikt/arbeidsgiver-notifikasjon-widget";

import '@navikt/arbeidsgiver-notifikasjon-widget/lib/esm/index.css';
import {sendBedriftValgtEvent} from "../amplitude/amplitude";

interface Props {
Expand Down
1 change: 1 addition & 0 deletions src/komponenter/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { Heading, Ingress } from "@navikt/ds-react";
import { AltinnOrganisasjon } from "../../integrasjoner/altinnorganisasjon-api";
import { NotifikasjonWidgetProvider } from "@navikt/arbeidsgiver-notifikasjon-widget";
import { AUTHENTICATED_BASE_PATH } from "../../utils/konstanter";
import '@navikt/arbeidsgiver-notifikasjon-widget/lib/esm/index.css';

export const Layout = (props: {
title: string;
Expand Down
Loading

0 comments on commit dbbafe4

Please sign in to comment.