Skip to content

Commit 6d58e23

Browse files
fix(deps): update npm dependencies
1 parent 05c08fd commit 6d58e23

12 files changed

Lines changed: 297 additions & 474 deletions

File tree

apps/carbon/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@
3131
"react": "19.2.8",
3232
"react-dom": "19.2.8",
3333
"react-error-boundary": "6.1.2",
34-
"zustand": "5.0.14"
34+
"zustand": "5.0.15"
3535
},
3636
"devDependencies": {
3737
"@cloudoperators/juno-config": "workspace:*",
3838
"@tailwindcss/vite": "4.3.3",
3939
"@testing-library/jest-dom": "6.9.1",
4040
"@testing-library/react": "16.3.2",
41-
"@testing-library/user-event": "14.6.1",
41+
"@testing-library/user-event": "14.6.4",
4242
"@types/node": "24.12.4",
43-
"@types/react": "19.2.17",
44-
"@types/react-dom": "19.2.3",
43+
"@types/react": "19.2.18",
44+
"@types/react-dom": "19.2.4",
4545
"@typescript-eslint/eslint-plugin": "8.59.4",
4646
"@typescript-eslint/parser": "8.59.4",
47-
"@vitejs/plugin-react": "6.0.4",
48-
"@vitejs/plugin-react-swc": "4.3.2",
47+
"@vitejs/plugin-react": "6.0.5",
48+
"@vitejs/plugin-react-swc": "4.3.3",
4949
"@vitest/ui": "4.1.10",
5050
"eslint": "10.3.0",
5151
"eslint-config-prettier": "10.1.8",

apps/doop/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
"@cloudoperators/juno-config": "workspace:*",
1717
"@tailwindcss/vite": "4.3.3",
1818
"@tanstack/react-query": "5.100.14",
19-
"@tanstack/router-plugin": "1.168.23",
19+
"@tanstack/router-plugin": "1.168.32",
2020
"@testing-library/jest-dom": "6.9.1",
2121
"@testing-library/react": "16.3.2",
22-
"@types/react": "19.2.17",
23-
"@types/react-dom": "19.2.3",
24-
"@vitejs/plugin-react": "6.0.4",
22+
"@types/react": "19.2.18",
23+
"@types/react-dom": "19.2.4",
24+
"@vitejs/plugin-react": "6.0.5",
2525
"interweave": "13.1.1",
2626
"jsdom": "30.0.1",
2727
"react-markdown": "10.1.0",
2828
"shadow-dom-testing-library": "1.13.1",
2929
"tailwindcss": "4.3.3",
3030
"vite": "8.0.16",
3131
"vitest": "4.1.10",
32-
"zustand": "5.0.14"
32+
"zustand": "5.0.15"
3333
},
3434
"scripts": {
3535
"test": "vitest run",
@@ -46,7 +46,7 @@
4646
"@cloudoperators/juno-messages-provider": "workspace:*",
4747
"@cloudoperators/juno-ui-components": "workspace:*",
4848
"@cloudoperators/juno-url-state-provider": "workspace:*",
49-
"@tanstack/react-router": "1.170.18",
49+
"@tanstack/react-router": "1.170.29",
5050
"react": "19.2.8",
5151
"react-dom": "19.2.8"
5252
}

