Merge branch 'main' into remove-deprecated-sdxl-t2i-hack

This commit is contained in:
Millun Atluri 2023-11-10 11:33:32 +11:00 committed by GitHub
commit 5cb372e9d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 583 additions and 990 deletions

View File

@ -54,42 +54,35 @@
] ]
}, },
"dependencies": { "dependencies": {
"@chakra-ui/anatomy": "^2.2.1", "@chakra-ui/anatomy": "^2.2.2",
"@chakra-ui/icons": "^2.1.1", "@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1", "@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.1", "@chakra-ui/styled-system": "^2.9.2",
"@chakra-ui/theme-tools": "^2.1.1", "@chakra-ui/theme-tools": "^2.1.2",
"@dagrejs/graphlib": "^2.1.13", "@dagrejs/graphlib": "^2.1.13",
"@dnd-kit/core": "^6.0.8", "@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^6.0.1", "@dnd-kit/utilities": "^3.2.2",
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@floating-ui/react-dom": "^2.0.2", "@fontsource-variable/inter": "^5.0.15",
"@fontsource-variable/inter": "^5.0.13",
"@fontsource/inter": "^5.0.13",
"@mantine/core": "^6.0.19", "@mantine/core": "^6.0.19",
"@mantine/form": "^6.0.19", "@mantine/form": "^6.0.19",
"@mantine/hooks": "^6.0.19", "@mantine/hooks": "^6.0.19",
"@nanostores/react": "^0.7.1", "@nanostores/react": "^0.7.1",
"@reduxjs/toolkit": "^1.9.7", "@reduxjs/toolkit": "^1.9.7",
"@roarr/browser-log-writer": "^1.3.0", "@roarr/browser-log-writer": "^1.3.0",
"@stevebel/png": "^1.5.1",
"compare-versions": "^6.1.0", "compare-versions": "^6.1.0",
"dateformat": "^5.0.3", "dateformat": "^5.0.3",
"formik": "^2.4.5",
"framer-motion": "^10.16.4", "framer-motion": "^10.16.4",
"fuse.js": "^6.6.2", "i18next": "^23.6.0",
"i18next": "^23.5.1", "i18next-http-backend": "^2.3.1",
"i18next-browser-languagedetector": "^7.0.2", "konva": "^9.2.3",
"i18next-http-backend": "^2.2.2",
"konva": "^9.2.2",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"nanostores": "^0.9.2", "nanostores": "^0.9.4",
"new-github-issue-url": "^1.0.0", "new-github-issue-url": "^1.0.0",
"openapi-fetch": "^0.7.10", "openapi-fetch": "^0.8.1",
"overlayscrollbars": "^2.3.2", "overlayscrollbars": "^2.4.4",
"overlayscrollbars-react": "^0.5.2", "overlayscrollbars-react": "^0.5.3",
"patch-package": "^8.0.0", "patch-package": "^8.0.0",
"query-string": "^8.1.0", "query-string": "^8.1.0",
"react": "^18.2.0", "react": "^18.2.0",
@ -98,26 +91,25 @@
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.11", "react-error-boundary": "^4.0.11",
"react-hotkeys-hook": "4.4.1", "react-hotkeys-hook": "4.4.1",
"react-i18next": "^13.3.0", "react-i18next": "^13.3.1",
"react-icons": "^4.11.0", "react-icons": "^4.11.0",
"react-konva": "^18.2.10", "react-konva": "^18.2.10",
"react-redux": "^8.1.3", "react-redux": "^8.1.3",
"react-resizable-panels": "^0.0.55", "react-resizable-panels": "^0.0.55",
"react-use": "^17.4.0", "react-use": "^17.4.0",
"react-virtuoso": "^4.6.1", "react-virtuoso": "^4.6.2",
"react-zoom-pan-pinch": "^3.2.0", "reactflow": "^11.9.4",
"reactflow": "^11.9.3",
"redux-dynamic-middlewares": "^2.2.0", "redux-dynamic-middlewares": "^2.2.0",
"redux-remember": "^4.0.4", "redux-remember": "^4.0.4",
"roarr": "^7.15.1", "roarr": "^7.18.3",
"serialize-error": "^11.0.2", "serialize-error": "^11.0.2",
"socket.io-client": "^4.7.2", "socket.io-client": "^4.7.2",
"type-fest": "^4.4.0", "type-fest": "^4.7.1",
"use-debounce": "^9.0.4", "use-debounce": "^10.0.0",
"use-image": "^1.1.1", "use-image": "^1.1.1",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"zod": "^3.22.4", "zod": "^3.22.4",
"zod-validation-error": "^1.5.0" "zod-validation-error": "^2.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"@chakra-ui/cli": "^2.4.0", "@chakra-ui/cli": "^2.4.0",
@ -128,39 +120,33 @@
}, },
"devDependencies": { "devDependencies": {
"@chakra-ui/cli": "^2.4.1", "@chakra-ui/cli": "^2.4.1",
"@types/dateformat": "^5.0.0", "@types/dateformat": "^5.0.2",
"@types/lodash-es": "^4.17.9", "@types/lodash-es": "^4.17.11",
"@types/node": "^20.8.6", "@types/node": "^20.9.0",
"@types/react": "^18.2.28", "@types/react": "^18.2.37",
"@types/react-dom": "^18.2.13", "@types/react-dom": "^18.2.15",
"@types/react-redux": "^7.1.27", "@types/react-redux": "^7.1.30",
"@types/react-transition-group": "^4.4.7", "@types/uuid": "^9.0.7",
"@types/uuid": "^9.0.5", "@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^6.10.0",
"@typescript-eslint/parser": "^6.7.5", "@vitejs/plugin-react-swc": "^3.4.1",
"@vitejs/plugin-react-swc": "^3.4.0", "concurrently": "^8.2.2",
"axios": "^1.5.1", "eslint": "^8.53.0",
"babel-plugin-transform-imports": "^2.0.0",
"concurrently": "^8.2.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-hooks": "^4.6.0",
"form-data": "^4.0.0",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^15.0.1", "lint-staged": "^15.0.2",
"madge": "^6.1.0", "madge": "^6.1.0",
"openapi-types": "^12.1.3", "openapi-types": "^12.1.3",
"openapi-typescript": "^6.7.0", "openapi-typescript": "^6.7.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.0.3", "prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2", "rollup-plugin-visualizer": "^5.9.2",
"ts-toolbelt": "^9.6.0", "ts-toolbelt": "^9.6.0",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^4.4.11", "vite": "^4.5.0",
"vite-plugin-css-injected-by-js": "^3.3.0", "vite-plugin-css-injected-by-js": "^3.3.0",
"vite-plugin-dts": "^3.6.0", "vite-plugin-dts": "^3.6.3",
"vite-plugin-eslint": "^1.8.1", "vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.2.1", "vite-tsconfig-paths": "^4.2.1",
"yarn": "^1.22.19" "yarn": "^1.22.19"

File diff suppressed because it is too large Load Diff