igniteui-live-editing 3.0.4 → 3.0.5

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": "igniteui-live-editing",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "This feature helps us to provide each sample as a separate application to external consumers.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -1 +1 @@
1
- FROM node:18
1
+ FROM node:22
@@ -10,21 +10,21 @@
10
10
  },
11
11
  "private": true,
12
12
  "dependencies": {
13
- "@angular/animations": "^20.0.0",
14
- "@angular/cdk": "^20.0.0",
15
- "@angular/common": "^20.0.0",
16
- "@angular/compiler": "^20.0.0",
17
- "@angular/core": "^20.0.0",
18
- "@angular/forms": "^20.0.0",
19
- "@angular/platform-browser": "^20.0.0",
20
- "@angular/platform-browser-dynamic": "^20.0.0",
21
- "@angular/router": "^20.0.0",
13
+ "@angular/animations": "^20.2.1",
14
+ "@angular/cdk": "^20.2.1",
15
+ "@angular/common": "^20.2.1",
16
+ "@angular/compiler": "^^20.2.1",
17
+ "@angular/core": "^20.2.1",
18
+ "@angular/forms": "^20.2.1",
19
+ "@angular/platform-browser": "^20.2.1",
20
+ "@angular/platform-browser-dynamic": "^20.2.1",
21
+ "@angular/router": "^20.2.1",
22
22
  "@juggle/resize-observer": "^3.3.1",
23
23
  "@types/hammerjs": "^2.0.39",
24
24
  "@microsoft/signalr": "^8.0.7",
25
25
  "core-js": "2.6.2",
26
26
  "hammerjs": "^2.0.8",
27
- "igniteui-angular": "20.0.0-rc.0",
27
+ "igniteui-angular": "20.0.12",
28
28
  "igniteui-angular-charts": "^19.0.0",
29
29
  "igniteui-angular-core": "^19.0.0",
30
30
  "igniteui-angular-excel": "^19.0.0",
@@ -32,7 +32,7 @@
32
32
  "igniteui-angular-maps": "^19.0.0",
33
33
  "igniteui-angular-spreadsheet": "^19.0.0",
34
34
  "igniteui-angular-spreadsheet-chart-adapter": "^19.0.0",
35
- "igniteui-dockmanager": "^1.16.0",
35
+ "igniteui-dockmanager": "^1.17.0",
36
36
  "igniteui-webcomponents": "^6.0.1",
37
37
  "immediate": "^3.2.3",
38
38
  "intl": "^1.2.5",
@@ -41,9 +41,9 @@
41
41
  "zone.js": "~0.15.0"{dependencies}
42
42
  },
43
43
  "devDependencies": {
44
- "@angular/build": "^20.0.1",
45
- "@angular/cli": "^20.0.1",
46
- "@angular/compiler-cli": "^20.0.1",
44
+ "@angular/build": "^20.2.0",
45
+ "@angular/cli": "^20.2.0",
46
+ "@angular/compiler-cli": "^20.2.1",
47
47
  "@types/jasmine": "^5.1.2",
48
48
  "@types/node": "^18.18.0",
49
49
  "jasmine-core": "~5.1.1",
@@ -8,9 +8,9 @@
8
8
  ],
9
9
  // These tasks can be run from CodeSandbox. Running one will open a log in the app.
10
10
  "tasks": {
11
- "node node_modules/@angular/cli/bin/ng serve -o --disable-host-check": {
11
+ "node node_modules/@angular/cli/bin/ng serve": {
12
12
  "name": "Start Project",
13
- "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o --disable-host-check",
13
+ "command": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve",
14
14
  "runAtStart": true
15
15
  }
16
16
  }