Skip to content

Commit c8f73e8

Browse files
fix(deps): update npm dependencies (patch) (#1536)
fix(deps): update npm dependencies Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 13ef69a commit c8f73e8

14 files changed

Lines changed: 862 additions & 589 deletions

File tree

apps/carbon/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@cloudoperators/juno-ui-components": "workspace:*",
30-
"@tailwindcss/vite": "4.2.0",
30+
"@tailwindcss/vite": "4.2.1",
3131
"@vitejs/plugin-react": "4.7.0",
3232
"react": "19.2.4",
3333
"react-dom": "19.2.4",
@@ -36,28 +36,28 @@
3636
},
3737
"devDependencies": {
3838
"@cloudoperators/juno-config": "workspace:*",
39-
"@tailwindcss/vite": "4.2.0",
39+
"@tailwindcss/vite": "4.2.1",
4040
"@testing-library/jest-dom": "6.9.1",
4141
"@testing-library/react": "16.3.2",
4242
"@testing-library/user-event": "14.6.1",
43-
"@types/node": "24.10.13",
43+
"@types/node": "24.10.15",
4444
"@types/react": "19.2.14",
4545
"@types/react-dom": "19.2.3",
4646
"@typescript-eslint/eslint-plugin": "6.21.0",
4747
"@typescript-eslint/parser": "6.21.0",
4848
"@vitejs/plugin-react": "4.7.0",
4949
"@vitejs/plugin-react-swc": "3.11.0",
5050
"@vitest/ui": "3.2.4",
51-
"autoprefixer": "10.4.24",
52-
"eslint": "10.0.2",
51+
"autoprefixer": "10.4.27",
52+
"eslint": "10.0.3",
5353
"eslint-config-prettier": "9.1.2",
5454
"eslint-plugin-prettier": "5.5.5",
5555
"eslint-plugin-react": "7.37.5",
5656
"eslint-plugin-react-hooks": "4.6.2",
5757
"eslint-plugin-tailwindcss": "3.18.2",
5858
"jsdom": "26.1.0",
5959
"prettier": "3.8.1",
60-
"tailwindcss": "4.2.0",
60+
"tailwindcss": "4.2.1",
6161
"typescript": "5.9.3",
6262
"vite": "7.3.1",
6363
"vite-plugin-svgr": "4.5.0",

apps/doop/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"devDependencies": {
1313
"@cloudoperators/juno-config": "workspace:*",
1414
"@tanstack/react-query": "5.90.21",
15-
"@tailwindcss/vite": "4.2.0",
16-
"@tanstack/router-plugin": "1.161.3",
15+
"@tailwindcss/vite": "4.2.1",
16+
"@tanstack/router-plugin": "1.161.4",
1717
"@testing-library/jest-dom": "6.9.1",
1818
"@testing-library/react": "16.3.2",
1919
"@types/react": "19.2.14",
@@ -23,7 +23,7 @@
2323
"jsdom": "26.1.0",
2424
"react-markdown": "10.1.0",
2525
"shadow-dom-testing-library": "1.13.1",
26-
"tailwindcss": "4.2.0",
26+
"tailwindcss": "4.2.1",
2727
"vite": "7.3.1",
2828
"vitest": "3.2.4",
2929
"zustand": "5.0.11"
@@ -43,7 +43,7 @@
4343
"@cloudoperators/juno-messages-provider": "workspace:*",
4444
"@cloudoperators/juno-ui-components": "workspace:*",
4545
"@cloudoperators/juno-url-state-provider": "workspace:*",
46-
"@tanstack/react-router": "1.161.3",
46+
"@tanstack/react-router": "1.161.4",
4747
"react": "19.2.4",
4848
"react-dom": "19.2.4"
4949
}

apps/example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@
1818
"@svgr/core": "7.0.0",
1919
"@svgr/plugin-jsx": "7.0.0",
2020
"@tanstack/react-query": "5.90.21",
21-
"@tailwindcss/vite": "4.2.0",
21+
"@tailwindcss/vite": "4.2.1",
2222
"@testing-library/jest-dom": "6.9.1",
2323
"@testing-library/react": "16.3.2",
2424
"@types/react": "19.2.14",
2525
"@types/react-dom": "19.2.3",
2626
"@vitejs/plugin-react": "4.7.0",
2727
"jsdom": "26.1.0",
28-
"postcss": "8.5.6",
28+
"postcss": "8.5.8",
2929
"shadow-dom-testing-library": "1.13.1",
30-
"tailwindcss": "4.2.0",
30+
"tailwindcss": "4.2.1",
3131
"vite": "7.3.1",
3232
"vitest": "3.2.4"
3333
},
3434
"dependencies": {
3535
"@cloudoperators/juno-messages-provider": "workspace:*",
3636
"@cloudoperators/juno-ui-components": "workspace:*",
3737
"@cloudoperators/juno-url-state-provider": "workspace:*",
38-
"@tailwindcss/vite": "4.2.0",
38+
"@tailwindcss/vite": "4.2.1",
3939
"@vitejs/plugin-react": "4.7.0",
4040
"msw": "2.12.10",
4141
"react": "19.2.4",

apps/greenhouse/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"private": true,
1212
"devDependencies": {
1313
"@cloudoperators/juno-config": "workspace:*",
14-
"@tailwindcss/vite": "4.2.0",
15-
"@tanstack/router-plugin": "1.161.3",
14+
"@tailwindcss/vite": "4.2.1",
15+
"@tanstack/router-plugin": "1.161.4",
1616
"@testing-library/jest-dom": "6.9.1",
1717
"@testing-library/react": "16.3.2",
1818
"@testing-library/user-event": "14.6.1",
1919
"@types/js-yaml": "4.0.9",
20-
"@types/lodash": "4.17.23",
20+
"@types/lodash": "4.17.24",
2121
"@types/react": "19.2.14",
2222
"@types/react-dom": "19.2.3",
2323
"@vitejs/plugin-react": "4.7.0",
@@ -30,7 +30,7 @@
3030
"react-markdown": "10.1.0",
3131
"remark-gfm": " 4.0.1",
3232
"shadow-dom-testing-library": "1.13.1",
33-
"tailwindcss": "4.2.0",
33+
"tailwindcss": "4.2.1",
3434
"vite": "7.3.1",
3535
"vite-plugin-svgr": "4.5.0",
3636
"vitest": "3.2.4",
@@ -62,7 +62,7 @@
6262
"@codemirror/theme-one-dark": "^6.1.2",
6363
"@codemirror/view": "^6.39.15",
6464
"@tanstack/react-query": "5.90.21",
65-
"@tanstack/react-router": "1.161.3",
65+
"@tanstack/react-router": "1.161.4",
6666
"js-yaml": "4.1.1",
6767
"lodash": "4.17.23",
6868
"zod": "4.3.6"

apps/heureka/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,40 +32,40 @@
3232
"@cloudoperators/juno-url-state-provider": "workspace:*",
3333
"@cloudoperators/greenhouse-auth-provider": "workspace:*",
3434
"@tanstack/react-query": "5.90.21",
35-
"@tanstack/react-router": "1.161.3",
35+
"@tanstack/react-router": "1.161.4",
3636
"react": "19.2.4",
3737
"react-dom": "19.2.4"
3838
},
3939
"devDependencies": {
40-
"@apollo/client": "4.1.5",
40+
"@apollo/client": "4.1.6",
4141
"@cloudoperators/juno-config": "workspace:*",
4242
"@graphql-codegen/cli": "6.1.3",
4343
"@graphql-codegen/typescript": "5.0.9",
4444
"@graphql-codegen/typescript-operations": "5.0.9",
4545
"@graphql-codegen/typescript-react-apollo": "4.4.1",
46-
"@tanstack/router-plugin": "1.161.3",
47-
"@tailwindcss/vite": "4.2.0",
46+
"@tanstack/router-plugin": "1.161.4",
47+
"@tailwindcss/vite": "4.2.1",
4848
"@testing-library/jest-dom": "6.9.1",
4949
"@testing-library/react": "16.3.2",
5050
"@testing-library/user-event": "14.6.1",
51-
"@types/node": "24.10.13",
51+
"@types/node": "24.10.15",
5252
"@types/react": "19.2.14",
5353
"@types/react-dom": "19.2.3",
5454
"@typescript-eslint/eslint-plugin": "6.21.0",
5555
"@typescript-eslint/parser": "6.21.0",
5656
"@vitejs/plugin-react": "4.7.0",
5757
"@vitest/ui": "3.2.4",
58-
"autoprefixer": "10.4.24",
59-
"eslint": "10.0.2",
58+
"autoprefixer": "10.4.27",
59+
"eslint": "10.0.3",
6060
"eslint-config-prettier": "9.1.2",
6161
"eslint-plugin-prettier": "5.5.5",
6262
"eslint-plugin-react": "7.37.5",
6363
"eslint-plugin-react-hooks": "4.6.2",
6464
"eslint-plugin-tailwindcss": "3.18.2",
6565
"jsdom": "26.1.0",
66-
"postcss": "8.5.6",
66+
"postcss": "8.5.8",
6767
"prettier": "3.8.1",
68-
"tailwindcss": "4.2.0",
68+
"tailwindcss": "4.2.1",
6969
"react-error-boundary": "6.1.1",
7070
"typescript": "5.9.3",
7171
"vite": "7.3.1",

apps/supernova/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"private": true,
1313
"devDependencies": {
1414
"@cloudoperators/juno-config": "workspace:*",
15-
"@tailwindcss/vite": "4.2.0",
15+
"@tailwindcss/vite": "4.2.1",
1616
"@tanstack/react-query": "5.90.21",
17-
"@tanstack/router-plugin": "1.161.3",
17+
"@tanstack/router-plugin": "1.161.4",
1818
"@testing-library/jest-dom": "6.9.1",
1919
"@testing-library/react": "16.3.2",
2020
"@types/react": "19.2.14",
@@ -24,7 +24,7 @@
2424
"interweave": "13.1.1",
2525
"jsdom": "26.1.0",
2626
"shadow-dom-testing-library": "1.13.1",
27-
"tailwindcss": "4.2.0",
27+
"tailwindcss": "4.2.1",
2828
"vite": "7.3.1",
2929
"vitest": "3.2.4",
3030
"zustand": "5.0.11"
@@ -44,7 +44,7 @@
4444
"@cloudoperators/juno-messages-provider": "workspace:*",
4545
"@cloudoperators/juno-ui-components": "workspace:*",
4646
"@cloudoperators/juno-url-state-provider": "workspace:*",
47-
"@tanstack/react-router": "1.161.3",
47+
"@tanstack/react-router": "1.161.4",
4848
"react": "19.2.4",
4949
"react-dom": "19.2.4",
5050
"react-error-boundary": "6.1.1"

apps/template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@
3232
},
3333
"devDependencies": {
3434
"@cloudoperators/juno-config": "workspace:*",
35-
"@tailwindcss/vite": "4.2.0",
35+
"@tailwindcss/vite": "4.2.1",
3636
"@testing-library/jest-dom": "6.9.1",
3737
"@testing-library/react": "16.3.2",
38-
"@types/node": "24.10.13",
38+
"@types/node": "24.10.15",
3939
"@types/react": "19.2.14",
4040
"@types/react-dom": "19.2.3",
4141
"@typescript-eslint/eslint-plugin": "6.21.0",
4242
"@typescript-eslint/parser": "6.21.0",
4343
"@vitejs/plugin-react-swc": "3.11.0",
4444
"@vitejs/plugin-react": "4.7.0",
4545
"@vitest/ui": "3.2.4",
46-
"eslint": "10.0.2",
46+
"eslint": "10.0.3",
4747
"eslint-config-prettier": "9.1.2",
4848
"eslint-plugin-prettier": "5.5.5",
4949
"eslint-plugin-react": "7.37.5",
5050
"eslint-plugin-react-hooks": "4.6.2",
5151
"eslint-plugin-tailwindcss": "3.18.2",
5252
"jsdom": "26.1.0",
5353
"prettier": "3.8.1",
54-
"tailwindcss": "4.2.0",
54+
"tailwindcss": "4.2.1",
5555
"typescript": "5.9.3",
5656
"vite": "7.3.1",
5757
"vite-tsconfig-paths": "5.1.4",

packages/communicator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@cloudoperators/juno-config": "workspace:*",
34-
"@types/node": "24.10.13",
34+
"@types/node": "24.10.15",
3535
"jsdom": "26.1.0",
3636
"typescript": "5.9.3",
3737
"vite": "7.3.1",

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"eslint/*"
88
],
99
"devDependencies": {
10-
"@eslint/compat": "2.0.2",
10+
"@eslint/compat": "2.0.3",
1111
"@types/eslint__js": "8.42.3",
12-
"eslint": "10.0.2",
12+
"eslint": "10.0.3",
1313
"eslint-config-prettier": "9.1.2",
1414
"eslint-plugin-prettier": "5.5.5",
1515
"eslint-plugin-react": "7.37.5",

packages/greenhouse-auth-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@cloudoperators/juno-config": "workspace:*",
2727
"@testing-library/jest-dom": "6.9.1",
2828
"@testing-library/react": "16.3.2",
29-
"@types/node": "24.10.13",
29+
"@types/node": "24.10.15",
3030
"@types/react": "19.2.14",
3131
"@types/react-dom": "19.2.3",
3232
"react": "19.2.4",

0 commit comments

Comments
 (0)