Skip to content

Commit

Permalink
Update packages 02 (boostercloud#1403)
Browse files Browse the repository at this point in the history
Updated GraphQL to the latest version
  • Loading branch information
JYCabello authored May 19, 2023
1 parent fc578be commit 65dc0a8
Show file tree
Hide file tree
Showing 48 changed files with 699 additions and 556 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Apart of using conventional commits for triggering releases, we use them to buil

## Code Style Guidelines

The Booster project comes with a nice set of ESLint config files to help you follow a consistent style, and we really encourage to use it in your editor. You can also run the `rush run lint:fix` commands to try solving any linter problems automatically.
The Booster project comes with a nice set of ESLint config files to help you follow a consistent style, and we really encourage to use it in your editor. You can also run the `rush lint:fix` commands to try solving any linter problems automatically.

For everything else, the rule of thumb is: Try to be consistent with the code around yours, and if you're not sure, ask :-)

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Updated GraphQL to latest version",
"type": "patch"
}
],
"packageName": "@boostercloud/framework-core"
}
Loading

0 comments on commit 65dc0a8

Please sign in to comment.