Skip to content

Commit

Permalink
fix: upgrade missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-crouzet committed Dec 10, 2024
1 parent dec94fc commit c22bdba
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 173 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"private": true,
"dependencies": {
"@angular/animations": "^19.0.3",
"@angular/cdk": "^18.2.7",
"@angular/cdk": "^19.0.2",
"@angular/common": "^19.0.3",
"@angular/compiler": "^19.0.3",
"@angular/core": "^19.0.3",
Expand Down
183 changes: 14 additions & 169 deletions pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions projects/ngx-monaco-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"visual studio code"
],
"peerDependencies": {
"@angular/common": "^18.2.2",
"@angular/core": "^18.2.2",
"@angular/cdk": "^17.3.10",
"@angular/common": "^19.0.3",
"@angular/core": "^19.0.3",
"@angular/cdk": "^19.0.2",
"@vscode/codicons": "^0.0.32"
},
"dependencies": {
Expand Down

0 comments on commit c22bdba

Please sign in to comment.