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