Skip to content

Commit

Permalink
feat: upgrade to Angular 16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `ngx-valdemort` is now based on Angular 16.x. If you want to use it with an older version of Angular, then stick to a previous version of `ngx-valdemort`.
  • Loading branch information
jnizet committed May 5, 2023
1 parent 8f33687 commit 02d8d46
Show file tree
Hide file tree
Showing 2 changed files with 2,383 additions and 2,091 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
},
"private": true,
"dependencies": {
"@angular/animations": "15.2.9",
"@angular/cdk": "15.2.9",
"@angular/common": "15.2.9",
"@angular/compiler": "15.2.9",
"@angular/core": "15.2.9",
"@angular/forms": "15.2.9",
"@angular/material": "15.2.9",
"@angular/platform-browser": "15.2.9",
"@angular/platform-browser-dynamic": "15.2.9",
"@angular/router": "15.2.9",
"@angular/animations": "16.0.0",
"@angular/cdk": "16.0.0",
"@angular/common": "16.0.0",
"@angular/compiler": "16.0.0",
"@angular/core": "16.0.0",
"@angular/forms": "16.0.0",
"@angular/material": "16.0.0",
"@angular/platform-browser": "16.0.0",
"@angular/platform-browser-dynamic": "16.0.0",
"@angular/router": "16.0.0",
"@ng-bootstrap/ng-bootstrap": "14.1.1",
"@popperjs/core": "2.11.7",
"bootstrap": "5.2.3",
Expand All @@ -38,14 +38,14 @@
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.8",
"@angular-eslint/builder": "15.2.1",
"@angular-eslint/eslint-plugin": "15.2.1",
"@angular-eslint/eslint-plugin-template": "15.2.1",
"@angular-eslint/template-parser": "15.2.1",
"@angular/cli": "15.2.8",
"@angular/compiler-cli": "15.2.9",
"@angular/localize": "15.2.9",
"@angular-devkit/build-angular": "16.0.0",
"@angular-eslint/builder": "16.0.1",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "16.0.0",
"@angular/compiler-cli": "16.0.0",
"@angular/localize": "16.0.0",
"@compodoc/compodoc": "1.1.19",
"@types/jasmine": "4.3.1",
"@types/prismjs": "1.26.0",
Expand All @@ -63,10 +63,10 @@
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"ng-packagr": "15.2.2",
"ngx-speculoos": "9.0.0",
"ng-packagr": "16.0.0",
"ngx-speculoos": "10.0.0",
"prettier": "2.8.8",
"standard-version": "9.5.0",
"typescript": "4.8.4"
"typescript": "5.0.4"
}
}
}
Loading

0 comments on commit 02d8d46

Please sign in to comment.