Skip to content

Commit 9631e4a

Browse files
authored
Merge branch 'main' into feat(ui)-model-relationship-management
2 parents f8c63c1 + ba16557 commit 9631e4a

File tree

17 files changed

+1518
-2235
lines changed

17 files changed

+1518
-2235
lines changed

invokeai/frontend/web/package.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -52,68 +52,68 @@
5252
}
5353
},
5454
"dependencies": {
55-
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
56-
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^1.4.0",
55+
"@atlaskit/pragmatic-drag-and-drop": "^1.5.3",
56+
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
5757
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
5858
"@dagrejs/dagre": "^1.1.4",
5959
"@dagrejs/graphlib": "^2.2.4",
60-
"@fontsource-variable/inter": "^5.1.0",
60+
"@fontsource-variable/inter": "^5.2.5",
6161
"@invoke-ai/ui-library": "^0.0.46",
62-
"@nanostores/react": "^0.7.3",
63-
"@reduxjs/toolkit": "2.6.1",
62+
"@nanostores/react": "^1.0.0",
63+
"@reduxjs/toolkit": "2.7.0",
6464
"@roarr/browser-log-writer": "^1.3.0",
65-
"@xyflow/react": "^12.5.3",
65+
"@xyflow/react": "^12.6.0",
6666
"async-mutex": "^0.5.0",
6767
"chakra-react-select": "^4.9.2",
6868
"cmdk": "^1.1.1",
6969
"compare-versions": "^6.1.1",
7070
"filesize": "^10.1.6",
7171
"fracturedjsonjs": "^4.0.2",
7272
"framer-motion": "^11.10.0",
73-
"i18next": "^23.15.1",
74-
"i18next-http-backend": "^2.6.1",
73+
"i18next": "^25.0.1",
74+
"i18next-http-backend": "^3.0.2",
7575
"idb-keyval": "^6.2.1",
76-
"jsondiffpatch": "^0.6.0",
77-
"konva": "^9.3.15",
76+
"jsondiffpatch": "^0.7.3",
77+
"konva": "^9.3.20",
7878
"linkify-react": "^4.2.0",
7979
"linkifyjs": "^4.2.0",
8080
"lodash-es": "^4.17.21",
81-
"lru-cache": "^11.0.1",
81+
"lru-cache": "^11.1.0",
8282
"mtwist": "^1.0.2",
83-
"nanoid": "^5.0.7",
84-
"nanostores": "^0.11.3",
85-
"new-github-issue-url": "^1.0.0",
86-
"overlayscrollbars": "^2.10.0",
83+
"nanoid": "^5.1.5",
84+
"nanostores": "^1.0.1",
85+
"new-github-issue-url": "^1.1.0",
86+
"overlayscrollbars": "^2.11.1",
8787
"overlayscrollbars-react": "^0.5.6",
8888
"perfect-freehand": "^1.2.2",
89-
"query-string": "^9.1.0",
89+
"query-string": "^9.1.1",
9090
"raf-throttle": "^2.0.6",
9191
"react": "^18.3.1",
9292
"react-colorful": "^5.6.1",
9393
"react-dom": "^18.3.1",
94-
"react-dropzone": "^14.2.9",
95-
"react-error-boundary": "^4.0.13",
96-
"react-hook-form": "^7.53.0",
94+
"react-dropzone": "^14.3.8",
95+
"react-error-boundary": "^5.0.0",
96+
"react-hook-form": "^7.56.1",
9797
"react-hotkeys-hook": "4.5.0",
98-
"react-i18next": "^15.0.2",
99-
"react-icons": "^5.3.0",
100-
"react-redux": "9.1.2",
101-
"react-resizable-panels": "^2.1.7",
102-
"react-textarea-autosize": "^8.5.7",
103-
"react-use": "^17.5.1",
104-
"react-virtuoso": "^4.12.5",
98+
"react-i18next": "^15.5.1",
99+
"react-icons": "^5.5.0",
100+
"react-redux": "9.2.0",
101+
"react-resizable-panels": "^2.1.8",
102+
"react-textarea-autosize": "^8.5.9",
103+
"react-use": "^17.6.0",
104+
"react-virtuoso": "^4.12.6",
105105
"redux-dynamic-middlewares": "^2.2.0",
106-
"redux-remember": "^5.1.0",
106+
"redux-remember": "^5.2.0",
107107
"redux-undo": "^1.1.0",
108108
"rfdc": "^1.4.1",
109109
"roarr": "^7.21.1",
110-
"serialize-error": "^11.0.3",
111-
"socket.io-client": "^4.8.0",
112-
"stable-hash": "^0.0.4",
113-
"use-debounce": "^10.0.3",
110+
"serialize-error": "^12.0.0",
111+
"socket.io-client": "^4.8.1",
112+
"stable-hash": "^0.0.5",
113+
"use-debounce": "^10.0.4",
114114
"use-device-pixel-ratio": "^1.1.2",
115-
"uuid": "^10.0.0",
116-
"zod": "^3.23.8",
115+
"uuid": "^11.1.0",
116+
"zod": "^3.24.3",
117117
"zod-validation-error": "^3.4.0"
118118
},
119119
"peerDependencies": {
@@ -123,43 +123,43 @@
123123
"devDependencies": {
124124
"@invoke-ai/eslint-config-react": "^0.0.14",
125125
"@invoke-ai/prettier-config-react": "^0.0.7",
126-
"@storybook/addon-essentials": "^8.3.4",
127-
"@storybook/addon-interactions": "^8.3.4",
128-
"@storybook/addon-links": "^8.3.4",
129-
"@storybook/addon-storysource": "^8.3.4",
130-
"@storybook/manager-api": "^8.3.4",
131-
"@storybook/react": "^8.3.4",
132-
"@storybook/react-vite": "^8.5.5",
133-
"@storybook/theming": "^8.3.4",
126+
"@storybook/addon-essentials": "^8.6.12",
127+
"@storybook/addon-interactions": "^8.6.12",
128+
"@storybook/addon-links": "^8.6.12",
129+
"@storybook/addon-storysource": "^8.6.12",
130+
"@storybook/manager-api": "^8.6.12",
131+
"@storybook/react": "^8.6.12",
132+
"@storybook/react-vite": "^8.6.12",
133+
"@storybook/theming": "^8.6.12",
134134
"@types/lodash-es": "^4.17.12",
135-
"@types/node": "^20.16.10",
135+
"@types/node": "^22.15.1",
136136
"@types/react": "^18.3.11",
137137
"@types/react-dom": "^18.3.0",
138138
"@types/uuid": "^10.0.0",
139-
"@vitejs/plugin-react-swc": "^3.8.0",
140-
"@vitest/coverage-v8": "^3.0.6",
141-
"@vitest/ui": "^3.0.6",
142-
"concurrently": "^8.2.2",
139+
"@vitejs/plugin-react-swc": "^3.9.0",
140+
"@vitest/coverage-v8": "^3.1.2",
141+
"@vitest/ui": "^3.1.2",
142+
"concurrently": "^9.1.2",
143143
"csstype": "^3.1.3",
144144
"dpdm": "^3.14.0",
145145
"eslint": "^8.57.1",
146-
"eslint-plugin-i18next": "^6.1.0",
146+
"eslint-plugin-i18next": "^6.1.1",
147147
"eslint-plugin-path": "^1.3.0",
148-
"knip": "^5.31.0",
148+
"knip": "^5.50.5",
149149
"openapi-types": "^12.1.3",
150-
"openapi-typescript": "^7.4.1",
151-
"prettier": "^3.3.3",
152-
"rollup-plugin-visualizer": "^5.12.0",
153-
"storybook": "^8.3.4",
150+
"openapi-typescript": "^7.6.1",
151+
"prettier": "^3.5.3",
152+
"rollup-plugin-visualizer": "^5.14.0",
153+
"storybook": "^8.6.12",
154154
"tsafe": "^1.8.5",
155-
"type-fest": "^4.26.1",
156-
"typescript": "^5.6.2",
157-
"vite": "^6.1.0",
155+
"type-fest": "^4.40.0",
156+
"typescript": "^5.8.3",
157+
"vite": "^6.3.3",
158158
"vite-plugin-css-injected-by-js": "^3.5.2",
159-
"vite-plugin-dts": "^4.5.0",
159+
"vite-plugin-dts": "^4.5.3",
160160
"vite-plugin-eslint": "^1.8.1",
161161
"vite-tsconfig-paths": "^5.1.4",
162-
"vitest": "^3.0.6"
162+
"vitest": "^3.1.2"
163163
},
164164
"engines": {
165165
"pnpm": "8"

0 commit comments

Comments
 (0)