Skip to content

Commit 5a4eacb

Browse files
material 16 to 17, prettier change, rename and code fix
1 parent 14ef84c commit 5a4eacb

File tree

7 files changed

+1334
-1338
lines changed

7 files changed

+1334
-1338
lines changed

package-lock.json

Lines changed: 1194 additions & 1194 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-angular-query-builder",
3-
"version": "16.0.0",
3+
"version": "17.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
@@ -12,12 +12,12 @@
1212
"private": true,
1313
"dependencies": {
1414
"@angular/animations": "^17.0.8",
15-
"@angular/cdk": "^16.0.0",
15+
"@angular/cdk": "^17.0.4",
1616
"@angular/common": "^17.0.8",
1717
"@angular/compiler": "~17.0.8",
1818
"@angular/core": "^17.0.8",
1919
"@angular/forms": "^17.0.8",
20-
"@angular/material": "^16.0.0",
20+
"@angular/material": "^17.0.4",
2121
"@angular/platform-browser": "^17.0.8",
2222
"@angular/platform-browser-dynamic": "^17.0.8",
2323
"@angular/router": "^17.0.8",

projects/ngx-angular-query-builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ngx-angular-query-builder",
3-
"version": "16.0.0",
3+
"version": "17.0.0",
44
"description": "Port of angular2-query-builder from github.com/designermanjeets/Angular-QueryBuilder in order to support angular 12+",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@angular/common": "^16.0.0",
8-
"@angular/core": "^16.0.0"
7+
"@angular/common": "^17.0.8",
8+
"@angular/core": "^17.0.8"
99
},
1010
"dependencies": {
1111
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)