Skip to content

Commit

Permalink
Updated to ng 17.2.2 and restored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alessiobianchini committed Feb 26, 2024
1 parent d5c87b1 commit 88cd39d
Show file tree
Hide file tree
Showing 6 changed files with 166 additions and 235 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ ng-flex-layout

***

- Updated to Angular 17.2.1
- Updated to Angular 17.2.2
- Migrated from tslint to eslint
***


[![npm version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&r=r&ts=1683906897&type=6e&v=17.2.1-beta.1&x2=0)](https://www.npmjs.com/package/ng-flex-layout)
[![npm version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&r=r&ts=1683906897&type=6e&v=17.2.2-beta.1&x2=0)](https://www.npmjs.com/package/ng-flex-layout)

Angular Flex Layout provides a sophisticated layout API using Flexbox CSS + mediaQuery.
This module provides Angular developers with component layout features using a
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ng-flex-layout",
"description": "Angular Flex Layout (DOIT fork)",
"version": "17.2.1-beta.1",
"version": "17.2.2-beta.1",
"homepage": "https://github.com/alessiobianchini/flex-layout",
"bugs": "https://github.com/alessiobianchini/flex-layout/issues",
"repository": {
Expand Down Expand Up @@ -30,32 +30,32 @@
"private": true,
"requiredAngularVersion": ">=17.0.2",
"dependencies": {
"@angular/animations": "~17.2.1",
"@angular/common": "~17.2.1",
"@angular/compiler": "~17.2.1",
"@angular/core": "~17.2.1",
"@angular/forms": "~17.2.1",
"@angular/animations": "~17.2.2",
"@angular/common": "~17.2.2",
"@angular/compiler": "~17.2.2",
"@angular/core": "~17.2.2",
"@angular/forms": "~17.2.2",
"@angular/material": "~17.1.2",
"@angular/platform-browser": "~17.2.1",
"@angular/platform-browser-dynamic": "~17.2.1",
"@angular/platform-server": "~17.2.1",
"@angular/router": "~17.2.1",
"@angular/ssr": "^17.2.0",
"@angular/platform-browser": "~17.2.2",
"@angular/platform-browser-dynamic": "~17.2.2",
"@angular/platform-server": "~17.2.2",
"@angular/router": "~17.2.2",
"@angular/ssr": "^17.2.1",
"express": "^4.18.2",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.2.0",
"@angular-devkit/build-angular": "~17.2.1",
"@angular-eslint/builder": "17.1.1",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/schematics": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cdk": "~17.1.2",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "~17.2.1",
"@angular/cli": "~17.2.1",
"@angular/compiler-cli": "~17.2.2",
"@ngtools/webpack": "~17.0.10",
"@types/express": "^4.17.21",
"@types/jasmine": "~5.1.4",
Expand Down
Loading

0 comments on commit 88cd39d

Please sign in to comment.