Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#4677)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 1, 2022
1 parent c41f39e commit 81f7eae
Show file tree
Hide file tree
Showing 7 changed files with 569 additions and 648 deletions.
2 changes: 1 addition & 1 deletion benchmark/federation/package.json
Expand Up @@ -9,7 +9,7 @@
"loadtest:monolith": "k6 -e ENDPOINT=monolith run k6.js"
},
"dependencies": {
"@apollo/gateway": "2.0.5",
"@apollo/gateway": "2.1.1",
"@apollo/federation": "0.36.1",
"@graphql-tools/stitch": "8.7.7",
"@graphql-tools/stitching-directives": "2.3.7",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -46,13 +46,13 @@
"@types/debug": "4.1.7",
"@types/jest": "28.1.8",
"@types/node": "16.11.56",
"@typescript-eslint/eslint-plugin": "5.35.1",
"@typescript-eslint/parser": "5.35.1",
"babel-jest": "29.0.0",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"babel-jest": "29.0.1",
"bob-the-bundler": "4.0.0",
"chalk": "4.1.2",
"concurrently": "7.3.0",
"eslint": "8.22.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.26.0",
Expand All @@ -63,7 +63,7 @@
"graphql": "16.6.0",
"graphql-subscriptions": "2.0.0",
"husky": "8.0.1",
"jest": "29.0.0",
"jest": "29.0.1",
"lint-staged": "13.0.3",
"patch-package": "6.4.7",
"prettier": "2.7.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-tag-pluck/package.json
Expand Up @@ -60,10 +60,10 @@
"@babel/parser": "7.18.13",
"@babel/traverse": "7.18.13",
"@babel/types": "7.18.13",
"@types/babel__traverse": "7.18.0",
"@vue/compiler-sfc": "3.2.37",
"@types/babel__traverse": "7.18.1",
"@vue/compiler-sfc": "3.2.38",
"svelte": "3.49.0",
"svelte2tsx": "0.5.14"
"svelte2tsx": "0.5.16"
},
"buildOptions": {
"external": [
Expand Down
2 changes: 1 addition & 1 deletion packages/links/package.json
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@apollo/client": "3.6.9",
"@types/apollo-upload-client": "17.0.1",
"graphql-upload": "16.0.1"
"graphql-upload": "16.0.2"
},
"dependencies": {
"@graphql-tools/delegate": "9.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/loaders/url/package.json
Expand Up @@ -51,13 +51,13 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"devDependencies": {
"@envelop/live-query": "4.1.0",
"@envelop/live-query": "4.2.0",
"@types/express": "4.17.13",
"@types/extract-files": "8.1.1",
"@types/valid-url": "1.0.3",
"babel-loader": "8.2.5",
"express": "4.18.1",
"graphql-upload": "16.0.1",
"graphql-upload": "16.0.2",
"graphql-sse": "1.3.0",
"puppeteer": "16.2.0",
"subscriptions-transport-ws": "0.11.0",
Expand Down
12 changes: 6 additions & 6 deletions website/package.json
Expand Up @@ -17,19 +17,19 @@
}
},
"resolutions": {
"esbuild": "0.15.5"
"esbuild": "0.15.6"
},
"devDependencies": {
"@guild-docs/algolia": "0.2.2",
"@next/bundle-analyzer": "12.2.5",
"@types/concurrently": "6.4.0",
"@types/mdx-js__react": "1.5.5",
"@types/node": "16.11.56",
"@types/react": "18.0.17",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"concurrently": "7.3.0",
"cross-env": "7.0.3",
"esbuild": "0.15.5",
"esbuild": "0.15.6",
"esbuild-register": "3.3.3",
"next-remote-watch": "1.0.0",
"open-cli": "7.0.1",
Expand All @@ -39,10 +39,10 @@
"dependencies": {
"@chakra-ui/icons": "2.0.9",
"@chakra-ui/react": "2.0.2",
"@chakra-ui/theme-tools": "2.0.10",
"@chakra-ui/theme-tools": "2.0.11",
"@chakra-ui/utils": "2.0.9",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@guild-docs/client": "2.1.1",
"@guild-docs/server": "3.0.1",
"@mdx-js/react": "2.1.3",
Expand Down

1 comment on commit 81f7eae

@vercel
Copy link

@vercel vercel bot commented on 81f7eae Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.