@harnessio/yaml-editor 0.13.0 → 0.15.0

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.
@@ -1,5 +1,5 @@
1
1
  import { Uri } from 'monaco-editor';
2
2
 
3
- export declare function configureSchema(schemaConfig: any): import('monaco-yaml').MonacoYaml | undefined;
3
+ export declare function configureSchema(schemaConfig: any): void;
4
4
  export declare const schemaIdToUrl: (id: string) => string;
5
5
  export declare const schemaIdToUri: (id: string) => Uri;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/yaml-editor",
3
- "version": "0.13.0",
3
+ "version": "0.15.0",
4
4
  "private": false,
5
5
  "author": "Harness Inc.",
6
6
  "license": "Apache-2.0",
@@ -13,10 +13,10 @@
13
13
  "types": "./dist/index.d.ts",
14
14
  "peerDependencies": {
15
15
  "@monaco-editor/react": "4.6.0",
16
- "monaco-editor": "0.50.0",
17
- "monaco-yaml": "5.2.1",
18
- "react": "^18.3.1",
19
- "react-dom": "^18.3.1"
16
+ "monaco-editor": "^0.40.0",
17
+ "monaco-yaml": "^4.0.4",
18
+ "react": "^17.0.2",
19
+ "react-dom": "^17.0.2"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@babel/core": "^7.24.7",
@@ -28,8 +28,8 @@
28
28
  "@testing-library/user-event": "^13.5.0",
29
29
  "@types/jest": "^27.5.2",
30
30
  "@types/node": "^16.18.101",
31
- "@types/react": "^18.3.3",
32
- "@types/react-dom": "^18.3.0",
31
+ "@types/react": "^17.0.3",
32
+ "@types/react-dom": "^17.0.3",
33
33
  "@vitejs/plugin-react": "^4.0.4",
34
34
  "@vitejs/plugin-react-swc": "^3.5.0",
35
35
  "babel-loader": "^9.1.3",