Skip to content

Commit

Permalink
Merge pull request #189 from mobxjs/dependencies/upgrade3.20
Browse files Browse the repository at this point in the history
update dependencies and some examples
  • Loading branch information
chrisdrackett committed Apr 9, 2020
2 parents 445cea5 + 40d8c02 commit 18c9d0d
Show file tree
Hide file tree
Showing 13 changed files with 3,704 additions and 48,768 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ typings/
# next.js build output
.next

# example yarn.lock files
examples/**/yarn.lock

.rts2*

dist
Expand Down
7 changes: 2 additions & 5 deletions examples/1-getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"arg": "^4.1.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"graphql": "^14.3.0",
"graphql": "^14.6.0",
"graphql-playground-middleware-express": "^1.7.12",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
Expand All @@ -36,12 +36,9 @@
"devDependencies": {
"@babel/core": "^7.6.4",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.3",
"parcel": "^1.12.4",
"typescript": "^3.4.5"
},
"resolutions": {
"graphql": "14.3.0"
},
"relativeDependencies": {
"mst-gql": "../../"
}
Expand Down
9,066 changes: 0 additions & 9,066 deletions examples/1-getting-started/yarn.lock

This file was deleted.

2,569 changes: 0 additions & 2,569 deletions examples/2-scaffolding/yarn.lock

This file was deleted.

5 changes: 1 addition & 4 deletions examples/3-twitter-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,9 @@
"devDependencies": {
"@babel/core": "^7.6.4",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.3",
"parcel": "^1.12.4",
"typescript": "^3.4.5"
},
"resolutions": {
"graphql": "14.3.0"
},
"relativeDependencies": {
"mst-gql": "../../"
}
Expand Down
7,854 changes: 0 additions & 7,854 deletions examples/3-twitter-clone/yarn.lock

This file was deleted.

12,253 changes: 0 additions & 12,253 deletions examples/4-apollo-tutorial/client/yarn.lock

This file was deleted.

Loading

0 comments on commit 18c9d0d

Please sign in to comment.