ydb-embedded-ui 6.0.0 → 6.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-embedded-ui",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -29,7 +29,7 @@
29
29
  "crc-32": "^1.2.2",
30
30
  "history": "^4.10.1",
31
31
  "lodash": "^4.17.21",
32
- "monaco-editor": "^0.44.0",
32
+ "monaco-editor": "^0.48.0",
33
33
  "numeral": "^2.0.6",
34
34
  "path-to-regexp": "^3.0.0",
35
35
  "qs": "^6.12.0",
@@ -167,6 +167,7 @@
167
167
  "react": "^18.2.0",
168
168
  "react-dom": "^18.2.0",
169
169
  "redux": "^5.0.1",
170
- "typescript": "^5.4.3"
170
+ "typescript": "^5.4.3",
171
+ "monaco-editor": "^0.48.0"
171
172
  }
172
173
  }