Skip to content

Commit c4d8179

Browse files
authored
chore(deps): minor dep bumps (#1724)
1 parent 8d00ca0 commit c4d8179

File tree

17 files changed

+2148
-2086
lines changed

17 files changed

+2148
-2086
lines changed

apps/docs/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"test:compile": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"@internationalized/date": "^3.8.1",
14+
"@internationalized/date": "^3.8.2",
1515
"@mdx-js/loader": "^3.1.0",
1616
"@mdx-js/react": "^3.1.0",
1717
"@mfalkenberg/react-live-ssr": "^4.1.7",
1818
"@mittwald/flow-design-tokens": "workspace:*",
1919
"@mittwald/flow-react-components": "workspace:*",
20-
"@next/mdx": "^15.3.2",
21-
"@tabler/icons-react": "^3.33.0",
20+
"@next/mdx": "^15.3.5",
21+
"@tabler/icons-react": "^3.34.0",
2222
"@types/luxon": "^3.6.2",
2323
"@types/mdx": "^2.0.13",
2424
"acorn": "8.14.1",
@@ -28,34 +28,34 @@
2828
"fs-jetpack": "^5.1.0",
2929
"humanize-string": "^3.0.0",
3030
"luxon": "^3.6.1",
31-
"next": "^15.3.3",
31+
"next": "^15.3.5",
3232
"next-mdx-remote": "^5.0.0",
3333
"parse-es-import": "^0.6.0",
3434
"prism-react-renderer": "^2.4.1",
3535
"raw-loader": "^4.0.2",
3636
"react": "^19.1.0",
3737
"react-children-utilities": "^2.10.0",
3838
"react-dom": "^19.1.0",
39-
"react-hook-form": "^7.56.4",
39+
"react-hook-form": "^7.60.0",
4040
"react-markdown": "^10.1.0",
4141
"remark-frontmatter": "^5.0.0",
4242
"remark-gfm": "^4.0.1",
43-
"remark-mdx-frontmatter": "^5.1.0",
44-
"remeda": "^2.22.3",
45-
"sass": "^1.89.0",
46-
"tsx": "^4.19.4",
43+
"remark-mdx-frontmatter": "^5.2.0",
44+
"remeda": "^2.25.0",
45+
"sass": "^1.89.2",
46+
"tsx": "^4.20.3",
4747
"webpack": "^5.99.9"
4848
},
4949
"devDependencies": {
5050
"@mittwald/typescript-config": "workspace:*",
51-
"@next/eslint-plugin-next": "^15.3.3",
52-
"@types/node": "^22.15.23",
53-
"@types/react": "^19.1.6",
54-
"@types/react-dom": "^19.1.5",
55-
"eslint": "^9.27.0",
56-
"glob": "^11.0.2",
51+
"@next/eslint-plugin-next": "^15.3.5",
52+
"@types/node": "^22.16.2",
53+
"@types/react": "^19.1.8",
54+
"@types/react-dom": "^19.1.6",
55+
"eslint": "^9.30.1",
56+
"glob": "^11.0.3",
5757
"nx": "^20.8.2",
58-
"react-docgen-typescript": "^2.2.2",
58+
"react-docgen-typescript": "^2.4.0",
5959
"typescript": "^5.8.3"
6060
}
6161
}

