8787 "@storybook/react-vite" : " 7.6.5" ,
8888 "@storybook/testing-library" : " 0.2.2" ,
8989 "@testing-library/jest-dom" : " 5.17.0" ,
90- "@types/react-dom" : " 18.2.17" ,
90+ "@types/react" : " ^18.3.3" ,
91+ "@types/react-dom" : " ^18.3.0" ,
9192 "@types/react-transition-group" : " 4.4.10" ,
9293 "@types/styled-components" : " 5.1.30" ,
9394 "@typescript-eslint/eslint-plugin" : " 6.14.0" ,
116117 "lint-staged" : " 15.2.0" ,
117118 "npm-run-all" : " 4.1.5" ,
118119 "prettier" : " 3.0.3" ,
119- "react" : " 18.2.0 " ,
120- "react-dom" : " 18.2.0 " ,
120+ "react" : " ^ 18.3.1 " ,
121+ "react-dom" : " ^ 18.3.1 " ,
121122 "react-transition-group" : " 4.4.5" ,
122123 "rimraf" : " 5.0.5" ,
123124 "storybook" : " 7.6.5" ,
124125 "styled-components" : " 5.3.11" ,
125- "typescript" : " 5.3.3 " ,
126+ "typescript" : " ^5.4.5 " ,
126127 "vite" : " 5.0.10" ,
127128 "vitest" : " 1.0.4"
128129 },
131132 "@emotion/styled" : " >=11.11.0" ,
132133 "honorable" : " >=1.0.0-beta.17" ,
133134 "honorable-theme-default" : " >=1.0.0-beta.5" ,
134- "react" : " >=18.2.0 " ,
135- "react-dom" : " >=18.2.0 " ,
135+ "react" : " >=18.3.1 " ,
136+ "react-dom" : " >=18.3.1 " ,
136137 "react-transition-group" : " >=4.4.5" ,
137138 "styled-components" : " >=5.3.11"
138139 },
146147 " eslint --fix --ext ts,tsx,js,jsx"
147148 ]
148149 }
149- }
150+ }
0 commit comments