|
68 | 68 | "autolint:all": "yarn autolint:scripts && yarn autolint:styles && yarn autolint:prettier" |
69 | 69 | }, |
70 | 70 | "dependencies": { |
71 | | - "@blueprintjs/colors": "^5.1.11", |
72 | | - "@blueprintjs/core": "^5.19.1", |
73 | | - "@blueprintjs/select": "^5.3.21", |
| 71 | + "@blueprintjs/colors": "^5.1.16", |
| 72 | + "@blueprintjs/core": "6.8.1", |
| 73 | + "@blueprintjs/select": "6.1.1", |
74 | 74 | "@carbon/icons": "^11.80.0", |
75 | 75 | "@carbon/react": "^1.107.1", |
76 | 76 | "@codemirror/lang-html": "^6.4.11", |
|
120 | 120 | "@eslint/compat": "^2.1.0", |
121 | 121 | "@eslint/eslintrc": "^3.3.5", |
122 | 122 | "@eslint/js": "^10.0.1", |
123 | | - "@storybook/addon-actions": "^8.6.14", |
124 | | - "@storybook/addon-essentials": "^8.6.18", |
125 | | - "@storybook/addon-jest": "^8.6.14", |
126 | | - "@storybook/addon-links": "^8.6.14", |
127 | | - "@storybook/addon-webpack5-compiler-babel": "^3.0.6", |
128 | | - "@storybook/cli": "^8.6.18", |
| 123 | + "@storybook/addon-a11y": "^10.4.0", |
| 124 | + "@storybook/addon-docs": "^10.4.0", |
| 125 | + "@storybook/addon-links": "^10.4.0", |
| 126 | + "@storybook/addon-webpack5-compiler-babel": "^4.0.1", |
| 127 | + "@storybook/cli": "^10.4.0", |
129 | 128 | "@storybook/preset-scss": "^1.0.3", |
130 | | - "@storybook/react": "^8.6.18", |
131 | | - "@storybook/react-webpack5": "^8.6.18", |
132 | | - "@storybook/test": "^8.6.18", |
| 129 | + "@storybook/react": "^10.4.0", |
| 130 | + "@storybook/react-webpack5": "^10.4.0", |
| 131 | + "@testing-library/dom": "^10.4.1", |
133 | 132 | "@testing-library/jest-dom": "^6.9.1", |
134 | 133 | "@testing-library/react": "^16.3.2", |
135 | 134 | "@types/he": "^1.2.3", |
|
143 | 142 | "@typescript-eslint/eslint-plugin": "^8.59.3", |
144 | 143 | "@typescript-eslint/parser": "^8.59.3", |
145 | 144 | "babel-jest": "^30.4.1", |
146 | | - "chromatic": "^13.3.4", |
| 145 | + "chromatic": "^16.10.1", |
147 | 146 | "eslint": "^10.3.0", |
148 | 147 | "eslint-plugin-react": "^7.37.5", |
149 | 148 | "eslint-plugin-react-hooks": "^7.1.1", |
|
164 | 163 | "rimraf": "^6.1.3", |
165 | 164 | "sass": "^1.99.0", |
166 | 165 | "sass-loader": "^16.0.8", |
167 | | - "storybook": "^8.6.18", |
| 166 | + "storybook": "^10.4.0", |
168 | 167 | "stylelint": "^17.11.0", |
169 | 168 | "stylelint-config-recess-order": "^7.7.0", |
170 | 169 | "stylelint-config-standard-scss": "^17.0.0", |
|
176 | 175 | "yargs": "^18.0.0" |
177 | 176 | }, |
178 | 177 | "peerDependencies": { |
179 | | - "@blueprintjs/core": ">=5", |
| 178 | + "@blueprintjs/core": ">=6", |
180 | 179 | "react": ">=18" |
181 | 180 | }, |
182 | 181 | "resolutions": { |
183 | | - "node-sass-package-importer/**/postcss": "^8.5.6", |
| 182 | + "**/@blueprintjs/core": "6.8.1", |
| 183 | + "node-sass-package-importer/**/postcss": "^8.5.10", |
184 | 184 | "hast-util-from-parse5": "8.0.0", |
185 | | - "**/lodash": "^4.18.0", |
| 185 | + "**/lodash": "^4.18.1", |
186 | 186 | "**/minimatch": "^3.1.4", |
187 | | - "**/tar": "^7.5.11", |
188 | | - "**/fast-uri": "^3.1.2", |
189 | | - "**/serialize-javascript": "^7.0.3" |
| 187 | + "**/serialize-javascript": "^7.0.5" |
190 | 188 | }, |
191 | 189 | "husky": { |
192 | 190 | "hooks": { |
|
0 commit comments