jqwidgets-ng 16.0.1 → 16.0.2

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 +16 -15
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "jqwidgets-ng",
3
- "version": "16.0.1",
3
+ "version": "16.0.2",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "Angular 14",
7
+ "Angular 16",
7
8
  "Angular 15",
8
9
  "Angular 13",
9
10
  "Angular 13 Library",
@@ -100,25 +101,25 @@
100
101
  "peerDependencies": {
101
102
  },
102
103
  "devDependencies": {
103
- "@angular/animations": "12 - 15",
104
- "@angular/compiler": "12 - 15",
105
- "@schematics/angular": "12 - 15",
106
- "@angular/core": "12 - 15",
107
- "@angular/common": "12 - 15",
108
- "@angular/forms": "12 - 15",
109
- "@angular/platform-browser": "12 - 15",
104
+ "@angular/animations": "12 - 16",
105
+ "@angular/compiler": "12 - 16",
106
+ "@schematics/angular": "12 - 16",
107
+ "@angular/core": "12 - 16",
108
+ "@angular/common": "12 - 16",
109
+ "@angular/forms": "12 - 16",
110
+ "@angular/platform-browser": "12 - 16",
110
111
  "core-js": "^2.6.9",
111
112
  "rxjs": "^6.5.3",
112
113
  "systemjs": "0.19.43",
113
114
  "tslib": "^1.10.0",
114
115
  "zone.js": "~0.10.2",
115
- "@angular-devkit/core": "12 - 15",
116
- "@angular-devkit/schematics": "12 - 15",
117
- "@angular/bazel": "12 - 15",
118
- "@angular/compiler-cli": "12 - 15",
119
- "@angular/platform-browser-dynamic": "12 - 15",
120
- "@angular/platform-server": "12 - 15",
121
- "@angular/router": "12 - 15",
116
+ "@angular-devkit/core": "12 - 16",
117
+ "@angular-devkit/schematics": "12 - 16",
118
+ "@angular/bazel": "12 - 16",
119
+ "@angular/compiler-cli": "12 - 16",
120
+ "@angular/platform-browser-dynamic": "12 - 16",
121
+ "@angular/platform-server": "12 - 16",
122
+ "@angular/router": "12 - 16",
122
123
  "typescript": "~3.7.4"
123
124
  },
124
125
  "schematics": "./schematics/collection.json",