Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 5, 2022
1 parent 2bfa2ea commit 161693c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/gaze": "1.1.2",
"@types/glob": "7.2.0",
"@types/inflected": "1.1.29",
"@types/jest": "27.5.1",
"@types/jest": "27.5.2",
"@types/listr": "0.14.4",
"@types/lodash": "4.14.182",
"@types/lodash.debounce": "4.0.7",
Expand All @@ -57,25 +57,25 @@
"@types/minimatch": "3.0.5",
"@types/mkdirp": "1.0.2",
"@types/nock": "10.0.3",
"@types/node": "14.14.31",
"@types/node": "14.18.20",
"@types/node-fetch": "2.6.1",
"@types/sha.js": "2.4.0",
"@types/table": "6.0.0",
"@types/vscode": "1.67.0",
"chai": "4.3.6",
"cross-env": "7.0.3",
"graphql": "15.2.0",
"graphql": "15.8.0",
"heroku-cli-util": "8.0.12",
"jest": "28.1.0",
"jest-environment-node": "28.1.0",
"jest-matcher-utils": "28.1.0",
"memfs": "3.4.3",
"nock": "13.2.4",
"memfs": "3.4.4",
"nock": "13.2.6",
"prettier": "2.6.2",
"symlink-dir": "5.0.1",
"ts-jest": "28.0.2",
"ts-node": "10.7.0",
"typescript": "4.6.4",
"ts-jest": "28.0.4",
"ts-node": "10.8.1",
"typescript": "4.7.3",
"yarn": "1.22.18"
},
"jest": {
Expand All @@ -84,7 +84,7 @@
]
},
"volta": {
"node": "16.15.0",
"npm": "8.10.0"
"node": "16.15.1",
"npm": "8.12.1"
}
}
4 changes: 2 additions & 2 deletions packages/apollo-codegen-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"npm": ">=8"
},
"dependencies": {
"@babel/generator": "7.18.0",
"@babel/generator": "7.18.2",
"@babel/parser": "^7.1.3",
"@babel/types": "7.18.0",
"@babel/types": "7.18.4",
"apollo-env": "0.10.2",
"apollo-language-server": "1.26.9",
"ast-types": "^0.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-codegen-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"npm": ">=8"
},
"dependencies": {
"@babel/generator": "7.18.0",
"@babel/types": "7.18.0",
"@babel/generator": "7.18.2",
"@babel/types": "7.18.4",
"apollo-codegen-core": "0.40.9",
"change-case": "^4.0.0",
"common-tags": "^1.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo-codegen-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"npm": ">=8"
},
"dependencies": {
"@babel/generator": "7.18.0",
"@babel/types": "7.18.0",
"@babel/generator": "7.18.2",
"@babel/types": "7.18.4",
"apollo-codegen-core": "0.40.9",
"change-case": "^4.0.0",
"common-tags": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-language-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"npm": ">=8"
},
"dependencies": {
"@apollo/federation": "0.27.0",
"@apollo/federation": "0.36.1",
"@apollographql/apollo-tools": "0.5.4",
"@apollographql/graphql-language-service-interface": "^2.0.2",
"@endemolshinegroup/cosmiconfig-typescript-loader": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"vscode-uri": "1.0.6"
},
"devDependencies": {
"typescript": "4.6.4"
"typescript": "4.7.3"
},
"oclif": {
"commands": "./lib/commands",
Expand Down

0 comments on commit 161693c

Please sign in to comment.