apps/remote-dom-demo/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:compile": "tsc --noEmit"
1010
},
1111
"dependencies": {
12-
"@internationalized/date": "^3.8.1",
12+
"@internationalized/date": "^3.8.2",
1313
"@mittwald/ext-bridge": "workspace:*",
1414
"@mittwald/flow-react-components": "workspace:*",
1515
"@mittwald/flow-remote-react-components": "workspace:*",
@@ -18,24 +18,24 @@
1818
"@mittwald/mstudio-ext-react-components": "workspace:*",
1919
"@mittwald/react-tunnel": "workspace:*",
2020
"@mittwald/react-use-promise": "^3.0.4",
21-
"@tabler/icons-react": "^3.33.0",
21+
"@tabler/icons-react": "^3.34.0",
2222
"clsx": "^2.1.1",
2323
"next": "~15.2.5",
2424
"react": "^19.1.0",
2525
"react-dom": "^19.1.0",
26-
"react-hook-form": "^7.56.4",
27-
"remeda": "^2.22.3",
28-
"sass": "^1.89.0",
26+
"react-hook-form": "^7.60.0",
27+
"remeda": "^2.25.0",
28+
"sass": "^1.89.2",
2929
"usehooks-ts": "^3.1.1",
3030
"webpack": "^5.99.9"
3131
},
3232
"devDependencies": {
3333
"@mittwald/typescript-config": "workspace:*",
34-
"@next/eslint-plugin-next": "^15.3.2",
35-
"@types/node": "^22.15.23",
36-
"@types/react": "^19.1.6",
37-
"@types/react-dom": "^19.1.5",
38-
"eslint": "^9.27.0",
34+
"@next/eslint-plugin-next": "^15.3.5",
35+
"@types/node": "^22.16.2",
36+
"@types/react": "^19.1.8",
37+
"@types/react-dom": "^19.1.6",
38+
"eslint": "^9.30.1",
3939
"nx": "^20.8.2",
4040
"rimraf": "^6.0.1",
4141
"typescript": "^5.8.3"

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"license": "MIT",
77
"engines": {
8-
"node": ">=20.11"
8+
"node": ">=20.19"
99
},
1010
"scripts": {
1111
"build": "nx run-many --targets=build --exclude docs",
@@ -24,36 +24,36 @@
2424
"pre-commit": "pnpm lint"
2525
},
2626
"dependencies": {
27-
"eslint-scope": "^8.3.0",
27+
"eslint-scope": "^8.4.0",
2828
"react": "^19.1.0",
2929
"react-dom": "^19.1.0"
3030
},
3131
"devDependencies": {
32-
"@eslint/js": "^9.27.0",
32+
"@eslint/js": "^9.30.1",
3333
"@lerna-lite/cli": "^3.12.3",
3434
"@lerna-lite/publish": "^3.12.3",
3535
"@nx/devkit": "20.8.1",
36-
"@types/node": "^22.15.23",
36+
"@types/node": "^22.16.2",
3737
"@types/verror": "^1.10.11",
3838
"@types/yieldable-json": "^2.0.2",
39-
"concurrently": "^9.1.2",
39+
"concurrently": "^9.2.0",
4040
"depcheck": "^1.4.7",
4141
"dot-prop": "^9.0.0",
42-
"eslint": "^9.27.0",
42+
"eslint": "^9.30.1",
4343
"eslint-config-prettier": "^10.1.5",
4444
"eslint-plugin-json": "^4.0.1",
45-
"eslint-plugin-prettier": "^5.4.0",
45+
"eslint-plugin-prettier": "^5.5.1",
4646
"fs-jetpack": "^5.1.0",
4747
"nx": "20.8.1",
48-
"prettier": "^3.5.3",
49-
"prettier-plugin-jsdoc": "^1.3.2",
48+
"prettier": "^3.6.2",
49+
"prettier-plugin-jsdoc": "^1.3.3",
5050
"prettier-plugin-pkgsort": "^0.2.1",
5151
"prettier-plugin-sort-json": "^4.1.1",
52-
"react-docgen-typescript": "^2.2.2",
52+
"react-docgen-typescript": "^2.4.0",
5353
"simple-git-hooks": "^2.13.0",
54-
"tsx": "^4.19.4",
54+
"tsx": "^4.20.3",
5555
"typescript": "^5.8.3",
56-
"typescript-eslint": "^8.33.0",
56+
"typescript-eslint": "^8.36.0",
5757
"verror": "^1.10.1",
5858
"yieldable-json": "^2.1.0"
5959
},

packages/components/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dist"
3939
],
4040
"engines": {
41-
"node": ">=20.11"
41+
"node": ">=20.19"
4242
},
4343
"scripts": {
4444
"build": "vite build --config vite.build.config.ts",
@@ -57,47 +57,47 @@
5757
"dependencies": {
5858
"@chakra-ui/live-region": "^2.1.0",
5959
"@internationalized/string-compiler": "^3.2.6",
60-
"@mittwald/password-tools-js": "^2.1.4",
60+
"@mittwald/password-tools-js": "^2.1.6",
6161
"@mittwald/react-tunnel": "workspace:*",
6262
"@mittwald/react-use-promise": "^3.0.4",
63-
"@react-aria/form": "^3.0.16",
64-
"@react-aria/utils": "^3.29.0",
65-
"@react-stately/form": "^3.1.4",
66-
"@react-types/shared": "^3.29.1",
67-
"@tabler/icons-react": "^3.33.0",
63+
"@react-aria/form": "^3.0.18",
64+
"@react-aria/utils": "^3.29.1",
65+
"@react-stately/form": "^3.1.5",
66+
"@react-types/shared": "^3.30.0",
67+
"@tabler/icons-react": "^3.34.0",
6868
"@tanstack/react-table": "^8.21.3",
6969
"@types/invariant": "^2.2.37",
7070
"@types/luxon": "^3.6.2",
71-
"@types/prop-types": "^15.7.14",
72-
"@types/react": "^19.1.6",
73-
"@types/react-dom": "^19.1.5",
71+
"@types/prop-types": "^15.7.15",
72+
"@types/react": "^19.1.8",
73+
"@types/react-dom": "^19.1.6",
7474
"@types/react-syntax-highlighter": "^15.5.13",
7575
"clsx": "^2.1.1",
7676
"copy-to-clipboard": "^3.3.3",
7777
"dot-prop": "^9.0.0",
78-
"framer-motion": "^12.15.0",
78+
"framer-motion": "^12.23.0",
7979
"html-react-parser": "^5.2.5",
8080
"invariant": "^2.2.4",
8181
"luxon": "^3.6.1",
8282
"mobx": "^6.13.7",
8383
"mobx-react-lite": "^4.1.0",
8484
"object-code": "^1.3.3",
85-
"react-aria": "^3.40.0",
86-
"react-aria-components": "^1.9.0",
85+
"react-aria": "^3.41.1",
86+
"react-aria-components": "^1.10.1",
8787
"react-children-utilities": "^2.10.0",
8888
"react-markdown": "^10.1.0",
89-
"react-stately": "^3.38.0",
89+
"react-stately": "^3.39.0",
9090
"react-syntax-highlighter": "^15.6.1",
9191
"recharts": "3.0.0-beta.1",
92-
"remeda": "^2.22.3",
92+
"remeda": "^2.25.0",
9393
"type-fest": "^4.41.0",
9494
"use-callback-ref": "^1.3.3",
9595
"usehooks-ts": "^3.1.1",
96-
"zod": "^3.25.32"
96+
"zod": "^3.25.76"
9797
},
9898
"devDependencies": {
99-
"@faker-js/faker": "^9.8.0",
100-
"@internationalized/date": "^3.8.1",
99+
"@faker-js/faker": "^9.9.0",
100+
"@internationalized/date": "^3.8.2",
101101
"@mittwald/flow-core": "workspace:*",
102102
"@mittwald/flow-design-tokens": "workspace:*",
103103
"@mittwald/react-use-promise": "^3.0.4",
@@ -123,33 +123,33 @@
123123
"@testing-library/react": "~16.2.0",
124124
"@testing-library/user-event": "^14.6.1",
125125
"@types/node": "22.13.10",
126-
"@vitejs/plugin-react": "^4.5.0",
127-
"@vitest/browser": "^3.1.4",
128-
"@vitest/coverage-v8": "~3.0.9",
126+
"@vitejs/plugin-react": "^4.6.0",
127+
"@vitest/browser": "^3.2.4",
128+
"@vitest/coverage-v8": "~3.2.4",
129129
"camelcase": "^8.0.0",
130130
"decamelize": "^6.0.0",
131131
"fs-jetpack": "^5.1.0",
132-
"glob": "^11.0.2",
133-
"happy-dom": "^17.5.6",
134-
"next": "^15.3.2",
132+
"glob": "^11.0.3",
133+
"happy-dom": "^17.6.3",
134+
"next": "^15.3.5",
135135
"nx": "^20.8.2",
136-
"playwright": "^1.52.0",
137-
"postcss": "^8.5.3",
136+
"playwright": "^1.53.2",
137+
"postcss": "^8.5.6",
138138
"postcss-nested-import": "^1.3.0",
139-
"postcss-nesting": "^13.0.1",
140-
"prettier": "^3.5.3",
139+
"postcss-nesting": "^13.0.2",
140+
"prettier": "^3.6.2",
141141
"prop-types": "^15.8.1",
142142
"react": "^19.1.0",
143-
"react-docgen-typescript": "^2.2.2",
143+
"react-docgen-typescript": "^2.4.0",
144144
"react-dom": "^19.1.0",
145145
"react-element-to-jsx-string": "^17.0.1",
146-
"react-hook-form": "^7.56.4",
146+
"react-hook-form": "^7.60.0",
147147
"rimraf": "^6.0.1",
148148
"rollup": "~4.35.0",
149-
"sass": "^1.89.0",
149+
"sass": "^1.89.2",
150150
"storybook": "^8.6.14",
151151
"storybook-addon-rtl": "^1.1.0",
152-
"tsx": "^4.19.4",
152+
"tsx": "^4.20.3",
153153
"typescript": "^5.8.3",
154154
"typescript-plugin-css-modules": "^5.1.0",
155155
"vite": "^6.3.5",
@@ -158,7 +158,7 @@
158158
"vite-plugin-dts": "^4.5.4",
159159
"vite-plugin-externalize-deps": "^0.9.0",
160160
"vite-plugin-node-polyfills": "^0.23.0",
161-
"vitest": "~3.0.9",
161+
"vitest": "~3.2.4",
162162
"vitest-browser-react": "^0.1.1",
163163
"yaml": "^2.8.0"
164164
},

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/js-yaml": "^4.0.9",
2121
"js-yaml": "^4.1.0",
2222
"nx": "^20.8.2",
23-
"prettier": "^3.5.3",
23+
"prettier": "^3.6.2",
2424
"rimraf": "^6.0.1",
2525
"style-dictionary": "^4.4.0"
2626
}

