Skip to content

Commit 01c02da

Browse files
committed
Prøver å oppgradere pakker igjen (men ikke react-router-dom).
1 parent ab8000c commit 01c02da

File tree

3 files changed

+266
-190
lines changed

3 files changed

+266
-190
lines changed

package.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
]
2020
},
2121
"dependencies": {
22-
"@amplitude/analytics-browser": "^2.11.9",
23-
"@grafana/faro-web-sdk": "^1.11.0",
24-
"@navikt/aksel-icons": "^7.5.1",
25-
"@navikt/arbeidsgiver-notifikasjon-widget": "^7.1.4",
26-
"@navikt/bedriftsmeny": "^7.0.4",
27-
"@navikt/ds-css": "^7.5.1",
22+
"@amplitude/analytics-browser": "^2.11.11",
23+
"@grafana/faro-web-sdk": "^1.12.2",
24+
"@navikt/aksel-icons": "^7.9.1",
25+
"@navikt/arbeidsgiver-notifikasjon-widget": "^7.2.1",
26+
"@navikt/bedriftsmeny": "^7.0.5",
27+
"@navikt/ds-css": "^7.9.1",
2828
"@navikt/ds-icons": "^3.4.3",
29-
"@navikt/ds-react": "^7.5.1",
29+
"@navikt/ds-react": "^7.9.1",
3030
"@navikt/ia-metrikker-client": "1.9.4",
3131
"@navikt/nav-dekoratoren-moduler": "^2.1.6",
32-
"@navikt/next-api-proxy": "^4.1.2",
33-
"@navikt/oasis": "^3.4.0",
32+
"@navikt/next-api-proxy": "^4.1.3",
33+
"@navikt/oasis": "^3.6.0",
3434
"@testing-library/dom": "^10.4.0",
3535
"@types/cheerio": "^0.22.35",
3636
"@types/classnames": "^2.3.4",
@@ -39,38 +39,38 @@
3939
"@types/react-router-dom": "^5.3.3",
4040
"@types/uuid": "^10.0.0",
4141
"cheerio": "^1.0.0",
42-
"dotenv": "^16.4.5",
43-
"msw": "2.6.4",
44-
"next": "^14.2.21",
45-
"pino": "^9.5.0",
42+
"dotenv": "^16.4.7",
43+
"msw": "2.7.0",
44+
"next": "^14.2.23",
45+
"pino": "^9.6.0",
4646
"react": "^18.3.1",
4747
"react-dom": "18.3.1",
48-
"react-router-dom": "^6.28.0",
49-
"react-to-print": "^3.0.2",
50-
"recharts": "^2.13.3",
51-
"swr": "^2.2.5",
52-
"typescript": "^5.6.3",
48+
"react-router-dom": "^6.2.8",
49+
"react-to-print": "^3.0.4",
50+
"recharts": "^2.15.0",
51+
"swr": "^2.3.0",
52+
"typescript": "^5.7.3",
5353
"undici": "^6.20.1",
54-
"uuid": "^11.0.3",
55-
"zod": "^3.23.8"
54+
"uuid": "^11.0.5",
55+
"zod": "^3.24.1"
5656
},
5757
"devDependencies": {
5858
"@navikt/eslint-config-teamia": "^1.0.8",
5959
"@testing-library/jest-dom": "^6.6.3",
60-
"@testing-library/react": "^16.0.1",
60+
"@testing-library/react": "^16.1.0",
6161
"@testing-library/user-event": "^14.5.2",
6262
"@types/jest": "^29.5.14",
6363
"@types/jest-axe": "^3.5.9",
64-
"@types/node": "^20.17.6",
65-
"@types/react": "18.3.12",
66-
"@types/react-dom": "18.3.1",
67-
"core-js": "^3.39.0",
64+
"@types/node": "^20.17.12",
65+
"@types/react": "18.3.18",
66+
"@types/react-dom": "18.3.5",
67+
"core-js": "^3.40.0",
6868
"jest-axe": "^9.0.0",
6969
"jest-cli": "^29.7.0",
7070
"jest-environment-jsdom": "^29.7.0",
7171
"jest-transform-stub": "^2.0.0",
72-
"prettier": "^3.3.3",
73-
"sass": "^1.80.6",
72+
"prettier": "^3.4.2",
73+
"sass": "^1.83.1",
7474
"whatwg-fetch": "^3.6.20"
7575
}
7676
}

src/styles/globals.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
@import "~@navikt/ds-css";
1+
@import "@navikt/ds-css";

0 commit comments

Comments
 (0)