apps/example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@tanstack/react-query": "5.100.14",
2020
"@testing-library/jest-dom": "6.9.1",
2121
"@testing-library/react": "16.3.2",
22-
"@types/react": "19.2.17",
23-
"@types/react-dom": "19.2.3",
24-
"@vitejs/plugin-react": "6.0.4",
22+
"@types/react": "19.2.18",
23+
"@types/react-dom": "19.2.4",
24+
"@vitejs/plugin-react": "6.0.5",
2525
"jsdom": "30.0.1",
2626
"shadow-dom-testing-library": "1.13.1",
2727
"tailwindcss": "4.3.3",
@@ -37,7 +37,7 @@
3737
"msw": "2.14.7",
3838
"react": "19.2.8",
3939
"react-dom": "19.2.8",
40-
"zustand": "5.0.14"
40+
"zustand": "5.0.15"
4141
},
4242
"scripts": {
4343
"test": "vitest run",

apps/greenhouse/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"devDependencies": {
1313
"@cloudoperators/juno-config": "workspace:*",
1414
"@tailwindcss/vite": "4.3.3",
15-
"@tanstack/router-plugin": "1.168.23",
15+
"@tanstack/router-plugin": "1.168.32",
1616
"@testing-library/jest-dom": "6.9.1",
1717
"@testing-library/react": "16.3.2",
18-
"@testing-library/user-event": "14.6.1",
18+
"@testing-library/user-event": "14.6.4",
1919
"@types/js-yaml": "4.0.9",
20-
"@types/lodash": "4.17.24",
21-
"@types/react": "19.2.17",
22-
"@types/react-dom": "19.2.3",
23-
"@vitejs/plugin-react": "6.0.4",
20+
"@types/lodash": "4.17.25",
21+
"@types/react": "19.2.18",
22+
"@types/react-dom": "19.2.4",
23+
"@vitejs/plugin-react": "6.0.5",
2424
"github-markdown-css": "5.9.0",
25-
"immer": "11.1.15",
25+
"immer": "11.1.16",
2626
"interweave": "13.1.1",
2727
"react": "19.2.8",
2828
"react-dom": "19.2.8",
@@ -34,7 +34,7 @@
3434
"vite": "8.0.16",
3535
"vite-plugin-svgr": "5.2.0",
3636
"vitest": "4.1.10",
37-
"zustand": "5.0.14"
37+
"zustand": "5.0.15"
3838
},
3939
"scripts": {
4040
"lint": "eslint",
@@ -62,7 +62,7 @@
6262
"@codemirror/theme-one-dark": "6.1.3",
6363
"@codemirror/view": "6.42.1",
6464
"@tanstack/react-query": "5.100.14",
65-
"@tanstack/react-router": "1.170.18",
65+
"@tanstack/react-router": "1.170.29",
6666
"js-yaml": "4.3.0",
6767
"lodash": "4.18.1",
6868
"zod": "4.4.3"

apps/heureka/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@cloudoperators/juno-ui-components": "workspace:*",
3636
"@cloudoperators/juno-url-state-provider": "workspace:*",
3737
"@tanstack/react-query": "5.100.14",
38-
"@tanstack/react-router": "1.170.18",
38+
"@tanstack/react-router": "1.170.29",
3939
"react": "19.2.8",
4040
"react-dom": "19.2.8"
4141
},
@@ -48,33 +48,33 @@
4848
"@graphql-codegen/typescript-operations": "5.1.0",
4949
"@graphql-codegen/typescript-react-apollo": "4.4.2",
5050
"@tailwindcss/vite": "4.3.3",
51-
"@tanstack/router-plugin": "1.168.23",
51+
"@tanstack/router-plugin": "1.168.32",
5252
"@testing-library/jest-dom": "6.9.1",
5353
"@testing-library/react": "16.3.2",
54-
"@testing-library/user-event": "14.6.1",
54+
"@testing-library/user-event": "14.6.4",
5555
"@types/node": "24.12.4",
56-
"@types/react": "19.2.17",
57-
"@types/react-dom": "19.2.3",
56+
"@types/react": "19.2.18",
57+
"@types/react-dom": "19.2.4",
5858
"@typescript-eslint/eslint-plugin": "8.59.4",
5959
"@typescript-eslint/parser": "8.59.4",
60-
"@vitejs/plugin-react": "6.0.4",
60+
"@vitejs/plugin-react": "6.0.5",
6161
"@vitest/ui": "4.1.10",
6262
"dotenv": "17.4.2",
6363
"eslint": "10.3.0",
6464
"eslint-config-prettier": "10.1.8",
6565
"eslint-plugin-prettier": "5.5.6",
6666
"eslint-plugin-react": "7.37.5",
6767
"eslint-plugin-react-hooks": "7.1.1",
68-
"eslint-plugin-react-refresh": "0.5.2",
68+
"eslint-plugin-react-refresh": "0.5.4",
6969
"eslint-plugin-tailwindcss": "3.18.3",
7070
"globals": "17.6.0",
7171
"jsdom": "30.0.1",
72-
"postcss": "8.5.23",
72+
"postcss": "8.5.26",
7373
"prettier": "3.8.5",
7474
"react-error-boundary": "6.1.2",
7575
"tailwindcss": "4.3.3",
7676
"typescript": "6.0.3",
77-
"typescript-eslint": "8.59.2",
77+
"typescript-eslint": "8.59.4",
7878
"vite": "8.0.16",
7979
"vite-plugin-svgr": "4.5.0",
8080
"vite-tsconfig-paths": "6.1.1",

apps/supernova/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@
1717
"@cloudoperators/juno-config": "workspace:*",
1818
"@tailwindcss/vite": "4.3.3",
1919
"@tanstack/react-query": "5.100.14",
20-
"@tanstack/router-plugin": "1.168.23",
20+
"@tanstack/router-plugin": "1.168.32",
2121
"@testing-library/jest-dom": "6.9.1",
2222
"@testing-library/react": "16.3.2",
23-
"@types/react": "19.2.17",
24-
"@types/react-dom": "19.2.3",
25-
"@vitejs/plugin-react": "6.0.4",
26-
"immer": "11.1.15",
23+
"@types/react": "19.2.18",
24+
"@types/react-dom": "19.2.4",
25+
"@vitejs/plugin-react": "6.0.5",
26+
"immer": "11.1.16",
2727
"interweave": "13.1.1",
2828
"jsdom": "30.0.1",
2929
"shadow-dom-testing-library": "1.13.1",
3030
"tailwindcss": "4.3.3",
3131
"vite": "8.0.16",
3232
"vitest": "4.1.10",
33-
"zustand": "5.0.14"
33+
"zustand": "5.0.15"
3434
},
3535
"scripts": {
3636
"test": "vitest run",
@@ -47,7 +47,7 @@
4747
"@cloudoperators/juno-messages-provider": "workspace:*",
4848
"@cloudoperators/juno-ui-components": "workspace:*",
4949
"@cloudoperators/juno-url-state-provider": "workspace:*",
50-
"@tanstack/react-router": "1.170.18",
50+
"@tanstack/react-router": "1.170.29",
5151
"react": "19.2.8",
5252
"react-dom": "19.2.8",
5353
"react-error-boundary": "6.1.2"

apps/template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"@testing-library/jest-dom": "6.9.1",
3737
"@testing-library/react": "16.3.2",
3838
"@types/node": "24.12.4",
39-
"@types/react": "19.2.17",
40-
"@types/react-dom": "19.2.3",
39+
"@types/react": "19.2.18",
40+
"@types/react-dom": "19.2.4",
4141
"@typescript-eslint/eslint-plugin": "8.59.4",
4242
"@typescript-eslint/parser": "8.59.4",
43-
"@vitejs/plugin-react": "6.0.4",
44-
"@vitejs/plugin-react-swc": "4.3.2",
43+
"@vitejs/plugin-react": "6.0.5",
44+
"@vitejs/plugin-react-swc": "4.3.3",
4545
"@vitest/ui": "4.1.10",
4646
"eslint": "10.3.0",
4747
"eslint-config-prettier": "10.1.8",

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"eslint-plugin-prettier": "5.5.6",
1414
"eslint-plugin-react": "7.37.5",
1515
"eslint-plugin-react-hooks": "7.1.1",
16-
"eslint-plugin-react-refresh": "0.5.3",
16+
"eslint-plugin-react-refresh": "0.5.4",
1717
"globals": "17.6.0",
1818
"typescript": "6.0.3",
1919
"typescript-eslint": "8.59.4"

packages/greenhouse-auth-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@testing-library/jest-dom": "6.9.1",
2828
"@testing-library/react": "16.3.2",
2929
"@types/node": "24.12.4",
30-
"@types/react": "19.2.17",
31-
"@types/react-dom": "19.2.3",
30+
"@types/react": "19.2.18",
31+
"@types/react-dom": "19.2.4",
3232
"react": "19.2.8",
3333
"typescript": "6.0.3",
3434
"vite": "8.0.16",

packages/messages-provider/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
"peerDependencies": {
1919
"react": "19.2.8",
2020
"react-dom": "19.2.8",
21-
"zustand": "5.0.14"
21+
"zustand": "5.0.15"
2222
},
2323
"devDependencies": {
2424
"@cloudoperators/juno-config": "workspace:*",
2525
"@testing-library/jest-dom": "6.9.1",
2626
"@testing-library/react": "16.3.2",
27-
"@types/react": "19.2.17",
28-
"@types/react-dom": "19.2.3",
27+
"@types/react": "19.2.18",
28+
"@types/react-dom": "19.2.4",
2929
"react": "19.2.8",
3030
"react-dom": "19.2.8",
3131
"typescript": "6.0.3",
3232
"vite": "8.0.16",
3333
"vite-plugin-dts": "4.5.4",
3434
"vitest": "4.1.10",
35-
"zustand": "5.0.14"
35+
"zustand": "5.0.15"
3636
},
3737
"dependencies": {
3838
"@cloudoperators/juno-ui-components": "workspace:*"

0 commit comments

Comments
 (0)