jqwidgets-ng 14.1.6 → 14.1.7
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 +16 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jqwidgets-ng",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.7",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Angular 14",
|
|
@@ -94,30 +94,27 @@
|
|
|
94
94
|
"Angular Widgets",
|
|
95
95
|
"Angular 12 Widgets"
|
|
96
96
|
],
|
|
97
|
-
"peerDependencies": {
|
|
98
|
-
"@angular/cdk": "12 - 14"
|
|
99
|
-
},
|
|
100
97
|
"devDependencies": {
|
|
101
|
-
"@angular/animations": "
|
|
102
|
-
"@angular/compiler": "
|
|
103
|
-
"@schematics/angular": "
|
|
104
|
-
"@angular/cdk": "
|
|
105
|
-
"@angular/core": "
|
|
106
|
-
"@angular/common": "
|
|
107
|
-
"@angular/forms": "
|
|
108
|
-
"@angular/platform-browser": "
|
|
98
|
+
"@angular/animations": "^13.0.0 || ^14.0.0-0",
|
|
99
|
+
"@angular/compiler": "^13.0.0 || ^14.0.0-0",
|
|
100
|
+
"@schematics/angular": "^13.0.0 || ^14.0.0-0",
|
|
101
|
+
"@angular/cdk": "^13.0.0 || ^14.0.0-0",
|
|
102
|
+
"@angular/core": "^13.0.0 || ^14.0.0-0",
|
|
103
|
+
"@angular/common": "^13.0.0 || ^14.0.0-0",
|
|
104
|
+
"@angular/forms": "^13.0.0 || ^14.0.0-0",
|
|
105
|
+
"@angular/platform-browser": "^13.0.0 || ^14.0.0-0",
|
|
109
106
|
"core-js": "^2.6.9",
|
|
110
107
|
"rxjs": "^6.5.3",
|
|
111
108
|
"systemjs": "0.19.43",
|
|
112
109
|
"tslib": "^1.10.0",
|
|
113
110
|
"zone.js": "~0.10.2",
|
|
114
|
-
"@angular-devkit/core": "
|
|
115
|
-
"@angular-devkit/schematics": "
|
|
116
|
-
"@angular/bazel": "
|
|
117
|
-
"@angular/compiler-cli": "
|
|
118
|
-
"@angular/platform-browser-dynamic": "
|
|
119
|
-
"@angular/platform-server": "
|
|
120
|
-
"@angular/router": "
|
|
111
|
+
"@angular-devkit/core": "^13.0.0 || ^14.0.0-0",
|
|
112
|
+
"@angular-devkit/schematics": "^13.0.0 || ^14.0.0-0",
|
|
113
|
+
"@angular/bazel": "^13.0.0 || ^14.0.0-0",
|
|
114
|
+
"@angular/compiler-cli": "^13.0.0 || ^14.0.0-0",
|
|
115
|
+
"@angular/platform-browser-dynamic": "^13.0.0 || ^14.0.0-0",
|
|
116
|
+
"@angular/platform-server": "^13.0.0 || ^14.0.0-0",
|
|
117
|
+
"@angular/router": "^13.0.0 || ^14.0.0-0",
|
|
121
118
|
"typescript": "~3.7.4"
|
|
122
119
|
},
|
|
123
120
|
"schematics": "./schematics/collection.json",
|