Skip to content

Commit 65e417d

Browse files
fix(deps): update npm dependencies
1 parent f8b9234 commit 65e417d

16 files changed

Lines changed: 1010 additions & 1192 deletions

File tree

apps/carbon/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,41 +27,41 @@
2727
},
2828
"dependencies": {
2929
"@cloudoperators/juno-ui-components": "workspace:*",
30-
"@tailwindcss/vite": "4.1.13",
30+
"@tailwindcss/vite": "4.1.14",
3131
"@vitejs/plugin-react": "4.7.0",
3232
"classnames": "2.5.1",
33-
"react": "19.1.0",
34-
"react-dom": "19.1.0",
33+
"react": "19.1.1",
34+
"react-dom": "19.1.1",
3535
"react-error-boundary": "3.1.4",
3636
"wouter": "3.7.1",
3737
"zustand": "4.5.7"
3838
},
3939
"devDependencies": {
4040
"@cloudoperators/juno-config": "workspace:*",
41-
"@tailwindcss/vite": "4.1.13",
41+
"@tailwindcss/vite": "4.1.14",
4242
"@testing-library/jest-dom": "6.8.0",
4343
"@testing-library/react": "16.3.0",
4444
"@testing-library/user-event": "14.6.1",
45-
"@types/node": "24.3.2",
46-
"@types/react": "19.1.8",
47-
"@types/react-dom": "19.1.6",
45+
"@types/node": "24.3.3",
46+
"@types/react": "19.1.17",
47+
"@types/react-dom": "19.1.11",
4848
"@typescript-eslint/eslint-plugin": "6.21.0",
4949
"@typescript-eslint/parser": "6.21.0",
5050
"@vitejs/plugin-react": "4.7.0",
5151
"@vitejs/plugin-react-swc": "3.11.0",
5252
"@vitest/ui": "3.2.4",
5353
"autoprefixer": "10.4.21",
5454
"eslint": "9.35.0",
55-
"eslint-config-prettier": "9.1.0",
55+
"eslint-config-prettier": "9.1.2",
5656
"eslint-plugin-prettier": "5.5.4",
5757
"eslint-plugin-react": "7.37.5",
5858
"eslint-plugin-react-hooks": "4.6.2",
59-
"eslint-plugin-tailwindcss": "3.18.0",
59+
"eslint-plugin-tailwindcss": "3.18.2",
6060
"jsdom": "26.1.0",
6161
"prettier": "3.1.1",
62-
"tailwindcss": "4.1.13",
63-
"typescript": "5.9.2",
64-
"vite": "7.1.7",
62+
"tailwindcss": "4.1.14",
63+
"typescript": "5.9.3",
64+
"vite": "7.1.9",
6565
"vite-plugin-svgr": "4.5.0",
6666
"vite-tsconfig-paths": "5.1.4",
6767
"vitest": "3.2.4"

apps/doop/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"private": true,
1616
"devDependencies": {
1717
"@cloudoperators/juno-config": "workspace:*",
18-
"@tanstack/react-query": "5.62.2",
19-
"@tailwindcss/vite": "4.1.13",
20-
"@tanstack/router-plugin": "1.131.25",
18+
"@tanstack/react-query": "5.62.16",
19+
"@tailwindcss/vite": "4.1.14",
20+
"@tanstack/router-plugin": "1.131.50",
2121
"@testing-library/jest-dom": "6.8.0",
2222
"@testing-library/react": "16.3.0",
23-
"@types/react": "19.1.8",
24-
"@types/react-dom": "19.1.6",
23+
"@types/react": "19.1.17",
24+
"@types/react-dom": "19.1.11",
2525
"@vitejs/plugin-react": "4.7.0",
2626
"interweave": "13.1.1",
2727
"jsdom": "26.1.0",
2828
"react-markdown": "9.1.0",
2929
"shadow-dom-testing-library": "1.13.1",
30-
"tailwindcss": "4.1.13",
31-
"vite": "7.1.7",
30+
"tailwindcss": "4.1.14",
31+
"vite": "7.1.9",
3232
"vitest": "3.2.4",
3333
"zustand": "4.5.7"
3434
},
@@ -47,8 +47,8 @@
4747
"@cloudoperators/juno-messages-provider": "workspace:*",
4848
"@cloudoperators/juno-ui-components": "workspace:*",
4949
"@cloudoperators/juno-url-state-provider": "workspace:*",
50-
"@tanstack/react-router": "1.131.25",
51-
"react": "19.1.0",
52-
"react-dom": "19.1.0"
50+
"@tanstack/react-router": "1.131.50",
51+
"react": "19.1.1",
52+
"react-dom": "19.1.1"
5353
}
5454
}

