fix: queries not waiting for authentication
This commit is contained in:
committed by
liyasthomas
parent
41be5cc4a8
commit
e6707c1e4a
62
pnpm-lock.yaml
generated
62
pnpm-lock.yaml
generated
@@ -16,6 +16,7 @@ importers:
|
||||
|
||||
packages/hoppscotch-app:
|
||||
specifiers:
|
||||
<<<<<<< HEAD
|
||||
"@apollo/client": ^3.4.16
|
||||
"@babel/core": ^7.15.8
|
||||
"@babel/preset-env": ^7.15.8
|
||||
@@ -50,6 +51,43 @@ importers:
|
||||
"@urql/devtools": ^2.0.3
|
||||
"@vue/runtime-dom": ^3.2.20
|
||||
"@vue/test-utils": ^1.2.2
|
||||
=======
|
||||
'@apollo/client': ^3.4.13
|
||||
'@babel/core': ^7.15.5
|
||||
'@babel/preset-env': ^7.15.6
|
||||
'@commitlint/cli': ^13.1.0
|
||||
'@commitlint/config-conventional': ^13.1.0
|
||||
'@hoppscotch/js-sandbox': workspace:^1.0.0
|
||||
'@nuxt/types': ^2.15.8
|
||||
'@nuxt/typescript-build': ^2.1.0
|
||||
'@nuxtjs/axios': ^5.13.6
|
||||
'@nuxtjs/color-mode': ^2.1.1
|
||||
'@nuxtjs/composition-api': ^0.29.2
|
||||
'@nuxtjs/dotenv': ^1.4.1
|
||||
'@nuxtjs/eslint-config-typescript': ^6.0.1
|
||||
'@nuxtjs/eslint-module': ^3.0.2
|
||||
'@nuxtjs/google-analytics': ^2.4.0
|
||||
'@nuxtjs/google-fonts': ^1.3.0
|
||||
'@nuxtjs/gtm': ^2.4.0
|
||||
'@nuxtjs/i18n': ^7.0.3
|
||||
'@nuxtjs/pwa': ^3.3.5
|
||||
'@nuxtjs/robots': ^2.5.0
|
||||
'@nuxtjs/sitemap': ^2.4.0
|
||||
'@nuxtjs/stylelint-module': ^4.0.0
|
||||
'@nuxtjs/svg': ^0.2.0
|
||||
'@nuxtjs/toast': ^3.3.1
|
||||
'@testing-library/jest-dom': ^5.14.1
|
||||
'@types/codemirror': ^5.60.3
|
||||
'@types/cookie': ^0.4.1
|
||||
'@types/esprima': ^4.0.3
|
||||
'@types/lodash': ^4.14.174
|
||||
'@types/splitpanes': ^2.2.1
|
||||
'@urql/core': ^2.3.3
|
||||
'@urql/devtools': ^2.0.3
|
||||
'@urql/exchange-auth': ^0.1.6
|
||||
'@vue/runtime-dom': ^3.2.19
|
||||
'@vue/test-utils': ^1.2.2
|
||||
>>>>>>> ecdc7919 (fix: queries not waiting for authentication)
|
||||
acorn: ^8.5.0
|
||||
acorn-walk: ^8.2.0
|
||||
axios: ^0.22.0
|
||||
@@ -109,6 +147,7 @@ importers:
|
||||
worker-loader: ^3.0.8
|
||||
yargs-parser: ^20.2.9
|
||||
dependencies:
|
||||
<<<<<<< HEAD
|
||||
"@apollo/client": 3.4.16_graphql@15.6.1
|
||||
"@hoppscotch/js-sandbox": link:../hoppscotch-js-sandbox
|
||||
"@nuxtjs/axios": 5.13.6
|
||||
@@ -119,6 +158,19 @@ importers:
|
||||
"@nuxtjs/sitemap": 2.4.0
|
||||
"@nuxtjs/toast": 3.3.1
|
||||
"@urql/core": 2.3.3_graphql@15.6.0
|
||||
=======
|
||||
'@apollo/client': 3.4.13_graphql@15.6.0
|
||||
'@hoppscotch/js-sandbox': link:../hoppscotch-js-sandbox
|
||||
'@nuxtjs/axios': 5.13.6
|
||||
'@nuxtjs/composition-api': 0.29.2_nuxt@2.15.8
|
||||
'@nuxtjs/gtm': 2.4.0
|
||||
'@nuxtjs/i18n': 7.0.3
|
||||
'@nuxtjs/robots': 2.5.0
|
||||
'@nuxtjs/sitemap': 2.4.0
|
||||
'@nuxtjs/toast': 3.3.1
|
||||
'@urql/core': 2.3.3_graphql@15.6.0
|
||||
'@urql/exchange-auth': 0.1.6_graphql@15.6.0
|
||||
>>>>>>> ecdc7919 (fix: queries not waiting for authentication)
|
||||
acorn: 8.5.0
|
||||
acorn-walk: 8.2.0
|
||||
axios: 0.22.0
|
||||
@@ -5933,6 +5985,16 @@ packages:
|
||||
wonka: 4.0.15
|
||||
dev: true
|
||||
|
||||
/@urql/exchange-auth/0.1.6_graphql@15.6.0:
|
||||
resolution: {integrity: sha512-jVyUaV+hHe3p2rIJauh6lgILMAjXOsHQ98xjKhUF3TXYx88TZXuBIl5DPZwnMcGra8YPOSHO/Wsn6NEjO5hQ+Q==}
|
||||
peerDependencies:
|
||||
graphql: ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0
|
||||
dependencies:
|
||||
'@urql/core': 2.3.3_graphql@15.6.0
|
||||
graphql: 15.6.0
|
||||
wonka: 4.0.15
|
||||
dev: false
|
||||
|
||||
/@vue/babel-helper-vue-jsx-merge-props/1.2.1:
|
||||
resolution:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user