|
13 | 13 | "watch": "jest --watch",
|
14 | 14 | "export": "next export"
|
15 | 15 | },
|
16 |
| - "eslintConfig": { |
17 |
| - "extends": [ |
18 |
| - "@navikt/eslint-config-teamia" |
19 |
| - ] |
20 |
| - }, |
| 16 | + "prettier": {}, |
21 | 17 | "dependencies": {
|
22 |
| - "@amplitude/analytics-browser": "^2.11.12", |
23 |
| - "@grafana/faro-web-sdk": "^1.14.0", |
24 |
| - "@navikt/aksel-icons": "^7.14.2", |
| 18 | + "@amplitude/analytics-browser": "^2.11.13", |
| 19 | + "@grafana/faro-web-sdk": "^1.14.1", |
| 20 | + "@navikt/aksel-icons": "^7.17.1", |
25 | 21 | "@navikt/arbeidsgiver-notifikasjon-widget": "^7.2.3",
|
26 | 22 | "@navikt/bedriftsmeny": "^7.0.5",
|
27 |
| - "@navikt/ds-css": "^7.14.2", |
| 23 | + "@navikt/ds-css": "^7.17.1", |
28 | 24 | "@navikt/ds-icons": "^3.4.3",
|
29 |
| - "@navikt/ds-react": "^7.14.2", |
| 25 | + "@navikt/ds-react": "^7.17.1", |
30 | 26 | "@navikt/ia-metrikker-client": "1.9.4",
|
31 | 27 | "@navikt/nav-dekoratoren-moduler": "^2.1.6",
|
32 | 28 | "@navikt/next-api-proxy": "^4.1.3",
|
|
39 | 35 | "@types/uuid": "^10.0.0",
|
40 | 36 | "dotenv": "^16.4.7",
|
41 | 37 | "msw": "2.7.3",
|
42 |
| - "next": "15.2.0", |
| 38 | + "next": "15.2.2", |
43 | 39 | "pino": "^9.6.0",
|
44 | 40 | "react": "^19.0.0",
|
45 | 41 | "react-dom": "^19.0.0",
|
46 |
| - "react-router-dom": "^6.29.0", |
| 42 | + "react-router-dom": "^7.3.0", |
47 | 43 | "react-to-print": "^3.0.5",
|
48 | 44 | "recharts": "^2.15.1",
|
49 |
| - "swr": "^2.3.2", |
| 45 | + "swr": "^2.3.3", |
50 | 46 | "typescript": "^5.7.3",
|
51 | 47 | "uuid": "^11.1.0",
|
52 | 48 | "zod": "^3.24.2"
|
53 | 49 | },
|
54 | 50 | "devDependencies": {
|
55 |
| - "@navikt/eslint-config-teamia": "^1.0.8", |
| 51 | + "@eslint/compat": "^1.2.7", |
| 52 | + "@eslint/js": "^10.0.0", |
56 | 53 | "@testing-library/jest-dom": "^6.6.3",
|
57 | 54 | "@testing-library/react": "^16.2.0",
|
58 | 55 | "@testing-library/user-event": "^14.6.1",
|
59 | 56 | "@types/jest": "^29.5.14",
|
60 | 57 | "@types/jest-axe": "^3.5.9",
|
61 |
| - "@types/node": "^22.13.5", |
| 58 | + "@types/node": "^22.13.10", |
62 | 59 | "@types/react": "19.0.10",
|
63 | 60 | "@types/react-dom": "19.0.4",
|
64 |
| - "core-js": "^3.40.0", |
65 |
| - "jest-axe": "^9.0.0", |
| 61 | + "core-js": "^3.41.0", |
| 62 | + "eslint": "^9.22.0", |
| 63 | + "eslint-config-next": "^15.2.2", |
| 64 | + "eslint-config-prettier": "^10.1.1", |
| 65 | + "eslint-plugin-jest": "^28.11.0", |
| 66 | + "eslint-plugin-next": "^0.0.0", |
| 67 | + "jest": "^29.7.0", |
| 68 | + "jest-axe": "^10.0.0", |
66 | 69 | "jest-cli": "^29.7.0",
|
67 | 70 | "jest-environment-jsdom": "^29.7.0",
|
68 | 71 | "jest-transform-stub": "^2.0.0",
|
69 |
| - "prettier": "^3.5.2", |
| 72 | + "prettier": "^3.5.3", |
70 | 73 | "sass": "^1.85.1",
|
| 74 | + "typescript-eslint": "^8.26.1", |
71 | 75 | "whatwg-fetch": "^3.6.20"
|
72 | 76 | }
|
73 | 77 | }
|
0 commit comments