|
71 | 71 | "@blueprintjs/colors": "^5.1.11", |
72 | 72 | "@blueprintjs/core": "^5.19.1", |
73 | 73 | "@blueprintjs/select": "^5.3.21", |
74 | | - "@carbon/icons": "^11.70.0", |
75 | | - "@carbon/react": "^1.96.0", |
| 74 | + "@carbon/icons": "^11.80.0", |
| 75 | + "@carbon/react": "^1.107.1", |
76 | 76 | "@codemirror/lang-html": "^6.4.11", |
77 | | - "@codemirror/lang-javascript": "^6.2.4", |
| 77 | + "@codemirror/lang-javascript": "^6.2.5", |
78 | 78 | "@codemirror/lang-json": "^6.0.2", |
79 | 79 | "@codemirror/lang-markdown": "^6.5.0", |
80 | 80 | "@codemirror/lang-sql": "^6.10.0", |
81 | 81 | "@codemirror/lang-xml": "^6.1.0", |
82 | | - "@codemirror/lang-yaml": "^6.1.2", |
| 82 | + "@codemirror/lang-yaml": "^6.1.3", |
83 | 83 | "@codemirror/legacy-modes": "^6.5.2", |
84 | 84 | "@mavrin/remark-typograf": "^2.2.0", |
85 | 85 | "@xyflow/react": "^12.9.3", |
86 | 86 | "classnames": "^2.5.1", |
87 | 87 | "codemirror": "^6.0.2", |
88 | | - "color": "^4.2.3", |
| 88 | + "color": "^5.0.3", |
89 | 89 | "compute-scroll-into-view": "^3.1.1", |
90 | 90 | "he": "^1.2.0", |
91 | 91 | "jshint": "^2.13.6", |
92 | 92 | "lodash": "^4.18.1", |
93 | 93 | "n3": "^1.26.0", |
94 | 94 | "re-resizable": "^6.10.3", |
95 | 95 | "react": "^18.2.0", |
96 | | - "react-dom": "^18.2.0", |
| 96 | + "react-dom": "^18.3.1", |
97 | 97 | "react-flow-renderer": "9.7.4", |
98 | | - "react-inlinesvg": "^3.0.3", |
99 | | - "react-is": "^16.13.1", |
| 98 | + "react-inlinesvg": "^4.4.1", |
| 99 | + "react-is": "^18.3.1", |
100 | 100 | "react-markdown": "^10.1.0", |
101 | | - "react-syntax-highlighter": "^15.6.6", |
| 101 | + "react-syntax-highlighter": "^16.1.1", |
102 | 102 | "rehype-external-links": "^3.0.0", |
103 | 103 | "rehype-raw": "^7.0.0", |
104 | 104 | "remark-definition-list": "^2.0.0", |
105 | 105 | "remark-gfm": "^4.0.1", |
106 | 106 | "remark-parse": "^11.0.0", |
107 | 107 | "reset-css": "^5.0.2", |
108 | 108 | "unified": "^11.0.5", |
109 | | - "wicg-inert": "^3.1.3", |
110 | | - "xml-formatter": "^3.6.7" |
| 109 | + "wicg-inert": "^3.1.3" |
111 | 110 | }, |
112 | 111 | "devDependencies": { |
113 | | - "@babel/core": "^7.28.5", |
114 | | - "@babel/plugin-transform-class-properties": "^7.27.1", |
115 | | - "@babel/plugin-transform-private-methods": "^7.27.1", |
116 | | - "@babel/plugin-transform-private-property-in-object": "^7.27.1", |
117 | | - "@babel/preset-env": "^7.28.5", |
| 112 | + "@babel/core": "^7.29.0", |
| 113 | + "@babel/plugin-transform-class-properties": "^7.28.6", |
| 114 | + "@babel/plugin-transform-private-methods": "^7.28.6", |
| 115 | + "@babel/plugin-transform-private-property-in-object": "^7.28.6", |
| 116 | + "@babel/preset-env": "^7.29.5", |
118 | 117 | "@babel/preset-flow": "^7.27.1", |
119 | 118 | "@babel/preset-react": "^7.28.5", |
120 | 119 | "@babel/preset-typescript": "^7.28.5", |
121 | | - "@eslint/compat": "^1.4.1", |
122 | | - "@eslint/eslintrc": "^3.3.1", |
123 | | - "@eslint/js": "^9.39.1", |
| 120 | + "@eslint/compat": "^2.1.0", |
| 121 | + "@eslint/eslintrc": "^3.3.5", |
| 122 | + "@eslint/js": "^10.0.1", |
124 | 123 | "@storybook/addon-actions": "^8.6.14", |
125 | 124 | "@storybook/addon-essentials": "^8.6.18", |
126 | 125 | "@storybook/addon-jest": "^8.6.14", |
|
132 | 131 | "@storybook/react-webpack5": "^8.6.18", |
133 | 132 | "@storybook/test": "^8.6.18", |
134 | 133 | "@testing-library/jest-dom": "^6.9.1", |
135 | | - "@testing-library/react": "^14.3.1", |
136 | | - "@types/color": "^3.0.6", |
| 134 | + "@testing-library/react": "^16.3.2", |
137 | 135 | "@types/he": "^1.2.3", |
138 | 136 | "@types/jest": "^30.0.0", |
139 | 137 | "@types/jshint": "^2.12.4", |
140 | | - "@types/lodash": "^4.17.21", |
| 138 | + "@types/lodash": "^4.17.24", |
141 | 139 | "@types/n3": "^1.26.1", |
| 140 | + "@types/react-dom": "^18.3.7", |
142 | 141 | "@types/react-is": "^19.2.0", |
143 | 142 | "@types/react-syntax-highlighter": "^15.5.13", |
144 | | - "@typescript-eslint/eslint-plugin": "^8.47.0", |
145 | | - "@typescript-eslint/parser": "^8.47.0", |
146 | | - "babel-jest": "^30.2.0", |
| 143 | + "@typescript-eslint/eslint-plugin": "^8.59.3", |
| 144 | + "@typescript-eslint/parser": "^8.59.3", |
| 145 | + "babel-jest": "^30.4.1", |
147 | 146 | "chromatic": "^13.3.4", |
148 | | - "eslint": "^9.39.1", |
| 147 | + "eslint": "^10.3.0", |
149 | 148 | "eslint-plugin-react": "^7.37.5", |
150 | | - "eslint-plugin-react-hooks": "^7.0.1", |
151 | | - "eslint-plugin-simple-import-sort": "^12.1.1", |
152 | | - "husky": "4", |
| 149 | + "eslint-plugin-react-hooks": "^7.1.1", |
| 150 | + "eslint-plugin-simple-import-sort": "^13.0.0", |
| 151 | + "husky": "^4.3.8", |
153 | 152 | "identity-obj-proxy": "^3.0.0", |
154 | | - "jest": "^30.2.0", |
155 | | - "jest-environment-jsdom": "^30.2.0", |
| 153 | + "jest": "^30.4.2", |
| 154 | + "jest-environment-jsdom": "^30.4.1", |
156 | 155 | "jest-fixed-jsdom": "^0.0.11", |
157 | 156 | "jest-pnp-resolver": "^1.2.3", |
158 | 157 | "lint-staged": "^15.5.2", |
159 | 158 | "node-sass-package-importer": "^5.3.3", |
160 | 159 | "path": "^0.12.7", |
161 | | - "prettier": "^2.8.8", |
| 160 | + "prettier": "^3.8.3", |
162 | 161 | "react-app-polyfill": "^3.0.0", |
163 | 162 | "react-lorem-ipsum": "^1.4.9", |
164 | | - "regenerator-runtime": "^0.13.9", |
| 163 | + "regenerator-runtime": "^0.14.1", |
165 | 164 | "rimraf": "^6.1.3", |
166 | | - "sass": "1.62.1", |
167 | | - "sass-loader": "10.3.1", |
| 165 | + "sass": "^1.99.0", |
| 166 | + "sass-loader": "^16.0.8", |
168 | 167 | "storybook": "^8.6.18", |
169 | | - "stylelint": "^17.6.0", |
| 168 | + "stylelint": "^17.11.0", |
170 | 169 | "stylelint-config-recess-order": "^7.7.0", |
171 | 170 | "stylelint-config-standard-scss": "^17.0.0", |
172 | 171 | "stylelint-order": "^8.1.1", |
173 | 172 | "ts-node": "^10.9.2", |
174 | 173 | "tsc-esm-fix": "^3.1.2", |
175 | | - "typescript": "5.5.3", |
| 174 | + "typescript": "^5.9.3", |
176 | 175 | "url-loader": "^4.1.1", |
177 | | - "yargs": "^17.7.2" |
| 176 | + "yargs": "^18.0.0" |
178 | 177 | }, |
179 | 178 | "peerDependencies": { |
180 | 179 | "@blueprintjs/core": ">=5", |
181 | 180 | "react": ">=18" |
182 | 181 | }, |
183 | 182 | "resolutions": { |
184 | 183 | "node-sass-package-importer/**/postcss": "^8.5.6", |
185 | | - "string-width": "^4.2.3", |
186 | | - "wrap-ansi": "^7.0.0", |
187 | 184 | "hast-util-from-parse5": "8.0.0", |
188 | | - "**/picomatch": "^2.3.2", |
189 | | - "**/minimatch": "^3.1.4", |
190 | 185 | "**/lodash": "^4.18.0", |
191 | | - "**/serialize-javascript": "^7.0.3", |
| 186 | + "**/minimatch": "^3.1.4", |
192 | 187 | "**/tar": "^7.5.11", |
193 | | - "**/immutable": "^4.3.8" |
| 188 | + "**/fast-uri": "^3.1.2", |
| 189 | + "**/serialize-javascript": "^7.0.3" |
194 | 190 | }, |
195 | 191 | "husky": { |
196 | 192 | "hooks": { |
|
0 commit comments