Skip to content

Commit 8d65fd8

Browse files
fix(deps): update npm dependencies (patch) (#1709)
* fix(deps): update npm dependencies * chore(deps): upgrade to vite "8.0.14" because an issue with storybook Signed-off-by: Arturo Reuschenbach Puncernau <reuschenbach@gmail.com> --------- Signed-off-by: Arturo Reuschenbach Puncernau <reuschenbach@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arturo Reuschenbach Puncernau <reuschenbach@gmail.com>
1 parent 374c671 commit 8d65fd8

17 files changed

Lines changed: 807 additions & 780 deletions

File tree

apps/carbon/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@
2828
"dependencies": {
2929
"@cloudoperators/juno-ui-components": "workspace:*",
3030
"@tailwindcss/vite": "4.3.0",
31-
"react": "19.2.5",
32-
"react-dom": "19.2.5",
31+
"react": "19.2.6",
32+
"react-dom": "19.2.6",
3333
"react-error-boundary": "6.1.1",
34-
"zustand": "5.0.12"
34+
"zustand": "5.0.13"
3535
},
3636
"devDependencies": {
3737
"@cloudoperators/juno-config": "workspace:*",
3838
"@tailwindcss/vite": "4.3.0",
3939
"@testing-library/jest-dom": "6.9.1",
4040
"@testing-library/react": "16.3.2",
4141
"@testing-library/user-event": "14.6.1",
42-
"@types/node": "24.12.2",
42+
"@types/node": "24.12.4",
4343
"@types/react": "19.2.14",
4444
"@types/react-dom": "19.2.3",
45-
"@typescript-eslint/eslint-plugin": "8.59.2",
46-
"@typescript-eslint/parser": "8.59.2",
47-
"@vitejs/plugin-react": "6.0.1",
48-
"@vitejs/plugin-react-swc": "4.3.0",
45+
"@typescript-eslint/eslint-plugin": "8.59.3",
46+
"@typescript-eslint/parser": "8.59.3",
47+
"@vitejs/plugin-react": "6.0.2",
48+
"@vitejs/plugin-react-swc": "4.3.1",
4949
"@vitest/ui": "4.1.6",
5050
"autoprefixer": "10.5.0",
5151
"eslint": "10.3.0",
@@ -58,7 +58,7 @@
5858
"prettier": "3.8.3",
5959
"tailwindcss": "4.3.0",
6060
"typescript": "6.0.3",
61-
"vite": "8.0.10",
61+
"vite": "8.0.14",
6262
"vite-plugin-svgr": "5.2.0",
6363
"vite-tsconfig-paths": "6.1.1",
6464
"vitest": "4.1.6"

apps/doop/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"@testing-library/react": "16.3.2",
2222
"@types/react": "19.2.14",
2323
"@types/react-dom": "19.2.3",
24-
"@vitejs/plugin-react": "6.0.1",
24+
"@vitejs/plugin-react": "6.0.2",
2525
"interweave": "13.1.1",
2626
"jsdom": "29.1.1",
2727
"react-markdown": "10.1.0",
2828
"shadow-dom-testing-library": "1.13.1",
2929
"tailwindcss": "4.3.0",
30-
"vite": "8.0.10",
30+
"vite": "8.0.14",
3131
"vitest": "4.1.6",
32-
"zustand": "5.0.12"
32+
"zustand": "5.0.13"
3333
},
3434
"scripts": {
3535
"test": "vitest run",
@@ -47,7 +47,7 @@
4747
"@cloudoperators/juno-ui-components": "workspace:*",
4848
"@cloudoperators/juno-url-state-provider": "workspace:*",
4949
"@tanstack/react-router": "1.170.4",
50-
"react": "19.2.5",
51-
"react-dom": "19.2.5"
50+
"react": "19.2.6",
51+
"react-dom": "19.2.6"
5252
}
5353
}

