Skip to content

Commit

Permalink
Merge pull request #108 from jhomarolo/master
Browse files Browse the repository at this point in the history
fix herbs2gql version
  • Loading branch information
jhomarolo authored Apr 25, 2022
2 parents 47657ef + 2c98d81 commit 82f90c1
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 63 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,6 @@ Default is `dev`. Also check for `HERBS_EXCEPTION` env variable.
Edit `/backend/infra/config/{environment}.json` files if necessary.

### Diagram
```
classDiagram
class Item {
Number id
String description
Boolean isDone
Number position
}
class ToDoList{
Number id
String name
Item[] items
isEmpty()
lastPosition()
}
ToDoList "1" --> "*" Item
```

```mermaid
classDiagram
class Item {
Expand Down
194 changes: 153 additions & 41 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"dependencies": {
"@herbsjs/herbarium": "^1.3.1",
"@herbsjs/herbs": "^1.4.4",
"@herbsjs/herbs2gql": "2.1.3",
"@herbsjs/herbs2gql": "2.1.6",
"@herbsjs/herbs2knex": "^1.4.6",
"@herbsjs/herbs2repl": "^1.0.3",
"@herbsjs/herbs2rest": "^2.0.1",
"@herbsjs/herbsshelf": "^2.1.4",
"apollo-env": "^0.10.1",
"apollo-server-express": "^3.6.7",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"graphql": "^16.3.0",
"express": "^4.18.0",
"graphql": "^16.4.0",
"graphql-resolvers": "^0.4.2",
"graphql-scalars": "^1.17.0",
"graphql-upload": "^13.0.0",
Expand Down

0 comments on commit 82f90c1

Please sign in to comment.