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