test: fix

This commit is contained in:
Guillaume Chau
2023-06-12 16:09:19 +02:00
parent 68217df8e7
commit c8814394d1
4 changed files with 46 additions and 11 deletions
@@ -10,7 +10,7 @@
"test:e2e:client": "vue-cli-service test:e2e --mode production --headless",
"test:e2e:dev": "start-server-and-test api:dev 'http-get://localhost:4042/graphql?query=%7B__typename%7D' test:e2e:dev:client",
"test:e2e:dev:client": "vue-cli-service test:e2e --mode development",
"api": "test-server --simulate-latency 100",
"api": "test-server --simulate-latency 50",
"api:dev": "test-server --simulate-latency 500"
},
"dependencies": {
+1 -1
View File
@@ -63,7 +63,7 @@
"devDependencies": {
"@apollo/client": "^3.7.7",
"@types/throttle-debounce": "^2.1.0",
"graphql": "^15.8.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"nodemon": "^1.19.4",
"rimraf": "^3.0.2",
+1 -1
View File
@@ -42,7 +42,7 @@
},
"devDependencies": {
"@apollo/client": "^3.7.7",
"graphql": "^15.8.0",
"graphql": "^16.6.0",
"typescript": "^4.7.4"
}
}
+43 -8
View File
@@ -387,16 +387,16 @@ importers:
devDependencies:
'@apollo/client':
specifier: ^3.7.7
version: 3.7.9(graphql@15.8.0)(subscriptions-transport-ws@0.9.19)
version: 3.7.9(graphql-ws@5.13.1)(graphql@16.6.0)
'@types/throttle-debounce':
specifier: ^2.1.0
version: 2.1.0
graphql:
specifier: ^15.8.0
version: 15.8.0
specifier: ^16.6.0
version: 16.6.0
graphql-tag:
specifier: ^2.12.6
version: 2.12.6(graphql@15.8.0)
version: 2.12.6(graphql@16.6.0)
nodemon:
specifier: ^1.19.4
version: 1.19.4
@@ -497,7 +497,7 @@ importers:
devDependencies:
'@apollo/client':
specifier: ^3.7.7
version: 3.7.9(graphql-ws@5.13.1)(graphql@16.6.0)
version: 3.7.9
'@types/serialize-javascript':
specifier: ^5.0.2
version: 5.0.2
@@ -509,10 +509,10 @@ importers:
devDependencies:
'@apollo/client':
specifier: ^3.7.7
version: 3.7.9(graphql@15.8.0)(subscriptions-transport-ws@0.9.19)
version: 3.7.9(graphql-ws@5.13.1)(graphql@16.6.0)
graphql:
specifier: ^15.8.0
version: 15.8.0
specifier: ^16.6.0
version: 16.6.0
typescript:
specifier: ^4.7.4
version: 4.9.5
@@ -665,6 +665,41 @@ packages:
graphql: 16.6.0
dev: false
/@apollo/client@3.7.9:
resolution: {integrity: sha512-YnJvrJOVWrp4y/zdNvUaM8q4GuSHCEIecsRDTJhK/veT33P/B7lfqGJ24NeLdKMj8tDEuXYF7V0t+th4+rgC+Q==}
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
peerDependenciesMeta:
graphql:
optional: true
graphql-ws:
optional: true
react:
optional: true
react-dom:
optional: true
subscriptions-transport-ws:
optional: true
dependencies:
'@graphql-typed-document-node/core': 3.1.1(graphql@16.6.0)
'@wry/context': 0.7.0
'@wry/equality': 0.5.3
'@wry/trie': 0.3.2
graphql-tag: 2.12.6(graphql@16.6.0)
hoist-non-react-statics: 3.3.2
optimism: 0.16.2
prop-types: 15.8.1
response-iterator: 0.2.6
symbol-observable: 4.0.0
ts-invariant: 0.10.3
tslib: 2.5.0
zen-observable-ts: 1.2.5
dev: true
/@apollo/client@3.7.9(graphql-ws@5.13.1)(graphql@16.6.0):
resolution: {integrity: sha512-YnJvrJOVWrp4y/zdNvUaM8q4GuSHCEIecsRDTJhK/veT33P/B7lfqGJ24NeLdKMj8tDEuXYF7V0t+th4+rgC+Q==}
peerDependencies: