|
10 | 10 | "pages:deploy": "NODE_VERSION=18 yarn build-storybook && wrangler pages deploy ./storybook-static --project-name=acrool-react-dialog --branch main" |
11 | 11 | }, |
12 | 12 | "resolutions": { |
13 | | - "styled-components": "5.3.9", |
14 | | - "framer-motion": "11.11.8" |
| 13 | + "styled-components": "6.1.17" |
15 | 14 | }, |
16 | 15 | "dependencies": { |
17 | | - "@acrool/js-utils": "^3.2.12", |
18 | | - "@acrool/react-grid": "^5.2.5", |
| 16 | + "@acrool/js-utils": "^3.2.15", |
| 17 | + "@acrool/react-grid": "6.0.2", |
19 | 18 | "@acrool/react-dialog": "link:..", |
20 | 19 | "@chromatic-com/storybook": "^1.5.0", |
21 | 20 | "@emotion/is-prop-valid": "^1.2.2", |
|
28 | 27 | "@storybook/react-vite": "^8.1.10", |
29 | 28 | "@storybook/test": "^8.1.10", |
30 | 29 | "@swc/core": "^1.3.68", |
31 | | - "@swc/plugin-styled-components": "^1.5.68", |
| 30 | + "@swc/plugin-styled-components": "6.8.2", |
32 | 31 | "@types/dom-to-image": "^2.6.7", |
33 | | - "@types/react": "^18.0.28", |
34 | | - "@types/react-dom": "^18.0.11", |
35 | | - "@types/styled-components": "^5.1.26", |
| 32 | + "@types/react": "^19.1.2", |
| 33 | + "@types/react-dom": "^19.1.2", |
36 | 34 | "@vitejs/plugin-react-swc": "^3.0.0", |
37 | 35 | "dom-to-image": "^2.6.0", |
38 | 36 | "framer-motion": "link:../node_modules/framer-motion", |
|
41 | 39 | "sass": "^1.77.1", |
42 | 40 | "storybook": "^8.1.10", |
43 | 41 | "storybook-dark-mode": "^4.0.2", |
44 | | - "styled-components": "5.3.9", |
| 42 | + "styled-components": "6.1.17", |
45 | 43 | "typescript": "^5.2.2", |
46 | 44 | "vite": "^5.2.0", |
47 | 45 | "vite-plugin-svgr": "^4.2.0", |
|
0 commit comments