Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanchuk committed Jan 11, 2025
1 parent 29abe20 commit 01e4883
Show file tree
Hide file tree
Showing 5 changed files with 14,474 additions and 13,897 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Thumbs.db

.angular

.nx/cache
.nx
3 changes: 1 addition & 2 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { getJestProjects } from '@nx/jest';

export default {
projects: getJestProjects(),
projects: ['./libs/*/jest.config.ts'],
};
14 changes: 7 additions & 7 deletions libs/angular-i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"test": "npm exec -- nx test angular-i18next"
},
"dependencies": {
"tslib": "^2.2.0"
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/common": ">=18.0.0 <19.0.0",
"@angular/core": ">=18.0.0 <19.0.0",
"@angular/platform-browser": ">=18.0.0 <19.0.0",
"i18next": ">=23.0.0 <24.0.0",
"rxjs": ">=6.6.0 <8.0.0"
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"i18next": "^4.0.0",
"rxjs": ">=7.8.1 <8.0.0"
},
"devDependencies": {
"@angular/platform-browser-dynamic": ">=18.0.0 <19.0.0"
"@angular/platform-browser-dynamic": "^19.0.0"
}
}
Loading

0 comments on commit 01e4883

Please sign in to comment.