apps/example/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@
2020
"@cloudoperators/juno-config": "workspace:*",
2121
"@svgr/core": "7.0.0",
2222
"@svgr/plugin-jsx": "7.0.0",
23-
"@tanstack/react-query": "5.62.2",
24-
"@tailwindcss/vite": "4.1.13",
25-
"@testing-library/jest-dom": "6.6.3",
23+
"@tanstack/react-query": "5.62.16",
24+
"@tailwindcss/vite": "4.1.14",
25+
"@testing-library/jest-dom": "6.6.4",
2626
"@testing-library/react": "16.3.0",
27-
"@types/react": "19.1.8",
28-
"@types/react-dom": "19.1.6",
27+
"@types/react": "19.1.17",
28+
"@types/react-dom": "19.1.11",
2929
"@vitejs/plugin-react": "4.7.0",
3030
"jsdom": "26.1.0",
3131
"postcss": "8.5.6",
3232
"shadow-dom-testing-library": "1.13.1",
33-
"tailwindcss": "4.1.13",
34-
"vite": "7.1.7",
33+
"tailwindcss": "4.1.14",
34+
"vite": "7.1.9",
3535
"vitest": "3.2.4"
3636
},
3737
"dependencies": {
3838
"@cloudoperators/juno-messages-provider": "workspace:*",
3939
"@cloudoperators/juno-ui-components": "workspace:*",
4040
"@cloudoperators/juno-url-state-provider": "workspace:*",
41-
"@tailwindcss/vite": "4.1.13",
41+
"@tailwindcss/vite": "4.1.14",
4242
"@vitejs/plugin-react": "4.7.0",
43-
"msw": "2.11.2",
44-
"react": "19.1.0",
45-
"react-dom": "19.1.0",
43+
"msw": "2.11.5",
44+
"react": "19.1.1",
45+
"react-dom": "19.1.1",
4646
"vite-plugin-svgr": "4.5.0",
4747
"zustand": "4.5.7"
4848
},

apps/greenhouse/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@
1616
"private": true,
1717
"devDependencies": {
1818
"@cloudoperators/juno-config": "workspace:*",
19-
"@tailwindcss/vite": "4.1.13",
20-
"@tanstack/router-plugin": "1.131.25",
19+
"@tailwindcss/vite": "4.1.14",
20+
"@tanstack/router-plugin": "1.131.50",
2121
"@testing-library/jest-dom": "6.8.0",
2222
"@testing-library/react": "16.3.0",
23-
"@types/lodash": "4.17.16",
24-
"@types/react": "19.1.8",
25-
"@types/react-dom": "19.1.6",
23+
"@types/lodash": "4.17.20",
24+
"@types/react": "19.1.17",
25+
"@types/react-dom": "19.1.11",
2626
"@vitejs/plugin-react": "4.7.0",
2727
"github-markdown-css": "5.8.1",
2828
"immer": "9.0.21",
2929
"interweave": "13.1.1",
30-
"react": "19.1.0",
31-
"react-dom": "19.1.0",
30+
"react": "19.1.1",
31+
"react-dom": "19.1.1",
3232
"react-markdown": "10.1.0",
3333
"remark-gfm": " 4.0.1",
3434
"shadow-dom-testing-library": "1.13.1",
35-
"tailwindcss": "4.1.13",
35+
"tailwindcss": "4.1.14",
3636
"ts-luxon": "4.6.2",
37-
"vite": "7.1.7",
37+
"vite": "7.1.9",
3838
"vite-plugin-svgr": "4.5.0",
3939
"vitest": "3.2.4",
4040
"zustand": "4.5.7"
@@ -58,7 +58,7 @@
5858
"@cloudoperators/juno-oauth": "workspace:*",
5959
"@cloudoperators/juno-ui-components": "workspace:*",
6060
"@cloudoperators/juno-url-state-provider": "workspace:*",
61-
"@tanstack/react-router": "1.131.25",
61+
"@tanstack/react-router": "1.131.50",
6262
"lodash": "4.17.21"
6363
}
6464
}

