Skip to content

Commit

Permalink
deps: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hayes authored and hayes committed Apr 12, 2021
1 parent 3796a4a commit 25a15d4
Show file tree
Hide file tree
Showing 12 changed files with 2,427 additions and 2,999 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"@babel/plugin-syntax-bigint": "^7.8.3",
"@beemo/driver-typescript": "^1.4.1",
"@milesj/build-tools": "^2.17.1",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.27",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"@types/node-fetch": "^2.5.8",
"conventional-changelog-beemo": "^2.1.0",
"graphql": "^15.5.0",
"husky": "^5.0.9",
"lerna": "^3.22.1",
"husky": "^5.1.3",
"lerna": "^4.0.0",
"lint-staged": "^10.5.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
"typescript": "^4.2.3"
},
"lint-staged": {
"./src/**/*.{ts,tsx}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"graphql": "^15.5.0",
"ts-morph": "^9.1.0",
"ts-morph": "^10.0.1",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"graphql": ">=15.1.0"
},
"devDependencies": {
"apollo-server": "^2.21.0",
"apollo-server": "^2.21.2",
"graphql": ">=15.1.0",
"graphql-scalars": "^1.7.0",
"graphql-scalars": "^1.9.0",
"graphql-tag": "^2.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@giraphql/core": "^2.0.2",
"apollo-server": "^2.21.0",
"apollo-server": "^2.21.2",
"graphql": ">=15.1.0",
"graphql-rate-limit-directive": "^1.2.1",
"graphql-tag": "^2.11.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@giraphql/core": "^2.0.2",
"apollo-server": "^2.21.0",
"apollo-server": "^2.21.2",
"graphql": ">=15.1.0",
"graphql-tag": "^2.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@giraphql/core": "^2.0.2",
"apollo-server": "^2.21.0",
"apollo-server": "^2.21.2",
"graphql": ">=15.1.0",
"graphql-tag": "^2.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@giraphql/core": "^2.0.2",
"apollo-server": "^2.21.0",
"apollo-server": "^2.21.2",
"graphql": ">=15.1.0",
"graphql-tag": "^2.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-scope-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"graphql": ">=15.1.0"
},
"devDependencies": {
"apollo-server": "^2.21.0",
"apollo-server": "^2.21.2",
"graphql": ">=15.1.0",
"graphql-tag": "^2.11.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-simple-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"graphql": ">=15.1.0"
},
"devDependencies": {
"apollo-server": "^2.21.0",
"apollo-server": "^2.21.2",
"graphql": ">=15.1.0",
"graphql-tag": "^2.11.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-smart-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
},
"devDependencies": {
"@giraphql/core": "^2.0.2",
"apollo-server": "^2.21.0",
"apollo-server": "^2.21.2",
"graphql": ">=15.1.0",
"graphql-subscriptions": "^1.2.0",
"graphql-subscriptions": "^1.2.1",
"graphql-tag": "^2.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-sub-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@giraphql/core": "^2.0.2",
"apollo-server": "^2.21.0",
"apollo-server": "^2.21.2",
"graphql": ">=15.1.0",
"graphql-tag": "^2.11.0"
}
Expand Down

0 comments on commit 25a15d4

Please sign in to comment.