Skip to content

Commit 8a5c990

Browse files
authored
Merge pull request #5295 from navikt/dependabot/npm_and_yarn/minor-and-patch-44d98f411e
Bump the minor-and-patch group across 1 directory with 22 updates
2 parents 682cd33 + 922de59 commit 8a5c990

File tree

9 files changed

+1256
-1161
lines changed

9 files changed

+1256
-1161
lines changed

frontend/arena-adapter-manager/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"preview": "vite preview"
1313
},
1414
"dependencies": {
15-
"@chakra-ui/react": "2.10.6",
15+
"@chakra-ui/react": "2.10.7",
1616
"@emotion/react": "11.14.0",
1717
"@emotion/styled": "11.14.0",
1818
"@rjsf/chakra-ui": "5.24.8",
1919
"@rjsf/core": "5.24.8",
2020
"@rjsf/utils": "5.24.8",
2121
"@rjsf/validator-ajv8": "5.24.8",
22-
"framer-motion": "12.4.10",
22+
"framer-motion": "12.5.0",
2323
"react": "19.0.0",
2424
"react-dom": "19.0.0",
2525
"react-hot-toast": "2.5.2",
@@ -30,9 +30,9 @@
3030
"devDependencies": {
3131
"@mr/eslint-config-react-app": "workspace:*",
3232
"@types/react": "19.0.3",
33-
"@types/react-dom": "19.0.2",
33+
"@types/react-dom": "19.0.4",
3434
"@vitejs/plugin-react": "4.3.4",
3535
"typescript": "5.8.2",
36-
"vite": "6.2.1"
36+
"vite": "6.2.2"
3737
}
3838
}

frontend/arrangor-flate/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"@react-router/express": "7.3.0",
3434
"@react-router/node": "7.3.0",
3535
"@react-router/serve": "7.3.0",
36-
"@tailwindcss/postcss": "4.0.13",
37-
"@tailwindcss/vite": "4.0.13",
36+
"@tailwindcss/postcss": "4.0.14",
37+
"@tailwindcss/vite": "4.0.14",
3838
"compression": "1.8.0",
3939
"cross-env": "7.0.3",
4040
"csp-header": "6.1.0",
4141
"express": "4.21.2",
4242
"express-prom-bundle": "8.0.0",
4343
"html-react-parser": "5.2.2",
4444
"http-proxy-middleware": "3.0.3",
45-
"isbot": "5.1.23",
45+
"isbot": "5.1.25",
4646
"jsdom": "26.0.0",
4747
"morgan": "1.10.0",
4848
"msw": "2.7.3",
@@ -64,9 +64,9 @@
6464
"@types/morgan": "1.9.9",
6565
"@types/node": "22.13.10",
6666
"@types/react": "19.0.3",
67-
"@types/react-dom": "19.0.2",
68-
"@typescript-eslint/eslint-plugin": "8.26.0",
69-
"@typescript-eslint/parser": "8.26.0",
67+
"@types/react-dom": "19.0.4",
68+
"@typescript-eslint/eslint-plugin": "8.26.1",
69+
"@typescript-eslint/parser": "8.26.1",
7070
"autoprefixer": "10.4.21",
7171
"eslint": "9.22.0",
7272
"eslint-plugin-react": "7.37.4",
@@ -75,9 +75,9 @@
7575
"playwright": "1.51.0",
7676
"postcss": "8.5.3",
7777
"postcss-import": "16.1.0",
78-
"tailwindcss": "4.0.12",
78+
"tailwindcss": "4.0.14",
7979
"typescript": "5.8.2",
80-
"vite": "6.2.1",
80+
"vite": "6.2.2",
8181
"vite-tsconfig-paths": "5.1.4"
8282
},
8383
"engines": {

frontend/eslint-config-react-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"main": "index.mjs",
66
"devDependencies": {
77
"@eslint/js": "9.22.0",
8-
"@tanstack/eslint-plugin-query": "5.67.2",
8+
"@tanstack/eslint-plugin-query": "5.68.0",
99
"eslint": "9.22.0",
1010
"eslint-plugin-prettier": "5.2.3",
1111
"eslint-plugin-promise": "7.2.1",
1212
"eslint-plugin-react": "7.37.4",
1313
"eslint-plugin-react-hooks": "5.2.0",
1414
"eslint-plugin-react-refresh": "0.4.19",
1515
"typescript": "5.8.2",
16-
"typescript-eslint": "8.26.0"
16+
"typescript-eslint": "8.26.1"
1717
}
1818
}

