jqwidgets-ng 14.1.6 → 14.1.9

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