|
6 | 6 | "dependencies": { |
7 | 7 | "@ai-sdk/anthropic": "^2.0.29", |
8 | 8 | "@ai-sdk/openai": "^2.0.52", |
9 | | - "@emotion/react": "^11.14.0", |
10 | | - "@emotion/styled": "^11.14.1", |
11 | 9 | "ai": "^5.0.72", |
12 | 10 | "ai-tokenizer": "^1.0.3", |
13 | 11 | "chalk": "^5.6.2", |
14 | | - "cmdk": "^1.0.0", |
| 12 | + "cors": "^2.8.5", |
15 | 13 | "crc-32": "^1.2.2", |
16 | 14 | "diff": "^8.0.2", |
17 | 15 | "disposablestack": "^1.1.7", |
| 16 | + "electron": "^38.2.1", |
18 | 17 | "electron-updater": "^6.6.2", |
19 | | - "escape-html": "^1.0.3", |
| 18 | + "express": "^5.1.0", |
20 | 19 | "jsonc-parser": "^3.3.1", |
21 | 20 | "lru-cache": "^11.2.2", |
22 | | - "markdown-it": "^14.1.0", |
23 | | - "mermaid": "^11.12.0", |
24 | 21 | "minimist": "^1.2.8", |
25 | | - "posthog-js": "^1.276.0", |
26 | | - "react": "^18.2.0", |
27 | | - "react-compiler-runtime": "^1.0.0", |
28 | | - "react-dnd": "^16.0.1", |
29 | | - "react-dnd-html5-backend": "^16.0.1", |
30 | | - "react-dom": "^18.2.0", |
31 | | - "react-markdown": "^10.1.0", |
32 | | - "rehype-katex": "^7.0.1", |
33 | | - "rehype-raw": "^7.0.0", |
34 | | - "rehype-sanitize": "^6.0.0", |
35 | | - "remark-gfm": "^4.0.1", |
36 | | - "remark-math": "^6.0.0", |
37 | | - "shiki": "^3.13.0", |
38 | 22 | "source-map-support": "^0.5.21", |
39 | 23 | "undici": "^7.16.0", |
40 | 24 | "write-file-atomic": "^6.0.0", |
| 25 | + "ws": "^8.18.3", |
41 | 26 | "zod": "^4.1.11", |
42 | 27 | "zod-to-json-schema": "^3.24.6", |
43 | 28 | }, |
44 | 29 | "devDependencies": { |
45 | 30 | "@emotion/babel-plugin": "^11.13.5", |
| 31 | + "@emotion/react": "^11.14.0", |
| 32 | + "@emotion/styled": "^11.14.1", |
46 | 33 | "@eslint/js": "^9.36.0", |
47 | 34 | "@playwright/test": "^1.56.0", |
48 | 35 | "@storybook/addon-essentials": "^8.6.14", |
|
71 | 58 | "@typescript/native-preview": "^7.0.0-dev.20251014.1", |
72 | 59 | "@vitejs/plugin-react": "^4.0.0", |
73 | 60 | "babel-plugin-react-compiler": "^1.0.0", |
| 61 | + "cmdk": "^1.0.0", |
74 | 62 | "concurrently": "^8.2.0", |
75 | | - "cors": "^2.8.5", |
76 | 63 | "dotenv": "^17.2.3", |
77 | | - "electron": "^38.2.1", |
78 | 64 | "electron-builder": "^24.6.0", |
79 | 65 | "electron-devtools-installer": "^4.0.0", |
80 | 66 | "electron-mock-ipc": "^0.3.12", |
| 67 | + "escape-html": "^1.0.3", |
81 | 68 | "eslint": "^9.36.0", |
82 | 69 | "eslint-plugin-react": "^7.37.5", |
83 | 70 | "eslint-plugin-react-hooks": "^5.2.0", |
84 | | - "express": "^5.1.0", |
85 | 71 | "jest": "^30.1.3", |
| 72 | + "markdown-it": "^14.1.0", |
| 73 | + "mermaid": "^11.12.0", |
86 | 74 | "playwright": "^1.56.0", |
| 75 | + "posthog-js": "^1.276.0", |
87 | 76 | "prettier": "^3.6.2", |
| 77 | + "react": "^18.2.0", |
| 78 | + "react-compiler-runtime": "^1.0.0", |
| 79 | + "react-dnd": "^16.0.1", |
| 80 | + "react-dnd-html5-backend": "^16.0.1", |
| 81 | + "react-dom": "^18.2.0", |
| 82 | + "react-markdown": "^10.1.0", |
| 83 | + "rehype-katex": "^7.0.1", |
| 84 | + "rehype-raw": "^7.0.0", |
| 85 | + "rehype-sanitize": "^6.0.0", |
| 86 | + "remark-gfm": "^4.0.1", |
| 87 | + "remark-math": "^6.0.0", |
| 88 | + "shiki": "^3.13.0", |
88 | 89 | "storybook": "^8.6.14", |
89 | 90 | "ts-jest": "^29.4.4", |
90 | 91 | "tsc-alias": "^1.8.16", |
|
93 | 94 | "vite": "^4.4.0", |
94 | 95 | "vite-plugin-svgr": "^4.5.0", |
95 | 96 | "vite-plugin-top-level-await": "^1.6.0", |
96 | | - "ws": "^8.18.3", |
97 | 97 | }, |
98 | 98 | }, |
99 | 99 | }, |
|
2294 | 2294 |
|
2295 | 2295 | "react-dom": [ "[email protected]", "", { "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" }, "peerDependencies": { "react": "^18.3.1" } }, "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw=="], |
2296 | 2296 |
|
2297 | | - "react-is": ["react-is@18.3.1", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 2297 | + "react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], |
2298 | 2298 |
|
2299 | 2299 | "react-markdown": [ "[email protected]", "", { "dependencies": { "@types/hast": "^3.0.0", "@types/mdast": "^4.0.0", "devlop": "^1.0.0", "hast-util-to-jsx-runtime": "^2.0.0", "html-url-attributes": "^3.0.0", "mdast-util-to-hast": "^13.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.0.0", "unified": "^11.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.0" }, "peerDependencies": { "@types/react": ">=18", "react": ">=18" } }, "sha512-qKxVopLT/TyA6BX3Ue5NwabOsAzm0Q7kAPwq6L+wWDwisYs7R8vZ0nRXqq6rkueboxpkjvLGU9fWifiX/ZZFxQ=="], |
2300 | 2300 |
|
|
2656 | 2656 |
|
2657 | 2657 | "util-deprecate": [ "[email protected]", "", {}, "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw=="], |
2658 | 2658 |
|
2659 | | - "uuid": ["uuid@10.0.0", "", { "bin": { "uuid": "dist/bin/uuid" } }, "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ=="], |
| 2659 | + "uuid": ["uuid@11.1.0", "", { "bin": { "uuid": "dist/esm/bin/uuid" } }, "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A=="], |
2660 | 2660 |
|
2661 | 2661 | "v8-to-istanbul": [ "[email protected]", "", { "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", "@types/istanbul-lib-coverage": "^2.0.1", "convert-source-map": "^2.0.0" } }, "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA=="], |
2662 | 2662 |
|
|
3008 | 3008 |
|
3009 | 3009 | "hast-util-to-parse5/property-information": [ "[email protected]", "", {}, "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig=="], |
3010 | 3010 |
|
3011 | | - "hoist-non-react-statics/react-is": [ "[email protected]", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], |
3012 | | - |
3013 | 3011 | "hosted-git-info/lru-cache": [ "[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA=="], |
3014 | 3012 |
|
3015 | 3013 | "htmlparser2/entities": [ "[email protected]", "", {}, "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w=="], |
|
3144 | 3142 |
|
3145 | 3143 | "mermaid/stylis": [ "[email protected]", "", {}, "sha512-yQ3rwFWRfwNUY7H5vpU0wfdkNSnvnJinhF9830Swlaxl03zsOjCfmX0ugac+3LtK0lYSgwL/KXc8oYL3mG4YFQ=="], |
3146 | 3144 |
|
3147 | | - "mermaid/uuid": [ "[email protected]", "", { "bin": { "uuid": "dist/esm/bin/uuid" } }, "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A=="], |
3148 | | - |
3149 | 3145 | "micromatch/picomatch": [ "[email protected]", "", {}, "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="], |
3150 | 3146 |
|
3151 | 3147 | "minizlib/minipass": [ "[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw=="], |
|
3170 | 3166 |
|
3171 | 3167 | "pretty-format/@jest/schemas": [ "@jest/[email protected]", "", { "dependencies": { "@sinclair/typebox": "^0.34.0" } }, "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA=="], |
3172 | 3168 |
|
3173 | | - "prop-types/react-is": ["react-is@16.13.1", "", {}, "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="], |
| 3169 | + "pretty-format/react-is": ["react-is@18.3.1", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
3174 | 3170 |
|
3175 | 3171 | "raw-body/iconv-lite": [ "[email protected]", "", { "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" } }, "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ=="], |
3176 | 3172 |
|
|
3226 | 3222 |
|
3227 | 3223 | "vite/fsevents": [ "[email protected]", "", { "os": "darwin" }, "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw=="], |
3228 | 3224 |
|
| 3225 | + "vite-plugin-top-level-await/uuid": [ "[email protected]", "", { "bin": { "uuid": "dist/bin/uuid" } }, "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ=="], |
| 3226 | + |
3229 | 3227 | "wait-port/chalk": [ "[email protected]", "", { "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" } }, "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ=="], |
3230 | 3228 |
|
3231 | 3229 | "wait-port/commander": [ "[email protected]", "", {}, "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow=="], |
|
3490 | 3488 |
|
3491 | 3489 | "jest-circus/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
3492 | 3490 |
|
| 3491 | + "jest-circus/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3492 | + |
3493 | 3493 | "jest-cli/@jest/test-result/@jest/console": [ "@jest/[email protected]", "", { "dependencies": { "@jest/types": "30.2.0", "@types/node": "*", "chalk": "^4.1.2", "jest-message-util": "30.2.0", "jest-util": "30.2.0", "slash": "^3.0.0" } }, "sha512-+O1ifRjkvYIkBqASKWgLxrpEhQAAE7hY77ALLUufSk5717KfOShg6IbqLmdsLMPdUiFvA2kTs0R7YZy+l0IzZQ=="], |
3494 | 3494 |
|
3495 | 3495 | "jest-cli/@jest/types/@jest/schemas": [ "@jest/[email protected]", "", { "dependencies": { "@sinclair/typebox": "^0.34.0" } }, "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA=="], |
|
3558 | 3558 |
|
3559 | 3559 | "jest-diff/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
3560 | 3560 |
|
| 3561 | + "jest-diff/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3562 | + |
3561 | 3563 | "jest-each/chalk/ansi-styles": [ "[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], |
3562 | 3564 |
|
3563 | 3565 | "jest-each/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
3564 | 3566 |
|
| 3567 | + "jest-each/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3568 | + |
| 3569 | + "jest-leak-detector/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3570 | + |
3565 | 3571 | "jest-matcher-utils/chalk/ansi-styles": [ "[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], |
3566 | 3572 |
|
3567 | 3573 | "jest-matcher-utils/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
3568 | 3574 |
|
| 3575 | + "jest-matcher-utils/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3576 | + |
3569 | 3577 | "jest-message-util/chalk/ansi-styles": [ "[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], |
3570 | 3578 |
|
3571 | 3579 | "jest-message-util/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
3572 | 3580 |
|
| 3581 | + "jest-message-util/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3582 | + |
3573 | 3583 | "jest-process-manager/chalk/ansi-styles": [ "[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], |
3574 | 3584 |
|
3575 | 3585 | "jest-process-manager/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
|
3610 | 3620 |
|
3611 | 3621 | "jest-snapshot/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
3612 | 3622 |
|
| 3623 | + "jest-snapshot/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3624 | + |
3613 | 3625 | "jest-util/chalk/ansi-styles": [ "[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], |
3614 | 3626 |
|
3615 | 3627 | "jest-util/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
|
3748 | 3760 |
|
3749 | 3761 | "create-jest/jest-config/babel-jest/babel-preset-jest": [ "[email protected]", "", { "dependencies": { "babel-plugin-jest-hoist": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0" }, "peerDependencies": { "@babel/core": "^7.0.0" } }, "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA=="], |
3750 | 3762 |
|
| 3763 | + "create-jest/jest-config/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3764 | + |
3751 | 3765 | "expect/jest-matcher-utils/chalk/ansi-styles": [ "[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], |
3752 | 3766 |
|
3753 | 3767 | "expect/jest-matcher-utils/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
|
3866 | 3880 |
|
3867 | 3881 | "jest-resolve-dependencies/jest-snapshot/jest-util/ci-info": [ "[email protected]", "", {}, "sha512-Wdy2Igu8OcBpI2pZePZ5oWjPC38tmDVx5WKUXKwlLYkA0ozo85sLsLvkBbBn/sZaSCMFOGZJ14fvW9t5/d7kdA=="], |
3868 | 3882 |
|
| 3883 | + "jest-resolve/jest-validate/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3884 | + |
3869 | 3885 | "jest-validate/@jest/types/@jest/schemas/@sinclair/typebox": [ "@sinclair/[email protected]", "", {}, "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g=="], |
3870 | 3886 |
|
3871 | 3887 | "jest/@jest/types/@jest/schemas/@sinclair/typebox": [ "@sinclair/[email protected]", "", {}, "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g=="], |
|
3934 | 3950 |
|
3935 | 3951 | "@storybook/test-runner/jest/@jest/core/jest-config/glob": [ "[email protected]", "", { "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", "minimatch": "^3.1.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" } }, "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q=="], |
3936 | 3952 |
|
| 3953 | + "@storybook/test-runner/jest/@jest/core/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 3954 | + |
3937 | 3955 | "@storybook/test-runner/jest/jest-cli/chalk/ansi-styles": [ "[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="], |
3938 | 3956 |
|
3939 | 3957 | "@storybook/test-runner/jest/jest-cli/chalk/supports-color": [ "[email protected]", "", { "dependencies": { "has-flag": "^4.0.0" } }, "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw=="], |
|
4028 | 4046 |
|
4029 | 4047 | "@storybook/test-runner/jest/jest-cli/jest-config/babel-jest/babel-preset-jest": [ "[email protected]", "", { "dependencies": { "babel-plugin-jest-hoist": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0" }, "peerDependencies": { "@babel/core": "^7.0.0" } }, "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA=="], |
4030 | 4048 |
|
| 4049 | + "@storybook/test-runner/jest/jest-cli/jest-config/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 4050 | + |
| 4051 | + "@storybook/test-runner/jest/jest-cli/jest-validate/pretty-format/react-is": [ "[email protected]", "", {}, "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="], |
| 4052 | + |
4031 | 4053 | "jest-config/jest-circus/jest-runtime/@jest/transform/babel-plugin-istanbul/istanbul-lib-instrument": [ "[email protected]", "", { "dependencies": { "@babel/core": "^7.23.9", "@babel/parser": "^7.23.9", "@istanbuljs/schema": "^0.1.3", "istanbul-lib-coverage": "^3.2.0", "semver": "^7.5.4" } }, "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q=="], |
4032 | 4054 |
|
4033 | 4055 | "jest-config/jest-circus/jest-snapshot/@jest/transform/babel-plugin-istanbul/istanbul-lib-instrument": [ "[email protected]", "", { "dependencies": { "@babel/core": "^7.23.9", "@babel/parser": "^7.23.9", "@istanbuljs/schema": "^0.1.3", "istanbul-lib-coverage": "^3.2.0", "semver": "^7.5.4" } }, "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q=="], |
|
0 commit comments