frontend/frontend-common/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@navikt/aksel-icons": "7.17.3",
1313
"@navikt/ds-css": "7.17.3",
1414
"@navikt/ds-react": "7.17.3",
15-
"@tanstack/react-query": "5.67.2",
15+
"@tanstack/react-query": "5.68.0",
1616
"classnames": "2.5.1",
1717
"debounce": "2.2.0",
1818
"react": "19.0.0",
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@types/react": "19.0.3",
29-
"@types/react-dom": "19.0.2"
29+
"@types/react-dom": "19.0.4"
3030
},
3131
"repository": {
3232
"type": "git",

frontend/mr-admin-flate/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"playwright:codegen": "playwright codegen playwright.dev"
2121
},
2222
"dependencies": {
23-
"@amplitude/analytics-browser": "2.11.13",
23+
"@amplitude/analytics-browser": "2.12.0",
2424
"@grafana/faro-web-sdk": "1.14.1",
2525
"@hookform/resolvers": "4.1.3",
2626
"@mr/api-client-v2": "workspace:*",
@@ -31,16 +31,16 @@
3131
"@navikt/ds-tailwind": "7.17.3",
3232
"@portabletext/react": "3.2.1",
3333
"@portabletext/types": "2.0.13",
34-
"@tailwindcss/vite": "4.0.13",
35-
"@tanstack/react-query": "5.67.2",
36-
"@tanstack/react-query-devtools": "5.67.2",
34+
"@tailwindcss/vite": "4.0.14",
35+
"@tanstack/react-query": "5.68.0",
36+
"@tanstack/react-query-devtools": "5.68.0",
3737
"@types/is-url": "1.2.32",
3838
"classnames": "2.5.1",
3939
"highcharts": "12.1.2",
4040
"highcharts-react-official": "3.2.1",
4141
"is-hotkey": "0.2.0",
4242
"is-url": "1.2.4",
43-
"jotai": "2.12.1",
43+
"jotai": "2.12.2",
4444
"react": "19.0.0",
4545
"react-dom": "19.0.0",
4646
"react-hook-form": "7.54.2",
@@ -56,7 +56,7 @@
5656
},
5757
"devDependencies": {
5858
"@axe-core/playwright": "4.10.1",
59-
"@chromatic-com/storybook": "3.2.5",
59+
"@chromatic-com/storybook": "3.2.6",
6060
"@mr/eslint-config-react-app": "workspace:*",
6161
"@playwright/test": "1.51.0",
6262
"@rollup/plugin-terser": "0.4.4",
@@ -67,26 +67,26 @@
6767
"@storybook/react": "8.6.4",
6868
"@storybook/react-vite": "8.6.4",
6969
"@storybook/test": "8.6.4",
70-
"@tailwindcss/postcss": "4.0.13",
70+
"@tailwindcss/postcss": "4.0.14",
7171
"@tailwindcss/typography": "0.5.16",
7272
"@testing-library/dom": "10.4.0",
7373
"@testing-library/react": "16.2.0",
7474
"@testing-library/user-event": "14.6.1",
7575
"@types/is-hotkey": "0.1.10",
7676
"@types/react": "19.0.3",
77-
"@types/react-dom": "19.0.2",
77+
"@types/react-dom": "19.0.4",
7878
"@vitejs/plugin-react": "4.3.4",
7979
"axe-core": "4.10.3",
8080
"cross-env": "7.0.3",
8181
"happy-dom": "17.4.4",
8282
"msw": "2.7.3",
8383
"playwright": "1.51.0",
8484
"storybook": "8.6.4",
85-
"tailwindcss": "4.0.12",
85+
"tailwindcss": "4.0.14",
8686
"typescript": "5.8.2",
87-
"vite": "6.2.1",
87+
"vite": "6.2.2",
8888
"vite-tsconfig-paths": "5.1.4",
89-
"vitest": "3.0.8"
89+
"vitest": "3.0.9"
9090
},
9191
"msw": {
9292
"workerDirectory": [

frontend/mulighetsrommet-cms/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"@navikt/aksel-icons": "7.17.3",
1818
"@portabletext/react": "3.2.1",
1919
"@sanity/client": "6.28.3",
20-
"@sanity/ui": "2.15.2",
21-
"@sanity/util": "3.78.1",
22-
"@sanity/vision": "3.78.1",
20+
"@sanity/ui": "2.15.7",
21+
"@sanity/util": "3.79.0",
22+
"@sanity/vision": "3.79.0",
2323
"react": "19.0.0",
2424
"react-dom": "19.0.0",
2525
"react-icons": "5.5.0",
2626
"react-switch": "7.1.0",
27-
"sanity": "3.78.1",
27+
"sanity": "3.79.0",
2828
"styled-components": "6.1.15"
2929
},
3030
"devDependencies": {

frontend/mulighetsrommet-veileder-flate/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"not op_mini all"
2727
],
2828
"dependencies": {
29-
"@amplitude/analytics-browser": "2.11.13",
29+
"@amplitude/analytics-browser": "2.12.0",
3030
"@emotion/cache": "11.14.0",
3131
"@emotion/react": "11.14.0",
3232
"@grafana/faro-web-sdk": "1.14.1",
@@ -37,21 +37,21 @@
3737
"@navikt/ds-react": "7.17.3",
3838
"@navikt/ds-tailwind": "7.17.3",
3939
"@portabletext/react": "3.2.1",
40-
"@tailwindcss/postcss": "4.0.13",
41-
"@tailwindcss/vite": "4.0.13",
42-
"@tanstack/react-query": "5.67.2",
43-
"@tanstack/react-query-devtools": "5.67.2",
40+
"@tailwindcss/postcss": "4.0.14",
41+
"@tailwindcss/vite": "4.0.14",
42+
"@tanstack/react-query": "5.68.0",
43+
"@tanstack/react-query-devtools": "5.68.0",
4444
"axe-core": "4.10.3",
4545
"classnames": "2.5.1",
46-
"jotai": "2.12.1",
46+
"jotai": "2.12.2",
4747
"jotai-location": "0.5.5",
4848
"react": "19.0.0",
4949
"react-dom": "19.0.0",
5050
"react-error-boundary": "5.0.0",
5151
"react-joyride": "2.9.3",
5252
"react-markdown": "10.1.0",
5353
"react-router": "7.3.0",
54-
"tailwindcss": "4.0.12",
54+
"tailwindcss": "4.0.14",
5555
"uuid": "11.1.0",
5656
"zod": "3.24.2"
5757
},
@@ -62,7 +62,7 @@
6262
"@tailwindcss/typography": "0.5.16",
6363
"@types/node": "22.13.10",
6464
"@types/react": "19.0.3",
65-
"@types/react-dom": "19.0.2",
65+
"@types/react-dom": "19.0.4",
6666
"@vitejs/plugin-react": "4.3.4",
6767
"cross-env": "7.0.3",
6868
"dotenv": "16.4.7",
@@ -72,10 +72,10 @@
7272
"rollup-plugin-visualizer": "5.14.0",
7373
"sass-embedded": "1.85.1",
7474
"typescript": "5.8.2",
75-
"vite": "6.2.1",
75+
"vite": "6.2.2",
7676
"vite-plugin-shadow-style": "1.2.0",
7777
"vite-tsconfig-paths": "5.1.4",
78-
"vitest": "3.0.8"
78+
"vitest": "3.0.9"
7979
},
8080
"msw": {
8181
"workerDirectory": [

frontend/storybook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"autoprefixer": "10.4.21",
2626
"postcss": "8.5.3",
2727
"storybook": "8.6.4",
28-
"tailwindcss": "4.0.12",
29-
"vite": "6.2.1"
28+
"tailwindcss": "4.0.14",
29+
"vite": "6.2.2"
3030
},
3131
"msw": {
3232
"workerDirectory": [

0 commit comments

Comments
 (0)