|
75 | 75 | "devDependencies": { |
76 | 76 | "@jest/expect": "30.0.0-beta.3", |
77 | 77 | "@jest/globals": "30.0.0-beta.3", |
78 | | - "@storybook/addon-docs": "^9.0.0", |
79 | | - "@storybook/addon-essentials": "^8.4.5", |
80 | | - "@storybook/addon-interactions": "^8.4.5", |
81 | | - "@storybook/addon-links": "^8.4.5", |
82 | | - "@storybook/addon-onboarding": "^9.0.0", |
83 | | - "@storybook/react-vite": "^9.0.0", |
| 78 | + "@storybook/addon-docs": "^9.1.1", |
| 79 | + "@storybook/addon-essentials": "^8.6.14", |
| 80 | + "@storybook/addon-interactions": "^8.6.14", |
| 81 | + "@storybook/addon-links": "^9.1.1", |
| 82 | + "@storybook/addon-onboarding": "^9.1.1", |
| 83 | + "@storybook/react-vite": "^9.1.1", |
84 | 84 | "@testing-library/jest-dom": "^6.6.3", |
85 | 85 | "@testing-library/react": "^16.2.0", |
86 | 86 | "@types/big.js": "^6.2.2", |
|
89 | 89 | "@types/react-dom": "^19.0.3", |
90 | 90 | "@types/react-relay": "^18.2.1", |
91 | 91 | "@types/react-resizable": "^3.0.8", |
| 92 | + "@types/relay-test-utils": "^19.0.0", |
92 | 93 | "@vitejs/plugin-react": "^4.5.0", |
93 | 94 | "ahooks": "^3.8.4", |
94 | 95 | "dayjs": "^1.11.13", |
95 | 96 | "eslint": "^8.57.1", |
96 | 97 | "eslint-config-react-app": "^7.0.1", |
97 | 98 | "eslint-plugin-import": "^2.31.0", |
98 | 99 | "eslint-plugin-react": "^7.37.4", |
99 | | - "eslint-plugin-storybook": "^9.0.0", |
| 100 | + "eslint-plugin-storybook": "^9.1.1", |
100 | 101 | "fast-glob": "^3.3.3", |
101 | 102 | "graphql": "^16.10.0", |
102 | 103 | "jest": "^29.7.0", |
103 | 104 | "jest-environment-jsdom": "^29.7.0", |
104 | | - "storybook": "^9.0.0", |
| 105 | + "storybook": "^9.1.1", |
105 | 106 | "ts-jest": "^29.2.5", |
106 | 107 | "tus-js-client": "^4.1.0", |
107 | 108 | "typescript": "^5.7.2", |
108 | 109 | "vite": "^6.3.5", |
109 | 110 | "vite-plugin-dts": "^4.5.4", |
110 | 111 | "vite-plugin-relay-lite": "^0.11.0", |
111 | | - "vite-plugin-svgr": "^4.3.0" |
| 112 | + "vite-plugin-svgr": "^4.3.0", |
| 113 | + "relay-test-utils": "^20.1.1" |
112 | 114 | }, |
113 | 115 | "type": "module", |
114 | 116 | "jest": { |
|
0 commit comments