|
60 | 60 | ] |
61 | 61 | }, |
62 | 62 | "peerDependencies": { |
63 | | - "@chakra-ui/react": "^2.3.6", |
64 | | - "@emotion/react": "^11.10.4", |
65 | | - "@emotion/styled": "^11.10.4", |
| 63 | + "@chakra-ui/react": "^2.10.9", |
| 64 | + "@emotion/react": "^11.14.0", |
| 65 | + "@emotion/styled": "^11.14.1", |
66 | 66 | "framer-motion": "^11.11.4", |
67 | | - "react": "^18.2.0", |
68 | | - "react-dom": "^18.2.0" |
| 67 | + "react": "^19.2.0 || ^18.0.0", |
| 68 | + "react-dom": "^19.2.0 || ^18.0.0" |
69 | 69 | }, |
70 | 70 | "devDependencies": { |
71 | | - "@babel/core": "^7.28.3", |
| 71 | + "@babel/core": "^7.28.5", |
72 | 72 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
73 | 73 | "@babel/plugin-syntax-import-assertions": "^7.27.1", |
74 | | - "@babel/preset-env": "^7.28.3", |
| 74 | + "@babel/preset-env": "^7.28.5", |
75 | 75 | "@babel/preset-react": "^7.27.1", |
76 | 76 | "@babel/preset-typescript": "^7.27.1", |
77 | 77 | "@chakra-ui/react": "^2.10.9", |
78 | | - "@chakra-ui/storybook-addon": "^5.2.7", |
| 78 | + "@chakra-ui/storybook-addon": "5.2.5", |
79 | 79 | "@emotion/react": "^11.14.0", |
80 | 80 | "@emotion/styled": "^11.14.1", |
81 | | - "@rollup/plugin-commonjs": "^28.0.6", |
| 81 | + "@rollup/plugin-commonjs": "^28.0.9", |
82 | 82 | "@rollup/plugin-image": "^3.0.3", |
83 | | - "@rollup/plugin-node-resolve": "^16.0.1", |
84 | | - "@rollup/plugin-typescript": "^12.1.4", |
| 83 | + "@rollup/plugin-node-resolve": "^16.0.3", |
| 84 | + "@rollup/plugin-typescript": "^12.3.0", |
85 | 85 | "@storybook/addon-actions": "^8.6.14", |
86 | 86 | "@storybook/addon-essentials": "^8.6.14", |
87 | 87 | "@storybook/addon-interactions": "^8.6.14", |
88 | 88 | "@storybook/addon-links": "^8.6.14", |
89 | 89 | "@storybook/addon-webpack5-compiler-babel": "^3.0.6", |
90 | 90 | "@storybook/blocks": "^8.6.14", |
| 91 | + "@storybook/components": "^8.6.14", |
| 92 | + "@storybook/manager-api": "^8.6.14", |
91 | 93 | "@storybook/node-logger": "^8.6.14", |
| 94 | + "@storybook/preview-api": "^8.6.14", |
92 | 95 | "@storybook/react": "^8.6.14", |
93 | 96 | "@storybook/react-webpack5": "^8.6.14", |
94 | 97 | "@storybook/testing-library": "^0.2.2", |
| 98 | + "@storybook/types": "^8.6.14", |
95 | 99 | "@svgr/webpack": "^8.1.0", |
96 | | - "@testing-library/jest-dom": "^6.8.0", |
97 | | - "@testing-library/react": "^14.3.1", |
| 100 | + "@testing-library/dom": "^10.4.1", |
| 101 | + "@testing-library/jest-dom": "^6.9.1", |
| 102 | + "@testing-library/react": "^16.3.0", |
98 | 103 | "@testing-library/user-event": "^14.6.1", |
99 | | - "@types/jest": "^29.5.14", |
100 | | - "@types/node": "^22.18.0", |
101 | | - "@types/react-dom": "^19.1.9", |
102 | | - "babel-jest": "^29.7.0", |
| 104 | + "@types/jest": "^30.0.0", |
| 105 | + "@types/node": "^22.18.13", |
| 106 | + "@types/react-dom": "^18.3.1", |
| 107 | + "babel-jest": "^30.2.0", |
103 | 108 | "babel-loader": "^9.2.1", |
104 | 109 | "babel-plugin-named-asset-import": "^0.3.8", |
105 | 110 | "babel-preset-react-app": "^10.1.0", |
106 | | - "browserslist": "^4.25.4", |
| 111 | + "browserslist": "^4.27.0", |
107 | 112 | "eslint": "^8.57.1", |
108 | 113 | "eslint-config-react-app": "^7.0.1", |
109 | 114 | "eslint-webpack-plugin": "^4.2.0", |
110 | 115 | "framer-motion": "^11.18.2", |
111 | | - "jest": "^29.7.0", |
112 | | - "jest-environment-jsdom": "^29.7.0", |
113 | | - "jest-resolve": "^29.7.0", |
| 116 | + "jest": "^30.2.0", |
| 117 | + "jest-environment-jsdom": "^30.2.0", |
| 118 | + "jest-resolve": "^30.2.0", |
114 | 119 | "msw": "2.4.11", |
115 | 120 | "prettier": "^3.6.2", |
116 | | - "react": "^19.1.1", |
117 | | - "react-dom": "^19.1.1", |
118 | | - "resolve": "^1.22.10", |
119 | | - "rollup": "^4.50.0", |
| 121 | + "react": "^18.3.1", |
| 122 | + "react-dom": "^18.3.1", |
| 123 | + "resolve": "^1.22.11", |
| 124 | + "rollup": "^4.52.5", |
120 | 125 | "rollup-plugin-dts": "^6.2.3", |
121 | 126 | "rollup-plugin-peer-deps-external": "^2.2.4", |
122 | 127 | "rollup-plugin-postcss": "^4.0.2", |
123 | 128 | "storybook": "^8.6.14", |
124 | | - "ts-jest": "^29.4.1", |
| 129 | + "ts-jest": "^29.4.5", |
125 | 130 | "ts-node": "^10.9.2", |
126 | | - "typescript": "^5.9.2", |
| 131 | + "typescript": "^5.9.3", |
127 | 132 | "undici": "^5.29.0", |
128 | | - "webpack": "^5.101.3" |
| 133 | + "webpack": "^5.102.1" |
129 | 134 | }, |
130 | 135 | "jest": { |
131 | 136 | "clearMocks": true, |
|
0 commit comments