Skip to content

Commit

Permalink
Merge pull request nestjs#2367 from nestjs/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies to v14.0.3
  • Loading branch information
kamilmysliwiec authored Jun 23, 2022
2 parents 09a1e65 + b70d69c commit c22c1f5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "14.0.2",
"@angular/animations": "14.0.3",
"@angular/cdk": "14.0.2",
"@angular/common": "14.0.2",
"@angular/compiler": "14.0.2",
"@angular/core": "14.0.2",
"@angular/common": "14.0.3",
"@angular/compiler": "14.0.3",
"@angular/core": "14.0.3",
"@angular/flex-layout": "13.0.0-beta.38",
"@angular/forms": "14.0.2",
"@angular/forms": "14.0.3",
"@angular/material": "14.0.2",
"@angular/platform-browser": "14.0.2",
"@angular/platform-browser-dynamic": "14.0.2",
"@angular/router": "14.0.2",
"@angular/platform-browser": "14.0.3",
"@angular/platform-browser-dynamic": "14.0.3",
"@angular/router": "14.0.3",
"core-js": "3.23.2",
"hammerjs": "2.0.8",
"ngx-perfect-scrollbar": "10.1.1",
Expand All @@ -48,8 +48,8 @@
"devDependencies": {
"@angular-devkit/build-angular": "14.0.2",
"@angular/cli": "14.0.2",
"@angular/compiler-cli": "14.0.2",
"@angular/language-service": "14.0.2",
"@angular/compiler-cli": "14.0.3",
"@angular/language-service": "14.0.3",
"@commitlint/cli": "17.0.2",
"@commitlint/config-angular": "17.0.0",
"@types/jasmine": "4.0.3",
Expand Down

0 comments on commit c22c1f5

Please sign in to comment.