|
34 | 34 | "storybook": "VITE_LOCAL_STORYBOOK=true storybook dev -p 9001",
|
35 | 35 | "build-storybook": "storybook build -o .static_storybook",
|
36 | 36 | "build-storybook-test": "VITE_LOCAL_STORYBOOK=true storybook build --test -o .static_storybook",
|
37 |
| - "prepare": "husky install", |
| 37 | + "prepare": "husky", |
38 | 38 | "sentry-release": "(SENTRY_RELEASE=$(git rev-parse --short HEAD); node ./scripts/sentry-release.cjs)"
|
39 | 39 | },
|
40 | 40 | "workspaces": [
|
|
43 | 43 | ],
|
44 | 44 | "dependencies": {
|
45 | 45 | "@hookform/error-message": "^2.0.1",
|
46 |
| - "@navikt/aksel-icons": "6.13.0", |
47 |
| - "@navikt/ds-css": "6.13.0", |
48 |
| - "@navikt/ds-react": "6.13.0", |
49 |
| - "@navikt/ds-tailwind": "^6.13.0", |
50 |
| - "@navikt/familie-endringslogg": "13.1.1", |
51 |
| - "@navikt/ft-plattform-komponenter": "3.0.4", |
| 46 | + "@navikt/aksel-icons": "6.16.3", |
| 47 | + "@navikt/ds-css": "6.16.3", |
| 48 | + "@navikt/ds-react": "6.16.3", |
| 49 | + "@navikt/ds-tailwind": "^6.16.3", |
| 50 | + "@navikt/familie-endringslogg": "13.1.2", |
| 51 | + "@navikt/ft-plattform-komponenter": "3.0.8", |
52 | 52 | "@popperjs/core": "2.11.8",
|
53 |
| - "@sentry/browser": "8.27.0", |
54 |
| - "@sentry/react": "^8.27.0", |
55 |
| - "axios": "1.7.5", |
| 53 | + "@sentry/browser": "8.28.0", |
| 54 | + "@sentry/react": "^8.28.0", |
| 55 | + "axios": "1.7.7", |
56 | 56 | "date-fns": "3.6.0",
|
57 | 57 | "date-fns-tz": "3.1.3",
|
58 | 58 | "history": "5.3.0",
|
|
61 | 61 | "postcss-import": "^16.1.0",
|
62 | 62 | "react": "18.3.1",
|
63 | 63 | "react-dom": "18.3.1",
|
64 |
| - "react-router": "6.26.0", |
65 |
| - "react-router-dom": "6.26.0", |
| 64 | + "react-router": "6.26.1", |
| 65 | + "react-router-dom": "6.26.1", |
66 | 66 | "vite-plugin-svgr": "4.2.0"
|
67 | 67 | },
|
68 | 68 | "devDependencies": {
|
69 |
| - "@playwright/test": "^1.46.1", |
70 |
| - "@sentry/cli": "2.34.1", |
| 69 | + "@playwright/test": "^1.47.0", |
| 70 | + "@sentry/cli": "2.35.0", |
71 | 71 | "@storybook/addon-a11y": "^8.2.9",
|
72 | 72 | "@storybook/addon-actions": "^8.2.9",
|
73 | 73 | "@storybook/addon-docs": "^8.2.9",
|
|
85 | 85 | "@testing-library/user-event": "14.5.2",
|
86 | 86 | "@types/history": "5.0.0",
|
87 | 87 | "@types/prop-types": "15.7.12",
|
88 |
| - "@types/react": "18.3.3", |
| 88 | + "@types/react": "18.3.5", |
89 | 89 | "@types/react-collapse": "5.0.4",
|
90 | 90 | "@types/react-router-dom": "5.3.3",
|
91 | 91 | "@types/redux-form": "8.3.11",
|
|
95 | 95 | "cross-env": "7.0.3",
|
96 | 96 | "eslint": "9.9.1",
|
97 | 97 | "eslint-config-prettier": "9.1.0",
|
98 |
| - "eslint-plugin-jsx-a11y": "6.9.0", |
99 |
| - "eslint-plugin-react": "7.35.0", |
| 98 | + "eslint-plugin-jsx-a11y": "6.10.0", |
| 99 | + "eslint-plugin-react": "7.35.2", |
100 | 100 | "eslint-plugin-vitest": "~0.5.4",
|
101 | 101 | "globals": "^15.9.0",
|
102 | 102 | "husky": "9.1.5",
|
103 |
| - "jsdom": "24.1.1", |
104 |
| - "lint-staged": "15.2.9", |
105 |
| - "msw": "2.4.1", |
| 103 | + "jsdom": "24.1.3", |
| 104 | + "lint-staged": "15.2.10", |
| 105 | + "msw": "2.4.2", |
106 | 106 | "msw-storybook-addon": "^2.0.3",
|
107 |
| - "postcss": "^8.4.41", |
| 107 | + "postcss": "^8.4.45", |
108 | 108 | "prettier": "3.3.3",
|
109 | 109 | "react-popper": "2.3.0",
|
110 | 110 | "storybook": "^8.2.9",
|
|
115 | 115 | "typed-css-modules": "^0.9.1",
|
116 | 116 | "typescript": "5.5.4",
|
117 | 117 | "typescript-eslint": "^7.18.0",
|
118 |
| - "vite": "^5.4.2", |
| 118 | + "vite": "^5.4.3", |
119 | 119 | "vite-plugin-html": "^3.2.2",
|
120 | 120 | "vitest": "2.0.5",
|
121 | 121 | "vitest-axe": "0.1.0"
|
122 | 122 | },
|
123 | 123 | "resolutions": {
|
124 |
| - "postcss": "8.4.41", |
| 124 | + "postcss": "8.4.45", |
125 | 125 | "parse-url": "8.1.0",
|
126 | 126 | "@types/react": "17"
|
127 | 127 | },
|
|
0 commit comments