|
82 | 82 | "@babel/register": "^7.0.0", |
83 | 83 | "@doist/eslint-config": "12.0.0", |
84 | 84 | "@doist/prettier-config": "4.0.0", |
85 | | - "@doist/tsconfig": "^1.0.0", |
| 85 | + "@doist/tsconfig": "2.0.0", |
86 | 86 | "@geometricpanda/storybook-addon-badges": "^0.2.2", |
87 | 87 | "@rollup/plugin-commonjs": "28.0.9", |
88 | 88 | "@rollup/plugin-node-resolve": "16.0.3", |
|
97 | 97 | "@storybook/addon-postcss": "^2.0.0", |
98 | 98 | "@storybook/addons": "^6.5.3", |
99 | 99 | "@storybook/jest": "^0.0.10", |
100 | | - "@storybook/react": "^6.5.3", |
| 100 | + "@storybook/react": "6.5.17-alpha.0", |
101 | 101 | "@storybook/testing-library": "^0.0.13", |
102 | 102 | "@testing-library/jest-dom": "^5.14.1", |
103 | 103 | "@testing-library/react": "^12.0.0", |
|
127 | 127 | "eslint-plugin-jsx-a11y": "^6.5.1", |
128 | 128 | "eslint-plugin-prettier": "5.5.4", |
129 | 129 | "eslint-plugin-react": "7.37.5", |
| 130 | + "fork-ts-checker-webpack-plugin": "6.5.3", |
130 | 131 | "husky": "^4.3.0", |
131 | 132 | "jest": "^28.1.0", |
132 | 133 | "jest-axe": "^5.0.1", |
|
156 | 157 | "svg-url-loader": "^6.0.0", |
157 | 158 | "ts-loader": "^8.0.2", |
158 | 159 | "tslib": "^2.0.0", |
159 | | - "typescript": "^4.8.3", |
| 160 | + "typescript": "5.9.3", |
160 | 161 | "webpack": "^4.43.0" |
161 | 162 | }, |
162 | 163 | "dependencies": { |
|
168 | 169 | "react-keyed-flatten-children": "^1.3.0", |
169 | 170 | "react-markdown": "^5.0.3", |
170 | 171 | "use-callback-ref": "^1.3.0" |
| 172 | + }, |
| 173 | + "overrides": { |
| 174 | + "fork-ts-checker-webpack-plugin": "$fork-ts-checker-webpack-plugin" |
171 | 175 | } |
172 | 176 | } |
0 commit comments