Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2023
1 parent 68a0f22 commit f24e6b1
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 26 deletions.
71 changes: 58 additions & 13 deletions package-lock.json

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

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
}
},
"engines": {
"node": ">=12.x",
"npm": ">=6"
"node": "20.4.0",
"npm": "7.6.3"
},
"private": false,
"files": [
Expand Down Expand Up @@ -106,18 +106,18 @@
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"@angular/animations": "^11.0.0",
"@angular/common": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/forms": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/router": "^11.0.0",
"@angular/animations": "11.1.2",
"@angular/common": "11.1.2",
"@angular/compiler": "11.1.2",
"@angular/core": "11.1.2",
"@angular/forms": "11.1.2",
"@angular/platform-browser": "11.1.2",
"@angular/platform-browser-dynamic": "11.1.2",
"@angular/router": "11.1.2",
"@nrwl/angular": "11.2.10",
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"zone.js": "^0.10.2"
"rxjs": "6.6.3",
"tslib": "2.2.0",
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1100.7",
Expand Down

0 comments on commit f24e6b1

Please sign in to comment.