apps/example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"@testing-library/react": "16.3.2",
2222
"@types/react": "19.2.14",
2323
"@types/react-dom": "19.2.3",
24-
"@vitejs/plugin-react": "6.0.1",
24+
"@vitejs/plugin-react": "6.0.2",
2525
"jsdom": "29.1.1",
26-
"postcss": "8.5.10",
26+
"postcss": "8.5.14",
2727
"shadow-dom-testing-library": "1.13.1",
2828
"tailwindcss": "4.3.0",
29-
"vite": "8.0.10",
29+
"vite": "8.0.14",
3030
"vite-plugin-svgr": "5.2.0",
3131
"vitest": "4.1.6"
3232
},
@@ -35,10 +35,10 @@
3535
"@cloudoperators/juno-ui-components": "workspace:*",
3636
"@cloudoperators/juno-url-state-provider": "workspace:*",
3737
"@tailwindcss/vite": "4.3.0",
38-
"msw": "2.14.5",
39-
"react": "19.2.5",
40-
"react-dom": "19.2.5",
41-
"zustand": "5.0.12"
38+
"msw": "2.14.6",
39+
"react": "19.2.6",
40+
"react-dom": "19.2.6",
41+
"zustand": "5.0.13"
4242
},
4343
"scripts": {
4444
"test": "vitest run",

apps/greenhouse/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
"@types/lodash": "4.17.24",
2121
"@types/react": "19.2.14",
2222
"@types/react-dom": "19.2.3",
23-
"@vitejs/plugin-react": "6.0.1",
23+
"@vitejs/plugin-react": "6.0.2",
2424
"github-markdown-css": "5.9.0",
2525
"immer": "11.1.8",
2626
"interweave": "13.1.1",
27-
"react": "19.2.5",
28-
"react-dom": "19.2.5",
27+
"react": "19.2.6",
28+
"react-dom": "19.2.6",
2929
"react-error-boundary": "6.1.1",
3030
"react-markdown": "10.1.0",
3131
"remark-gfm": " 4.0.1",
3232
"shadow-dom-testing-library": "1.13.1",
3333
"tailwindcss": "4.3.0",
34-
"vite": "8.0.10",
34+
"vite": "8.0.14",
3535
"vite-plugin-svgr": "5.2.0",
3636
"vitest": "4.1.6",
37-
"zustand": "5.0.12"
37+
"zustand": "5.0.13"
3838
},
3939
"scripts": {
4040
"lint": "eslint",

apps/heureka/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"@cloudoperators/juno-url-state-provider": "workspace:*",
3737
"@tanstack/react-query": "5.100.10",
3838
"@tanstack/react-router": "1.170.4",
39-
"react": "19.2.5",
40-
"react-dom": "19.2.5"
39+
"react": "19.2.6",
40+
"react-dom": "19.2.6"
4141
},
4242
"devDependencies": {
43-
"@apollo/client": "4.1.8",
43+
"@apollo/client": "4.1.9",
4444
"@cloudoperators/juno-config": "workspace:*",
4545
"@graphql-codegen/cli": "6.3.1",
4646
"@graphql-codegen/typescript": "5.0.10",
@@ -51,12 +51,12 @@
5151
"@testing-library/jest-dom": "6.9.1",
5252
"@testing-library/react": "16.3.2",
5353
"@testing-library/user-event": "14.6.1",
54-
"@types/node": "24.12.2",
54+
"@types/node": "24.12.4",
5555
"@types/react": "19.2.14",
5656
"@types/react-dom": "19.2.3",
57-
"@typescript-eslint/eslint-plugin": "8.59.2",
58-
"@typescript-eslint/parser": "8.59.2",
59-
"@vitejs/plugin-react": "6.0.1",
57+
"@typescript-eslint/eslint-plugin": "8.59.3",
58+
"@typescript-eslint/parser": "8.59.3",
59+
"@vitejs/plugin-react": "6.0.2",
6060
"@vitest/ui": "4.1.6",
6161
"autoprefixer": "10.5.0",
6262
"dotenv": "17.4.2",
@@ -67,12 +67,12 @@
6767
"eslint-plugin-react-hooks": "7.1.1",
6868
"eslint-plugin-tailwindcss": "3.18.3",
6969
"jsdom": "29.1.1",
70-
"postcss": "8.5.10",
70+
"postcss": "8.5.14",
7171
"prettier": "3.8.3",
7272
"react-error-boundary": "6.1.1",
7373
"tailwindcss": "4.3.0",
7474
"typescript": "6.0.3",
75-
"vite": "8.0.10",
75+
"vite": "8.0.14",
7676
"vite-tsconfig-paths": "6.1.1",
7777
"vitest": "4.1.6"
7878
}