apps/heureka/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@cloudoperators/juno-ui-components": "workspace:*",
3333
"@cloudoperators/juno-url-state-provider": "workspace:*",
3434
"@tanstack/react-query": "5.89.0",
35-
"@tanstack/react-router": "1.131.25",
35+
"@tanstack/react-router": "1.131.50",
3636
"lodash": "4.17.21",
37-
"react": "19.1.0",
38-
"react-dom": "19.1.0"
37+
"react": "19.1.1",
38+
"react-dom": "19.1.1"
3939
},
4040
"devDependencies": {
4141
"@apollo/client": "3.14.0",
@@ -44,34 +44,34 @@
4444
"@graphql-codegen/typescript": "4.1.6",
4545
"@graphql-codegen/typescript-operations": "4.6.1",
4646
"@graphql-codegen/typescript-react-apollo": "4.3.3",
47-
"@tanstack/router-plugin": "1.131.25",
48-
"@tailwindcss/vite": "4.1.13",
47+
"@tanstack/router-plugin": "1.131.50",
48+
"@tailwindcss/vite": "4.1.14",
4949
"@testing-library/jest-dom": "6.8.0",
5050
"@testing-library/react": "16.3.0",
5151
"@testing-library/user-event": "14.6.1",
52-
"@types/lodash": "4.17.19",
53-
"@types/node": "24.3.2",
54-
"@types/react": "19.1.8",
55-
"@types/react-dom": "19.1.6",
52+
"@types/lodash": "4.17.20",
53+
"@types/node": "24.3.3",
54+
"@types/react": "19.1.17",
55+
"@types/react-dom": "19.1.11",
5656
"@typescript-eslint/eslint-plugin": "6.21.0",
5757
"@typescript-eslint/parser": "6.21.0",
5858
"@vitejs/plugin-react": "4.7.0",
5959
"@vitest/ui": "3.2.4",
6060
"autoprefixer": "10.4.21",
6161
"eslint": "9.35.0",
62-
"eslint-config-prettier": "9.1.0",
62+
"eslint-config-prettier": "9.1.2",
6363
"eslint-plugin-prettier": "5.5.4",
6464
"eslint-plugin-react": "7.37.5",
6565
"eslint-plugin-react-hooks": "4.6.2",
66-
"eslint-plugin-tailwindcss": "3.18.0",
66+
"eslint-plugin-tailwindcss": "3.18.2",
6767
"jsdom": "26.1.0",
6868
"luxon": "3.7.2",
6969
"postcss": "8.5.6",
7070
"prettier": "3.6.2",
71-
"tailwindcss": "4.1.13",
71+
"tailwindcss": "4.1.14",
7272
"react-error-boundary": "4.1.2",
73-
"typescript": "5.9.2",
74-
"vite": "7.1.7",
73+
"typescript": "5.9.3",
74+
"vite": "7.1.9",
7575
"vite-plugin-svgr": "4.5.0",
7676
"vite-tsconfig-paths": "5.1.4",
7777
"vitest": "3.2.4"

apps/supernova/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
"private": true,
1818
"devDependencies": {
1919
"@cloudoperators/juno-config": "workspace:*",
20-
"@tailwindcss/vite": "4.1.13",
21-
"@tanstack/react-query": "5.62.2",
22-
"@tanstack/router-plugin": "1.131.25",
23-
"@testing-library/jest-dom": "6.6.3",
20+
"@tailwindcss/vite": "4.1.14",
21+
"@tanstack/react-query": "5.62.16",
22+
"@tanstack/router-plugin": "1.131.50",
23+
"@testing-library/jest-dom": "6.6.4",
2424
"@testing-library/react": "16.3.0",
25-
"@types/react": "19.1.8",
26-
"@types/react-dom": "19.1.6",
25+
"@types/react": "19.1.17",
26+
"@types/react-dom": "19.1.11",
2727
"@vitejs/plugin-react": "4.7.0",
2828
"immer": "10.1.3",
2929
"interweave": "13.1.1",
3030
"jsdom": "26.1.0",
3131
"luxon": "3.7.2",
3232
"shadow-dom-testing-library": "1.13.1",
33-
"tailwindcss": "4.1.13",
34-
"vite": "7.1.7",
33+
"tailwindcss": "4.1.14",
34+
"vite": "7.1.9",
3535
"vitest": "3.2.4",
3636
"zustand": "4.5.7"
3737
},
@@ -50,9 +50,9 @@
5050
"@cloudoperators/juno-messages-provider": "workspace:*",
5151
"@cloudoperators/juno-ui-components": "workspace:*",
5252
"@cloudoperators/juno-url-state-provider": "workspace:*",
53-
"@tanstack/react-router": "1.131.25",
54-
"react": "19.1.0",
55-
"react-dom": "19.1.0",
53+
"@tanstack/react-router": "1.131.50",
54+
"react": "19.1.1",
55+
"react-dom": "19.1.1",
5656
"react-error-boundary": "4.1.2"
5757
}
5858
}

