igniteui-live-editing 3.0.2 → 3.0.3
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
|
@@ -32,7 +32,7 @@ const path = __importStar(require("path"));
|
|
|
32
32
|
const public_1 = require("../public");
|
|
33
33
|
const PACKAGES_CONFIG_PATH = path.join(process.cwd(), "package.json");
|
|
34
34
|
const SHARED_DEV_DEPENDENCIES = {
|
|
35
|
-
"@angular
|
|
35
|
+
"@angular/build": "",
|
|
36
36
|
"@angular/cli": "",
|
|
37
37
|
"@angular/compiler-cli": "",
|
|
38
38
|
"@angular/language-service": "",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"prefix": "app",
|
|
19
19
|
"architect": {
|
|
20
20
|
"build": {
|
|
21
|
-
"builder": "@angular
|
|
21
|
+
"builder": "@angular/build:application",
|
|
22
22
|
"options": {
|
|
23
23
|
"outputPath": {
|
|
24
24
|
"base": "dist/example-app",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"defaultConfiguration": "production"
|
|
70
70
|
},
|
|
71
71
|
"serve": {
|
|
72
|
-
"builder": "@angular
|
|
72
|
+
"builder": "@angular/build:dev-server",
|
|
73
73
|
"configurations": {
|
|
74
74
|
"production": {
|
|
75
75
|
"buildTarget": "example-app:build:production"
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
"defaultConfiguration": "development"
|
|
82
82
|
},
|
|
83
83
|
"extract-i18n": {
|
|
84
|
-
"builder": "@angular
|
|
84
|
+
"builder": "@angular/build:extract-i18n",
|
|
85
85
|
"options": {
|
|
86
86
|
"buildTarget": "example-app:build"
|
|
87
87
|
}
|
|
88
88
|
},
|
|
89
89
|
"test": {
|
|
90
|
-
"builder": "@angular
|
|
90
|
+
"builder": "@angular/build:karma",
|
|
91
91
|
"options": {
|
|
92
92
|
"main": "src/test.ts",
|
|
93
93
|
"polyfills": "src/polyfills.ts",
|
|
@@ -10,21 +10,21 @@
|
|
|
10
10
|
},
|
|
11
11
|
"private": true,
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@angular/animations": "^
|
|
14
|
-
"@angular/cdk": "^
|
|
15
|
-
"@angular/common": "^
|
|
16
|
-
"@angular/compiler": "^
|
|
17
|
-
"@angular/core": "^
|
|
18
|
-
"@angular/forms": "^
|
|
19
|
-
"@angular/platform-browser": "^
|
|
20
|
-
"@angular/platform-browser-dynamic": "^
|
|
21
|
-
"@angular/router": "^
|
|
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",
|
|
22
22
|
"@juggle/resize-observer": "^3.3.1",
|
|
23
23
|
"@types/hammerjs": "^2.0.39",
|
|
24
|
-
"@microsoft/signalr": "^
|
|
24
|
+
"@microsoft/signalr": "^8.0.7",
|
|
25
25
|
"core-js": "2.6.2",
|
|
26
26
|
"hammerjs": "^2.0.8",
|
|
27
|
-
"igniteui-angular": "
|
|
27
|
+
"igniteui-angular": "20.0.0-rc.0",
|
|
28
28
|
"igniteui-angular-charts": "^19.0.0",
|
|
29
29
|
"igniteui-angular-core": "^19.0.0",
|
|
30
30
|
"igniteui-angular-excel": "^19.0.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"igniteui-angular-spreadsheet": "^19.0.0",
|
|
34
34
|
"igniteui-angular-spreadsheet-chart-adapter": "^19.0.0",
|
|
35
35
|
"igniteui-dockmanager": "^1.16.0",
|
|
36
|
-
"igniteui-webcomponents": "^
|
|
36
|
+
"igniteui-webcomponents": "^6.0.1",
|
|
37
37
|
"immediate": "^3.2.3",
|
|
38
38
|
"intl": "^1.2.5",
|
|
39
39
|
"rxjs": "^7.8.1",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"zone.js": "~0.15.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@angular
|
|
45
|
-
"@angular/cli": "^
|
|
46
|
-
"@angular/compiler-cli": "^
|
|
44
|
+
"@angular/build": "^20.0.1",
|
|
45
|
+
"@angular/cli": "^20.0.1",
|
|
46
|
+
"@angular/compiler-cli": "^20.0.1",
|
|
47
47
|
"@types/jasmine": "^5.1.2",
|
|
48
|
-
"@types/node": "^18.
|
|
48
|
+
"@types/node": "^18.18.0",
|
|
49
49
|
"jasmine-core": "~5.1.1",
|
|
50
50
|
"karma": "^6.4.2",
|
|
51
51
|
"karma-chrome-launcher": "~3.2.0",
|
|
52
52
|
"karma-jasmine": "~5.1.0",
|
|
53
53
|
"karma-jasmine-html-reporter": "^2.0.0",
|
|
54
|
-
"typescript": "5.
|
|
54
|
+
"typescript": "5.8.3"
|
|
55
55
|
}
|
|
56
56
|
}
|