apps/supernova/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"@testing-library/react": "16.3.2",
2323
"@types/react": "19.2.14",
2424
"@types/react-dom": "19.2.3",
25-
"@vitejs/plugin-react": "6.0.1",
25+
"@vitejs/plugin-react": "6.0.2",
2626
"immer": "11.1.8",
2727
"interweave": "13.1.1",
2828
"jsdom": "29.1.1",
2929
"shadow-dom-testing-library": "1.13.1",
3030
"tailwindcss": "4.3.0",
31-
"vite": "8.0.10",
31+
"vite": "8.0.14",
3232
"vitest": "4.1.6",
33-
"zustand": "5.0.12"
33+
"zustand": "5.0.13"
3434
},
3535
"scripts": {
3636
"test": "vitest run",
@@ -48,8 +48,8 @@
4848
"@cloudoperators/juno-ui-components": "workspace:*",
4949
"@cloudoperators/juno-url-state-provider": "workspace:*",
5050
"@tanstack/react-router": "1.170.4",
51-
"react": "19.2.5",
52-
"react-dom": "19.2.5",
51+
"react": "19.2.6",
52+
"react-dom": "19.2.6",
5353
"react-error-boundary": "6.1.1"
5454
}
5555
}

apps/template/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
},
2828
"dependencies": {
2929
"@cloudoperators/juno-ui-components": "workspace:*",
30-
"react": "19.2.5",
31-
"react-dom": "19.2.5"
30+
"react": "19.2.6",
31+
"react-dom": "19.2.6"
3232
},
3333
"devDependencies": {
3434
"@cloudoperators/juno-config": "workspace:*",
3535
"@tailwindcss/vite": "4.3.0",
3636
"@testing-library/jest-dom": "6.9.1",
3737
"@testing-library/react": "16.3.2",
38-
"@types/node": "24.12.2",
38+
"@types/node": "24.12.4",
3939
"@types/react": "19.2.14",
4040
"@types/react-dom": "19.2.3",
41-
"@typescript-eslint/eslint-plugin": "8.59.2",
42-
"@typescript-eslint/parser": "8.59.2",
43-
"@vitejs/plugin-react": "6.0.1",
44-
"@vitejs/plugin-react-swc": "4.3.0",
41+
"@typescript-eslint/eslint-plugin": "8.59.3",
42+
"@typescript-eslint/parser": "8.59.3",
43+
"@vitejs/plugin-react": "6.0.2",
44+
"@vitejs/plugin-react-swc": "4.3.1",
4545
"@vitest/ui": "4.1.6",
4646
"eslint": "10.3.0",
4747
"eslint-config-prettier": "10.1.8",
@@ -53,7 +53,7 @@
5353
"prettier": "3.8.3",
5454
"tailwindcss": "4.3.0",
5555
"typescript": "6.0.3",
56-
"vite": "8.0.10",
56+
"vite": "8.0.14",
5757
"vite-tsconfig-paths": "6.1.1",
5858
"vitest": "4.1.6"
5959
}

packages/communicator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
},
3232
"devDependencies": {
3333
"@cloudoperators/juno-config": "workspace:*",
34-
"@types/node": "24.12.2",
34+
"@types/node": "24.12.4",
3535
"jsdom": "29.1.1",
3636
"typescript": "6.0.3",
37-
"vite": "8.0.10",
37+
"vite": "8.0.14",
3838
"vite-plugin-dts": "4.5.4",
3939
"vitest": "4.1.6"
4040
}

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"eslint-plugin-react-refresh": "0.5.2",
1717
"globals": "17.6.0",
1818
"typescript": "6.0.3",
19-
"typescript-eslint": "8.59.2"
19+
"typescript-eslint": "8.59.3"
2020
},
2121
"dependencies": {
2222
"@eslint/js": "10.0.1"

packages/greenhouse-auth-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@cloudoperators/juno-config": "workspace:*",
2727
"@testing-library/jest-dom": "6.9.1",
2828
"@testing-library/react": "16.3.2",
29-
"@types/node": "24.12.2",
29+
"@types/node": "24.12.4",
3030
"@types/react": "19.2.14",
3131
"@types/react-dom": "19.2.3",
32-
"react": "19.2.5",
32+
"react": "19.2.6",
3333
"typescript": "6.0.3",
34-
"vite": "8.0.10",
34+
"vite": "8.0.14",
3535
"vite-plugin-dts": "4.5.4",
3636
"vitest": "4.1.6"
3737
},

0 commit comments

Comments
 (0)