@po-ui/ng-code-editor 20.7.0 → 20.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@po-ui/ng-code-editor",
3
- "version": "20.7.0",
3
+ "version": "20.8.0",
4
4
  "description": "PO UI - Code Editor",
5
5
  "author": "PO UI",
6
6
  "license": "MIT",
@@ -11,8 +11,8 @@
11
11
  },
12
12
  "schematics": "./schematics/collection.json",
13
13
  "dependencies": {
14
- "@po-ui/ng-components": "20.7.0",
15
- "@po-ui/ng-schematics": "20.7.0",
14
+ "@po-ui/ng-components": "20.8.0",
15
+ "@po-ui/ng-schematics": "20.8.0",
16
16
  "monaco-editor": "0.44.0",
17
17
  "core-js": "^3.33.3",
18
18
  "intl": "^1.2.5",
@@ -22,7 +22,7 @@
22
22
  "@angular/common": "^20",
23
23
  "@angular/core": "^20",
24
24
  "@angular/forms": "^20",
25
- "@po-ui/ng-components": "20.7.0",
25
+ "@po-ui/ng-components": "20.8.0",
26
26
  "monaco-editor": "0.44.0",
27
27
  "zone.js": "~0.15.0"
28
28
  },
Binary file
@@ -31,7 +31,7 @@ function default_1(options) {
31
31
  }
32
32
  function addPoPackageAndInstall() {
33
33
  return (tree, context) => {
34
- (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-code-editor', '20.7.0');
34
+ (0, package_config_1.addPackageToPackageJson)(tree, '@po-ui/ng-code-editor', '20.8.0');
35
35
  // install packages
36
36
  context.addTask(new tasks_1.NodePackageInstallTask());
37
37
  };
Binary file