@jetbrains/ring-ui 7.0.47 → 7.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@ function noop() { }
11
11
  const registerLanguage = memoize(async (language) => {
12
12
  const languageExports = await import(
13
13
  /* webpackChunkName: "highlight-[request]" */
14
- `highlight.js/lib/languages/${language}`);
14
+ `highlight.js/lib/languages/${language}.js`);
15
15
  highlight.registerLanguage(language, languageExports.default);
16
16
  });
17
17
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetbrains/ring-ui",
3
- "version": "7.0.47",
3
+ "version": "7.0.48",
4
4
  "description": "JetBrains UI library",
5
5
  "author": {
6
6
  "name": "JetBrains"
@@ -134,13 +134,13 @@
134
134
  "@types/chai-dom": "1.11.3",
135
135
  "@types/eslint__js": "^8.42.3",
136
136
  "@types/markdown-it": "^14.1.2",
137
- "@types/react": "^19.1.4",
137
+ "@types/react": "^19.1.5",
138
138
  "@types/react-dom": "^19.1.5",
139
139
  "@types/sinon": "^17.0.4",
140
140
  "@types/sinon-chai": "^4.0.0",
141
141
  "@types/webpack-env": "^1.18.8",
142
- "@vitejs/plugin-react": "^4.4.1",
143
- "@vitest/eslint-plugin": "^1.2.0",
142
+ "@vitejs/plugin-react": "^4.5.0",
143
+ "@vitest/eslint-plugin": "^1.2.1",
144
144
  "acorn": "^8.14.1",
145
145
  "axe-playwright": "^2.1.0",
146
146
  "babel-plugin-require-context-hook": "^1.0.0",
@@ -149,7 +149,7 @@
149
149
  "chai-as-promised": "^8.0.1",
150
150
  "chai-dom": "^1.12.1",
151
151
  "cheerio": "^1.0.0",
152
- "chromatic": "^11.28.2",
152
+ "chromatic": "^12.0.0",
153
153
  "core-js": "^3.42.0",
154
154
  "cpy-cli": "^5.0.0",
155
155
  "dotenv-cli": "^8.0.0",
@@ -159,13 +159,13 @@
159
159
  "eslint-import-resolver-webpack": "^0.13.10",
160
160
  "eslint-plugin-import": "^2.31.0",
161
161
  "eslint-plugin-jsx-a11y": "^6.10.2",
162
- "eslint-plugin-prettier": "^5.2.6",
162
+ "eslint-plugin-prettier": "^5.4.0",
163
163
  "eslint-plugin-react": "^7.37.5",
164
164
  "eslint-plugin-react-hooks": "^5.2.0",
165
165
  "eslint-plugin-storybook": "^0.12.0",
166
166
  "events": "^3.3.0",
167
167
  "glob": "^11.0.2",
168
- "globals": "^16.1.0",
168
+ "globals": "^16.2.0",
169
169
  "html-webpack-plugin": "^5.6.3",
170
170
  "http-server": "^14.1.1",
171
171
  "husky": "^9.1.7",
@@ -183,7 +183,7 @@
183
183
  "react-dom": "^19.1.0",
184
184
  "regenerator-runtime": "^0.14.1",
185
185
  "rimraf": "^6.0.1",
186
- "rollup": "^4.41.0",
186
+ "rollup": "^4.41.1",
187
187
  "rollup-plugin-clear": "^2.0.7",
188
188
  "sinon": "^20.0.0",
189
189
  "sinon-chai": "^4.0.0",
@@ -198,7 +198,7 @@
198
198
  "vitest": "^3.1.4",
199
199
  "vitest-teamcity-reporter": "^0.3.1",
200
200
  "wallaby-webpack": "^3.9.16",
201
- "webpack": "^5.99.8",
201
+ "webpack": "^5.99.9",
202
202
  "webpack-cli": "^6.0.1",
203
203
  "xmlappend": "^1.0.4"
204
204
  },