Skip to content

Commit

Permalink
Final clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
CobyPear committed Jun 27, 2022
1 parent 512b682 commit 7956842
Show file tree
Hide file tree
Showing 4 changed files with 809 additions and 718 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@
"async@<3.2.2": ">=3.2.2",
"cross-fetch@<3.1.5": ">=3.1.5",
"sharp@<0.30.5": ">=0.30.5",
"dicer@<=0.3.1": "<=2.5.0",
"dicer@<=0.3.1": "<=0.2.5",
"devcert@<1.2.1": ">=1.2.1",
"jpeg-js@<0.4.4": ">=0.4.4"
"jpeg-js@<0.4.4": ">=0.4.4",
"got@<11.8.5": ">=11.8.5"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
4 changes: 2 additions & 2 deletions packages/drupal-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@apollo/client": "^3.5.10",
"@types/humps": "^2.0.1",
"@types/isomorphic-fetch": "^0.0.35",
"graphql": ">=14.0.0 <15.0.0 || >=15.0.0 <16.0.0 || >=16.0.0 <17.0.0",
"humps": "^2.0.1",
"isomorphic-fetch": "^3.0.0",
"jsona": "^1.9.7",
"react": ">=16.8.0 <17.0.0",
"react-dom": "^16.8.0",
"typescript": ">=3.8 <5.0",
"graphql": ">=14.0.0 <15.0.0 || >=15.0.0 <16.0.0 || >=16.0.0 <17.0.0"
"typescript": ">=3.8 <5.0"
},
"dependencies": {
"@gdwc/drupal-state": "^2.7.0"
Expand Down
1 change: 0 additions & 1 deletion packages/wordpress-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
},
"dependencies": {
"@apollo/client": "^3.5.10",
"add": "^2.0.6",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"isomorphic-fetch": "^3.0.0"
}
Expand Down
Loading

0 comments on commit 7956842

Please sign in to comment.