|
66 | 66 | "author": "SendBird <[email protected]>",
|
67 | 67 | "license": "SEE LICENSE IN LICENSE.md",
|
68 | 68 | "peerDependencies": {
|
69 |
| - "react": "^16.8.6 || ^17.0.0 || ^18.0.0", |
70 |
| - "react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0" |
| 69 | + "react": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.0.0", |
| 70 | + "react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0 || ^19.0.0" |
71 | 71 | },
|
72 | 72 | "dependencies": {
|
73 | 73 | "@sendbird/chat": "^4.16.2",
|
|
97 | 97 | "@rollup/plugin-node-resolve": "^15.2.3",
|
98 | 98 | "@rollup/plugin-replace": "^5.0.4",
|
99 | 99 | "@rollup/plugin-typescript": "^11.1.5",
|
100 |
| - "@storybook/addon-essentials": "^8.0.9", |
101 |
| - "@storybook/manager-api": "^8.4.7", |
102 |
| - "@storybook/react-vite": "^8.0.9", |
| 100 | + "@storybook/addon-essentials": "^8.5.0", |
| 101 | + "@storybook/manager-api": "^8.5.0", |
| 102 | + "@storybook/react-vite": "^8.5.0", |
103 | 103 | "@svgr/rollup": "^8.1.0",
|
| 104 | + "@testing-library/dom": "^10.4.0", |
104 | 105 | "@testing-library/jest-dom": "^5.16.5",
|
105 |
| - "@testing-library/react": "^13.4.0", |
106 |
| - "@testing-library/react-hooks": "^8.0.1", |
| 106 | + "@testing-library/react": "^16.2.0", |
107 | 107 | "@testing-library/user-event": "^14.4.3",
|
108 | 108 | "@types/node": "^22.7.2",
|
109 | 109 | "@typescript-eslint/eslint-plugin": "^6.17.0",
|
110 | 110 | "@typescript-eslint/parser": "^6.17.0",
|
111 | 111 | "autoprefixer": "^9.7.4",
|
112 | 112 | "babel-jest": "^29.0.1",
|
| 113 | + "babel-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124", |
113 | 114 | "browserslist": "^4.14.5",
|
114 | 115 | "caniuse-lite": "^1.0.30001148",
|
115 | 116 | "eslint": "^8.40.0",
|
|
130 | 131 | "plop": "^2.5.3",
|
131 | 132 | "postcss": "^8.3.5",
|
132 | 133 | "postcss-rtlcss": "^5.3.0",
|
133 |
| - "react": "^18.2.0", |
134 |
| - "react-dom": "^18.2.0", |
| 134 | + "react": "^19.0.0", |
| 135 | + "react-dom": "^19.0.0", |
135 | 136 | "rollup": "^4.9.2",
|
136 | 137 | "rollup-plugin-analyzer": "^4.0.0",
|
137 | 138 | "rollup-plugin-copy": "^3.5.0",
|
|
141 | 142 | "rollup-plugin-typescript2": "^0.36.0",
|
142 | 143 | "rollup-plugin-visualizer": "^5.9.2",
|
143 | 144 | "sass": "^1.55.0",
|
144 |
| - "storybook": "^8.0.9", |
| 145 | + "storybook": "^8.5.0", |
145 | 146 | "stylelint": "^13.0.0",
|
146 | 147 | "stylelint-config-sass-guidelines": "^7.0.0",
|
147 | 148 | "ts-pattern": "^4.2.2",
|
|
0 commit comments