jqwidgets-ng 14.1.7 → 14.1.10

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