|
102 | 102 | "visual-test": "yarn build:storybook && yarn playwright test" |
103 | 103 | }, |
104 | 104 | "dependencies": { |
105 | | - "@linaria/core": "^6.3.0", |
106 | | - "@linaria/react": "^6.3.0", |
107 | | - "@oddbird/css-anchor-positioning": "^0.6.1" |
| 105 | + "@linaria/core": "6.3.0", |
| 106 | + "@linaria/react": "6.3.0", |
| 107 | + "@oddbird/css-anchor-positioning": "0.6.1" |
108 | 108 | }, |
109 | 109 | "devDependencies": { |
110 | | - "@babel/core": "^7.27.4", |
111 | | - "@babel/preset-react": "^7.27.1", |
112 | | - "@babel/preset-typescript": "^7.27.1", |
113 | | - "@figma/code-connect": "^1.3.5", |
114 | | - "@linaria/postcss-linaria": "^6.3.0", |
115 | | - "@mdx-js/react": "^3.0.1", |
116 | | - "@playwright/test": "^1.43.0", |
117 | | - "@storybook/addon-a11y": "^9.1.4", |
118 | | - "@storybook/addon-designs": "^10.0.2", |
119 | | - "@storybook/addon-docs": "^9.1.4", |
120 | | - "@storybook/addon-links": "^9.1.4", |
121 | | - "@storybook/cli": "^9.1.4", |
122 | | - "@storybook/icons": "^1.4.0", |
123 | | - "@storybook/react-dom-shim": "^9.1.4", |
124 | | - "@storybook/react-vite": "^9.1.4", |
125 | | - "@testing-library/dom": "^10.4.0", |
126 | | - "@testing-library/jest-dom": "^6.6.3", |
127 | | - "@testing-library/react": "^16.3.0", |
128 | | - "@types/babel__core": "^7", |
| 110 | + "@babel/core": "7.27.4", |
| 111 | + "@babel/preset-react": "7.27.1", |
| 112 | + "@babel/preset-typescript": "7.27.1", |
| 113 | + "@figma/code-connect": "1.3.5", |
| 114 | + "@linaria/postcss-linaria": "6.3.0", |
| 115 | + "@mdx-js/react": "3.0.1", |
| 116 | + "@playwright/test": "1.43.0", |
| 117 | + "@storybook/addon-a11y": "9.1.4", |
| 118 | + "@storybook/addon-designs": "10.0.2", |
| 119 | + "@storybook/addon-docs": "9.1.4", |
| 120 | + "@storybook/addon-links": "9.1.4", |
| 121 | + "@storybook/cli": "9.1.4", |
| 122 | + "@storybook/icons": "1.4.0", |
| 123 | + "@storybook/react-dom-shim": "9.1.4", |
| 124 | + "@storybook/react-vite": "9.1.4", |
| 125 | + "@testing-library/dom": "10.4.0", |
| 126 | + "@testing-library/jest-dom": "6.6.3", |
| 127 | + "@testing-library/react": "16.3.0", |
| 128 | + "@types/babel__core": "7.20.5", |
129 | 129 | "@types/node": "22.15.32", |
130 | | - "@types/postcss-flexbugs-fixes": "^5.0.3", |
131 | | - "@types/react": "^18.2.75", |
132 | | - "@types/react-dom": "^18.2.24", |
133 | | - "@types/react-syntax-highlighter": "^15.5.11", |
134 | | - "@typescript-eslint/eslint-plugin": "^7.6.0", |
135 | | - "@typescript-eslint/parser": "^7.6.0", |
136 | | - "@vitejs/plugin-react": "^5.0.2", |
137 | | - "@vitest/coverage-v8": "^3.2.4", |
| 130 | + "@types/postcss-flexbugs-fixes": "5.0.3", |
| 131 | + "@types/react": "18.3.18", |
| 132 | + "@types/react-dom": "18.3.5", |
| 133 | + "@types/react-syntax-highlighter": "15.5.11", |
| 134 | + "@typescript-eslint/eslint-plugin": "7.6.0", |
| 135 | + "@typescript-eslint/parser": "7.6.0", |
| 136 | + "@vitejs/plugin-react": "5.0.2", |
| 137 | + "@vitest/coverage-v8": "3.2.4", |
138 | 138 | "@wyw-in-js/babel-preset": "0.6.0", |
139 | 139 | "@wyw-in-js/vite": "0.6.0", |
140 | | - "aws-cdk": "^2.137.0", |
141 | | - "aws-cdk-lib": "^2.137.0", |
142 | | - "aws-sdk": "^2.1597.0", |
143 | | - "colord": "^2.9.3", |
144 | | - "concurrently": "^8.2.2", |
145 | | - "constructs": "^10.3.0", |
146 | | - "coverage-badges-cli": "^2.1.0", |
| 140 | + "aws-cdk": "2.137.0", |
| 141 | + "aws-cdk-lib": "2.137.0", |
| 142 | + "aws-sdk": "2.1597.0", |
| 143 | + "colord": "2.9.3", |
| 144 | + "concurrently": "8.2.2", |
| 145 | + "constructs": "10.3.0", |
| 146 | + "coverage-badges-cli": "2.1.0", |
147 | 147 | "dashify": "2.0.0", |
148 | | - "eslint": "^8.57.0", |
149 | | - "eslint-config-prettier": "^9.1.0", |
150 | | - "eslint-plugin-prettier": "^5.1.3", |
151 | | - "eslint-plugin-react": "^7.34.1", |
152 | | - "eslint-plugin-react-hooks": "^4.6.0", |
153 | | - "eslint-plugin-storybook": "^9.1.4", |
154 | | - "figma": "^0.0.1", |
155 | | - "happy-dom": "^18.0.1", |
156 | | - "move-file-cli": "^3.0.0", |
157 | | - "postcss": "^8.5.6", |
158 | | - "prettier": "^3.2.5", |
159 | | - "react": "^18.2.0", |
160 | | - "react-docgen-typescript-loader": "^3.7.2", |
161 | | - "react-dom": "^18.2.0", |
162 | | - "react-syntax-highlighter": "^15.5.0", |
163 | | - "rimraf": "^5.0.5", |
164 | | - "rollup": "^4.14.1", |
165 | | - "rollup-plugin-css-only": "^4.5.2", |
166 | | - "snyk": "^1.1288.0", |
167 | | - "storybook": "^9.1.4", |
168 | | - "style-dictionary": "^4.3.3", |
169 | | - "stylelint": "^16.21.0", |
170 | | - "ts-node": "^10.9.2", |
171 | | - "typescript": "^5.9.2", |
172 | | - "vite": "^7.1.4", |
173 | | - "vite-plugin-svgr": "^4.5.0", |
174 | | - "vitest": "^3.2.4" |
| 148 | + "eslint": "8.57.1", |
| 149 | + "eslint-config-prettier": "9.1.0", |
| 150 | + "eslint-plugin-prettier": "5.1.3", |
| 151 | + "eslint-plugin-react": "7.34.1", |
| 152 | + "eslint-plugin-react-hooks": "4.6.0", |
| 153 | + "eslint-plugin-storybook": "9.1.4", |
| 154 | + "figma": "0.0.1", |
| 155 | + "happy-dom": "18.0.1", |
| 156 | + "move-file-cli": "3.0.0", |
| 157 | + "postcss": "8.5.6", |
| 158 | + "prettier": "3.2.5", |
| 159 | + "react": "18.3.1", |
| 160 | + "react-docgen-typescript-loader": "3.7.2", |
| 161 | + "react-dom": "18.3.1", |
| 162 | + "react-syntax-highlighter": "15.5.0", |
| 163 | + "rimraf": "5.0.5", |
| 164 | + "rollup": "4.14.1", |
| 165 | + "rollup-plugin-css-only": "4.5.2", |
| 166 | + "snyk": "1.1288.0", |
| 167 | + "storybook": "9.1.4", |
| 168 | + "style-dictionary": "4.3.3", |
| 169 | + "stylelint": "16.21.0", |
| 170 | + "ts-node": "10.9.2", |
| 171 | + "typescript": "5.9.2", |
| 172 | + "vite": "7.1.4", |
| 173 | + "vite-plugin-svgr": "4.5.0", |
| 174 | + "vitest": "3.2.4" |
175 | 175 | }, |
176 | 176 | "peerDependencies": { |
177 | 177 | "react": ">=18.0.2", |
|
0 commit comments