|
51 | 51 | }, |
52 | 52 | "license": "MIT", |
53 | 53 | "devDependencies": { |
54 | | - "@apollo/client": "3.12.4", |
| 54 | + "@apollo/client": "3.14.0", |
55 | 55 | "@apollo/tailwind-preset": "0.2.0", |
56 | 56 | "@changesets/changelog-github": "0.5.0", |
57 | | - "@changesets/cli": "2.27.8", |
| 57 | + "@changesets/cli": "2.29.7", |
58 | 58 | "@graphql-codegen/cli": "5.0.2", |
59 | 59 | "@graphql-codegen/typescript": "4.1.2", |
60 | | - "@graphql-codegen/typescript-resolvers": "4.4.1", |
| 60 | + "@graphql-codegen/typescript-resolvers": "4.5.2", |
61 | 61 | "@graphql-tools/jest-transform": "2.0.0", |
62 | | - "@playwright/test": "1.49.1", |
63 | | - "@storybook/addon-docs": "8.4.7", |
64 | | - "@storybook/addon-essentials": "8.4.7", |
65 | | - "@storybook/addon-interactions": "8.4.7", |
66 | | - "@storybook/addon-links": "8.4.7", |
67 | | - "@storybook/blocks": "8.4.7", |
68 | | - "@storybook/react": "8.4.7", |
69 | | - "@storybook/react-vite": "8.4.7", |
70 | | - "@storybook/test": "8.4.7", |
71 | | - "@storybook/test-runner": "0.20.1", |
| 62 | + "@playwright/test": "1.55.1", |
| 63 | + "@storybook/addon-docs": "8.6.14", |
| 64 | + "@storybook/addon-essentials": "8.6.14", |
| 65 | + "@storybook/addon-interactions": "8.6.14", |
| 66 | + "@storybook/addon-links": "8.6.14", |
| 67 | + "@storybook/blocks": "8.6.14", |
| 68 | + "@storybook/react": "8.6.14", |
| 69 | + "@storybook/react-vite": "8.6.14", |
| 70 | + "@storybook/test": "8.6.14", |
| 71 | + "@storybook/test-runner": "0.23.0", |
72 | 72 | "@svgr/plugin-jsx": "8.1.0", |
73 | 73 | "@svgr/plugin-svgo": "8.1.0", |
74 | 74 | "@tailwindcss/aspect-ratio": "0.4.2", |
75 | 75 | "@testing-library/dom": "10.4.0", |
76 | | - "@testing-library/jest-dom": "6.6.3", |
77 | | - "@testing-library/react": "16.1.0", |
| 76 | + "@testing-library/jest-dom": "6.9.1", |
| 77 | + "@testing-library/react": "16.3.0", |
78 | 78 | "@tsconfig/recommended": "1.0.7", |
79 | 79 | "@types/jest": "29.5.13", |
80 | | - "@types/node": "22.10.2", |
| 80 | + "@types/node": "22.18.8", |
81 | 81 | "@types/react": "18.3.10", |
82 | 82 | "@types/react-dom": "18.3.0", |
83 | 83 | "@types/react-relay": "16.0.6", |
84 | 84 | "@types/relay-runtime": "17.0.4", |
85 | | - "@typescript-eslint/eslint-plugin": "8.18.1", |
86 | | - "@typescript-eslint/parser": "8.18.1", |
| 85 | + "@typescript-eslint/eslint-plugin": "8.45.0", |
| 86 | + "@typescript-eslint/parser": "8.45.0", |
87 | 87 | "babel-plugin-relay": "17.0.0", |
88 | 88 | "concurrently": "8.2.2", |
89 | 89 | "eslint": "8.57.0", |
90 | | - "eslint-plugin-storybook": "0.11.1", |
91 | | - "graphql": "16.10.0", |
| 90 | + "eslint-plugin-storybook": "0.12.0", |
| 91 | + "graphql": "16.11.0", |
92 | 92 | "graphql-ws": "5.16.0", |
93 | 93 | "http-server": "14.1.1", |
94 | 94 | "jest": "29.7.0", |
95 | 95 | "jest-environment-jsdom": "29.7.0", |
96 | 96 | "jsdom": "25.0.1", |
97 | | - "msw": "2.7.0", |
| 97 | + "msw": "2.11.3", |
98 | 98 | "msw-storybook-addon": "2.0.3", |
99 | | - "playwright": "1.49.1", |
100 | | - "postcss": "8.4.47", |
101 | | - "prettier": "3.4.2", |
| 99 | + "playwright": "1.55.1", |
| 100 | + "postcss": "8.5.6", |
| 101 | + "prettier": "3.6.2", |
102 | 102 | "react": "18.3.1", |
103 | 103 | "react-relay": "17.0.0", |
104 | 104 | "relay-compiler": "17.0.0", |
105 | 105 | "relay-runtime": "17.0.0", |
106 | | - "storybook": "8.4.7", |
| 106 | + "storybook": "8.6.14", |
107 | 107 | "tailwind": "4.0.0", |
108 | 108 | "tailwindcss": "3.4.13", |
109 | | - "ts-jest": "29.2.5", |
| 109 | + "ts-jest": "29.4.4", |
110 | 110 | "ts-jest-resolver": "2.0.1", |
111 | | - "tsup": "8.3.0", |
| 111 | + "tsup": "8.5.0", |
112 | 112 | "tw-colors": "3.3.2", |
113 | | - "typescript": "5.7.2", |
| 113 | + "typescript": "5.9.3", |
114 | 114 | "undici": "6.21.0", |
115 | 115 | "vite": "5.4.8", |
116 | 116 | "vite-plugin-graphql-loader": "4.0.4", |
117 | 117 | "vite-plugin-relay": "2.1.0", |
118 | | - "vite-plugin-svgr": "4.3.0", |
| 118 | + "vite-plugin-svgr": "4.5.0", |
119 | 119 | "vitest": "2.1.1", |
120 | 120 | "wait-on": "8.0.1" |
121 | 121 | }, |
|
0 commit comments