Skip to content

Commit

Permalink
Merge pull request #92 from vcl/chore/resolve-upstream-conflit
Browse files Browse the repository at this point in the history
chore: resolve upstream conflit in ng-vcl module
  • Loading branch information
vanthome authored Sep 24, 2024
2 parents 8b934dc + 5d387a9 commit 83515c5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
12 changes: 6 additions & 6 deletions lib/ng-vcl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"author": "The ng-vcl authors",
"license": "MIT",
"peerDependencies": {
"@angular/cdk": "^17.3.2",
"@angular/common": "^17.3.2",
"@angular/animations": "^17.3.2",
"@angular/core": "^17.3.2",
"@angular/forms": "^17.3.2",
"@angular/router": "^17.3.2",
"@angular/cdk": "^18.2.5",
"@angular/common": "^18.2.5",
"@angular/animations": "^18.2.5",
"@angular/core": "^18.2.5",
"@angular/forms": "^18.2.5",
"@angular/router": "^18.2.5",
"rxjs": "^7.8.1"
}
}
18 changes: 8 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"fuse.js": "^7.0.0",
"hammerjs": "^2.0.8",
"jsonschema": "^1.4.1",
"marked": "^14.1.2",
"marked": "^13.0.2",
"ngx-markdown": "^18.0.0",
"normalize.css": "^8.0.1",
"raw-loader": "^4.0.2",
"rxjs": "^7.8.1",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"tslib": "^2.7.0",
"zone.js": "^0.15.0"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.5",
Expand Down

0 comments on commit 83515c5

Please sign in to comment.