apps/template/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,37 +26,37 @@
2626
"clean:cache": "rm -rf .turbo"
2727
},
2828
"dependencies": {
29-
"react": "19.1.0",
30-
"react-dom": "19.1.0",
29+
"react": "19.1.1",
30+
"react-dom": "19.1.1",
3131
"react-error-boundary": "3.1.4",
3232
"zustand": "4.5.7",
33-
"@tanstack/react-query": "5.62.2",
33+
"@tanstack/react-query": "5.62.16",
3434
"@cloudoperators/juno-ui-components": "workspace:*"
3535
},
3636
"devDependencies": {
3737
"@cloudoperators/juno-config": "workspace:*",
38-
"@tailwindcss/vite": "4.1.13",
38+
"@tailwindcss/vite": "4.1.14",
3939
"@testing-library/jest-dom": "6.8.0",
4040
"@testing-library/react": "16.3.0",
41-
"@types/node": "24.3.2",
42-
"@types/react": "19.1.8",
43-
"@types/react-dom": "19.1.6",
41+
"@types/node": "24.3.3",
42+
"@types/react": "19.1.17",
43+
"@types/react-dom": "19.1.11",
4444
"@typescript-eslint/eslint-plugin": "6.21.0",
4545
"@typescript-eslint/parser": "6.21.0",
4646
"@vitejs/plugin-react-swc": "3.11.0",
4747
"@vitejs/plugin-react": "4.7.0",
4848
"@vitest/ui": "3.2.4",
4949
"eslint": "9.35.0",
50-
"eslint-config-prettier": "9.1.0",
50+
"eslint-config-prettier": "9.1.2",
5151
"eslint-plugin-prettier": "5.5.4",
5252
"eslint-plugin-react": "7.37.5",
5353
"eslint-plugin-react-hooks": "4.6.2",
54-
"eslint-plugin-tailwindcss": "3.18.0",
54+
"eslint-plugin-tailwindcss": "3.18.2",
5555
"jsdom": "26.1.0",
5656
"prettier": "3.1.1",
57-
"tailwindcss": "4.1.13",
58-
"typescript": "5.9.2",
59-
"vite": "7.1.7",
57+
"tailwindcss": "4.1.14",
58+
"typescript": "5.9.3",
59+
"vite": "7.1.9",
6060
"vite-tsconfig-paths": "5.1.4",
6161
"vitest": "3.2.4"
6262
}

packages/communicator/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
},
3535
"devDependencies": {
3636
"@cloudoperators/juno-config": "workspace:*",
37-
"@types/node": "24.3.2",
37+
"@types/node": "24.3.3",
3838
"jsdom": "26.1.0",
39-
"typescript": "5.9.2",
40-
"vite": "7.1.7",
39+
"typescript": "5.9.3",
40+
"vite": "7.1.9",
4141
"vite-plugin-dts": "4.5.4",
4242
"vitest": "3.2.4"
4343
}

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"@eslint/compat": "1.3.2",
1111
"@types/eslint__js": "8.42.3",
1212
"eslint": "9.35.0",
13-
"eslint-config-prettier": "9.1.0",
13+
"eslint-config-prettier": "9.1.2",
1414
"eslint-plugin-prettier": "5.5.4",
1515
"eslint-plugin-react": "7.37.5",
1616
"globals": "15.15.0",
17-
"typescript": "5.9.2",
17+
"typescript": "5.9.3",
1818
"typescript-eslint": "8.32.1"
1919
},
2020
"dependencies": {

packages/k8s-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"devDependencies": {
3737
"@cloudoperators/juno-config": "workspace:*",
38-
"vite": "7.1.7",
38+
"vite": "7.1.9",
3939
"vitest": "3.2.4",
4040
"vite-plugin-dts": "4.5.4"
4141
}

0 commit comments

Comments
 (0)