jqwidgets-ng 24.0.0 → 24.1.0

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 +17 -16
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "jqwidgets-ng",
3
- "version": "24.0.0",
3
+ "version": "24.1.0",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
+ "Angular 21",
6
7
  "Angular 20",
7
8
  "Angular 19",
8
9
  "Angular 14",
@@ -122,27 +123,27 @@
122
123
  "peerDependencies": {
123
124
  },
124
125
  "devDependencies": {
125
- "@angular/animations": "16 - 20",
126
- "@angular/compiler": "16 - 20",
127
- "@schematics/angular": "16 - 20",
128
- "@angular/core": "16 - 20",
129
- "@angular/common": "16 - 20",
130
- "@angular/forms": "16 - 20",
131
- "@angular/platform-browser": "16 - 20",
126
+ "@angular/animations": "16 - 21",
127
+ "@angular/compiler": "16 - 21",
128
+ "@schematics/angular": "16 - 21",
129
+ "@angular/core": "16 - 21",
130
+ "@angular/common": "16 - 21",
131
+ "@angular/forms": "16 - 21",
132
+ "@angular/platform-browser": "16 - 21",
132
133
  "core-js": "^2.6.9",
133
134
  "rxjs": "~7.8.1",
134
135
  "systemjs": "0.19.43",
135
136
  "ts-node": "~8.3.0",
136
137
  "tslib": "^2.5.0",
137
138
  "zone.js": "~0.14.0",
138
- "@angular-devkit/core": "16 - 20",
139
- "@angular-devkit/schematics": "16 - 20",
140
- "@angular/bazel": "16 - 20",
141
- "@angular/compiler-cli": "16 - 20",
142
- "@angular/platform-browser-dynamic": "16 - 20",
143
- "@angular/platform-server": "16 - 20",
144
- "@angular/router": "16 - 20",
145
- "typescript": "~5.5.0"
139
+ "@angular-devkit/core": "16 - 21",
140
+ "@angular-devkit/schematics": "16 - 21",
141
+ "@angular/bazel": "16 - 21",
142
+ "@angular/compiler-cli": "16 - 21",
143
+ "@angular/platform-browser-dynamic": "16 - 21",
144
+ "@angular/platform-server": "16 - 21",
145
+ "@angular/router": "16 - 21",
146
+ "typescript": ">=4.9.0 <6.0.0"
146
147
  },
147
148
  "schematics": "./schematics/collection.json",
148
149
  "author": {