Skip to content

Commit

Permalink
chore(all): fix placeholder dependency names (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
griest024 authored and damienwebdev committed Jan 20, 2021
1 parent 7abd132 commit 2590f3c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 13 deletions.
3 changes: 1 addition & 2 deletions libs/cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"faker": "0.0.0-PLACEHOLDER",
"angular-in-memory-web-api": "0.0.0-PLACEHOLDER",
"apollo-angular": "0.0.0-PLACEHOLDER",
"apollo-client": "0.0.0-PLACEHOLDER",
"graphql-tag": "0.0.0-PLACEHOLDER",
"@apollo/client": "0.0.0-PLACEHOLDER",
"@daffodil/driver": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions libs/category/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"faker": "0.0.0-PLACEHOLDER",
"angular-in-memory-web-api": "0.0.0-PLACEHOLDER",
"apollo-angular": "0.0.0-PLACEHOLDER",
"apollo-client": "0.0.0-PLACEHOLDER",
"graphql-tag": "0.0.0-PLACEHOLDER"
"@apollo/client": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
"@daffodil/core": "0.0.0-PLACEHOLDER",
Expand Down
3 changes: 0 additions & 3 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"graphql": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
"graphql-tag": "0.0.0-PLACEHOLDER"
}
}
3 changes: 1 addition & 2 deletions libs/navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"faker": "0.0.0-PLACEHOLDER",
"angular-in-memory-web-api": "0.0.0-PLACEHOLDER",
"apollo-angular": "0.0.0-PLACEHOLDER",
"apollo-client": "0.0.0-PLACEHOLDER",
"graphql-tag": "0.0.0-PLACEHOLDER"
"@apollo/client": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
"@daffodil/driver": "0.0.0-PLACEHOLDER",
Expand Down
3 changes: 1 addition & 2 deletions libs/paypal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
"faker": "0.0.0-PLACEHOLDER",
"angular-in-memory-web-api": "0.0.0-PLACEHOLDER",
"apollo-angular": "0.0.0-PLACEHOLDER",
"apollo-client": "0.0.0-PLACEHOLDER",
"graphql-tag": "0.0.0-PLACEHOLDER"
"@apollo/client": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
"@daffodil/core": "0.0.0-PLACEHOLDER"
Expand Down
3 changes: 1 addition & 2 deletions libs/product/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"faker": "0.0.0-PLACEHOLDER",
"angular-in-memory-web-api": "0.0.0-PLACEHOLDER",
"apollo-angular": "0.0.0-PLACEHOLDER",
"apollo-client": "0.0.0-PLACEHOLDER",
"graphql-tag": "0.0.0-PLACEHOLDER"
"@apollo/client": "0.0.0-PLACEHOLDER"
},
"devDependencies": {
"@daffodil/core": "0.0.0-PLACEHOLDER",
Expand Down

0 comments on commit 2590f3c

Please sign in to comment.