Skip to content

Commit

Permalink
fix: wrong deps in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Nov 17, 2022
1 parent 4da3496 commit b899673
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion libs/mf-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@angular-architects/module-federation-runtime",
"license": "MIT",
"version": "15.0.0",
"version": "15.0.2",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/mf-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@angular-architects/module-federation-tools",
"version": "15.0.0",
"version": "15.0.2",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/router": ">=15.0.0",
"@angular-architects/module-federation": "^15.0.0",
"@angular-architects/module-federation": "^15.0.2",
"@angular/platform-browser": ">=15.0.0",
"rxjs": ">= 6.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions libs/mf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular-architects/module-federation",
"version": "15.0.0",
"version": "15.0.2",
"license": "MIT",
"repository": {
"type": "GitHub",
Expand All @@ -17,7 +17,7 @@
"schematics": "./collection.json",
"builders": "./builders.json",
"dependencies": {
"@angular-architects/module-federation-runtime": "15.0.0",
"@angular-architects/module-federation-runtime": "15.0.2",
"word-wrap": "^1.2.3",
"callsite": "^1.0.0",
"node-fetch": "^2.6.7",
Expand Down

0 comments on commit b899673

Please sign in to comment.