packages/ext-bridge/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dist"
2727
],
2828
"engines": {
29-
"node": ">=20.11"
29+
"node": ">=20.19"
3030
},
3131
"scripts": {
3232
"build": "vite build --config vite.build.config.ts",
@@ -36,18 +36,18 @@
3636
},
3737
"dependencies": {
3838
"@mittwald/react-use-promise": "^3.0.4",
39-
"axios": "^1.9.0",
39+
"axios": "^1.10.0",
4040
"jose": "^6.0.11",
4141
"std-env": "^3.9.0",
42-
"zod": "^3.25.32"
42+
"zod": "^3.25.76"
4343
},
4444
"devDependencies": {
4545
"@mittwald/typescript-config": "workspace:*",
46-
"@types/node": "^22.15.23",
47-
"@types/react": "^19.1.6",
48-
"@types/react-dom": "^19.1.5",
46+
"@types/node": "^22.16.2",
47+
"@types/react": "^19.1.8",
48+
"@types/react-dom": "^19.1.6",
4949
"nx": "^20.8.2",
50-
"prettier": "^3.5.3",
50+
"prettier": "^3.6.2",
5151
"react": "^19.1.0",
5252
"react-dom": "^19.1.0",
5353
"rimraf": "^6.0.1",
@@ -57,7 +57,7 @@
5757
"vite-plugin-checker": "^0.9.3",
5858
"vite-plugin-dts": "^4.5.4",
5959
"vite-plugin-externalize-deps": "^0.9.0",
60-
"vitest": "^3.1.4"
60+
"vitest": "^3.2.4"
6161
},
6262
"peerDependencies": {
6363
"react": "^19",

packages/mstudio-ext-react-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dist"
1616
],
1717
"engines": {
18-
"node": ">=20.11"
18+
"node": ">=20.19"
1919
},
2020
"scripts": {
2121
"build": "vite build --config vite.build.config.ts",
@@ -24,14 +24,14 @@
2424
"test:compile": "tsc --noEmit"
2525
},
2626
"dependencies": {
27-
"@types/react": "^19.1.6"
27+
"@types/react": "^19.1.8"
2828
},
2929
"devDependencies": {
3030
"@mittwald/flow-remote-react-components": "workspace:*",
3131
"@mittwald/typescript-config": "workspace:*",
32-
"@types/node": "^22.15.23",
32+
"@types/node": "^22.16.2",
3333
"nx": "^20.8.2",
34-
"prettier": "^3.5.3",
34+
"prettier": "^3.6.2",
3535
"react": "^19.1.0",
3636
"rimraf": "^6.0.1",
3737
"rollup-plugin-auto-named-exports": "1.0.0-beta.3",

0 commit comments

Comments
 (0)