This repository was archived by the owner on Apr 17, 2023. It is now read-only.
File tree 7 files changed +45
-45
lines changed
7 files changed +45
-45
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"devDependencies" : {
31
31
"coveralls" : " 3.0.8" ,
32
- "del-cli" : " 3 .0.0 " ,
32
+ "del-cli" : " 4 .0.1 " ,
33
33
"lerna" : " 3.19.0" ,
34
34
"npm-run-all" : " 4.1.5" ,
35
- "nyc" : " 14 .1.1 " ,
35
+ "nyc" : " 15 .1.0 " ,
36
36
"replace" : " 1.1.1" ,
37
- "ts-node" : " 8.5.2 " ,
37
+ "ts-node" : " 10.3.0 " ,
38
38
"tslint" : " 5.20.1" ,
39
39
"typedoc" : " 0.15.3" ,
40
- "typescript" : " 3.7.2 "
40
+ "typescript" : " 4.4.4 "
41
41
},
42
42
"dependencies" : {
43
- "@types/mocha" : " 5.2.7 "
43
+ "@types/mocha" : " 9.0.0 "
44
44
},
45
45
"nyc" : {
46
46
"extension" : [
Original file line number Diff line number Diff line change 27
27
"devDependencies" : {
28
28
"@types/chai" : " 4.2.5" ,
29
29
"chai" : " 4.2.0" ,
30
- "mocha" : " 6.2.2 " ,
31
- "typescript" : " 3.7.2 "
30
+ "mocha" : " 9.1.3 " ,
31
+ "typescript" : " 4.4.4 "
32
32
},
33
33
"dependencies" : {
34
34
"@aerogear/core" : " 2.8.0"
Original file line number Diff line number Diff line change 34
34
"@types/chai" : " 4.2.5" ,
35
35
"@types/chai-as-promised" : " 7.1.2" ,
36
36
"@types/loglevel" : " 1.5.4" ,
37
- "@types/mocha" : " 5.2.7 " ,
38
- "@types/node" : " 11.15.2 " ,
37
+ "@types/mocha" : " 9.0.0 " ,
38
+ "@types/node" : " 14.17.27 " ,
39
39
"@types/proxyquire" : " 1.3.28" ,
40
- "@types/sinon" : " 7.5.1 " ,
40
+ "@types/sinon" : " 10.0.4 " ,
41
41
"chai" : " 4.2.0" ,
42
42
"chai-as-promised" : " 7.1.1" ,
43
- "del-cli" : " 3 .0.0 " ,
44
- "mocha" : " 6.2.2 " ,
45
- "sinon" : " 7.5.0 " ,
43
+ "del-cli" : " 4 .0.1 " ,
44
+ "mocha" : " 9.1.3 " ,
45
+ "sinon" : " 11.1.2 " ,
46
46
"source-map-support" : " 0.5.16" ,
47
- "ts-node" : " 8.5.2 " ,
48
- "typescript" : " 3.7.2 "
47
+ "ts-node" : " 10.3.0 " ,
48
+ "typescript" : " 4.4.4 "
49
49
},
50
50
"dependencies" : {
51
51
"@aerogear/core" : " 2.8.0" ,
52
- "keycloak-js" : " 7 .0.1 " ,
52
+ "keycloak-js" : " 15 .0.2 " ,
53
53
"loglevel" : " 1.6.6" ,
54
54
"url" : " 0.11.0"
55
55
}
Original file line number Diff line number Diff line change 31
31
"@types/chai-as-promised" : " 7.1.2" ,
32
32
"@types/lodash.find" : " 4.6.6" ,
33
33
"@types/loglevel" : " 1.5.4" ,
34
- "@types/mocha" : " 5.2.7 " ,
35
- "@types/node" : " 11.15.2 " ,
34
+ "@types/mocha" : " 9.0.0 " ,
35
+ "@types/node" : " 14.17.27 " ,
36
36
"@types/proxyquire" : " 1.3.28" ,
37
- "@types/sinon" : " 7.5.1 " ,
38
- "@types/uuid" : " 3.4.6 " ,
39
- "browserify" : " 16.5 .0" ,
37
+ "@types/sinon" : " 10.0.4 " ,
38
+ "@types/uuid" : " 8.3.1 " ,
39
+ "browserify" : " 17.0 .0" ,
40
40
"chai" : " 4.2.0" ,
41
41
"chai-as-promised" : " 7.1.1" ,
42
- "del-cli" : " 3 .0.0 " ,
43
- "mocha" : " 6.2.2 " ,
44
- "mockttp" : " 0.19 .1" ,
45
- "sinon" : " 7.5.0 " ,
42
+ "del-cli" : " 4 .0.1 " ,
43
+ "mocha" : " 9.1.3 " ,
44
+ "mockttp" : " 2.3 .1" ,
45
+ "sinon" : " 11.1.2 " ,
46
46
"source-map-support" : " 0.5.16" ,
47
- "ts-node" : " 8.5.2 " ,
48
- "typescript" : " 3.7.2 "
47
+ "ts-node" : " 10.3.0 " ,
48
+ "typescript" : " 4.4.4 "
49
49
},
50
50
"dependencies" : {
51
51
"axios" : " 0.19.0" ,
52
52
"lodash.find" : " 4.6.0" ,
53
53
"loglevel" : " 1.6.6" ,
54
- "uuid" : " 3 .3.3 "
54
+ "uuid" : " 8 .3.2 "
55
55
}
56
56
}
Original file line number Diff line number Diff line change 30
30
"devDependencies" : {
31
31
"@types/chai" : " 4.2.5" ,
32
32
"chai" : " 4.2.0" ,
33
- "mocha" : " 6.2.2 " ,
34
- "typescript" : " 3.7.2 "
33
+ "mocha" : " 9.1.3 " ,
34
+ "typescript" : " 4.4.4 "
35
35
},
36
36
"dependencies" : {
37
37
"@aerogear/core" : " 2.8.0" ,
Original file line number Diff line number Diff line change 28
28
"devDependencies" : {
29
29
"@types/chai" : " 4.2.5" ,
30
30
"chai" : " 4.2.0" ,
31
- "mocha" : " 6.2.2 " ,
32
- "mockttp" : " 0.19 .1" ,
33
- "nyc" : " 14 .1.1 " ,
34
- "typescript" : " 3.7.2 "
31
+ "mocha" : " 9.1.3 " ,
32
+ "mockttp" : " 2.3 .1" ,
33
+ "nyc" : " 15 .1.0 " ,
34
+ "typescript" : " 4.4.4 "
35
35
},
36
36
"dependencies" : {
37
37
"@aerogear/core" : " 2.8.0" ,
Original file line number Diff line number Diff line change 31
31
"access" : " public"
32
32
},
33
33
"devDependencies" : {
34
- "@types/apollo-upload-client" : " 8 .1.3 " ,
34
+ "@types/apollo-upload-client" : " 14 .1.0 " ,
35
35
"@types/chai" : " 4.2.5" ,
36
36
"@types/debug" : " 4.1.5" ,
37
37
"@types/fetch-mock" : " 7.3.2" ,
38
38
"@types/graphql" : " 14.2.3" ,
39
- "@types/mocha" : " 5.2.7 " ,
40
- "@types/ws" : " 6.0.3 " ,
39
+ "@types/mocha" : " 9.0.0 " ,
40
+ "@types/ws" : " 8.2.0 " ,
41
41
"chai" : " 4.2.0" ,
42
- "del" : " 5.1 .0" ,
43
- "fetch-mock" : " 7.7.3 " ,
44
- "graphql" : " 14.5.8 " ,
42
+ "del" : " 6.0 .0" ,
43
+ "fetch-mock" : " 9.11.0 " ,
44
+ "graphql" : " 15.6.1 " ,
45
45
"graphql-tag" : " 2.10.1" ,
46
- "mocha" : " 6.2.2 " ,
47
- "ts-node" : " 8.5.2 " ,
48
- "typescript" : " 3.7.2 "
46
+ "mocha" : " 9.1.3 " ,
47
+ "ts-node" : " 10.3.0 " ,
48
+ "typescript" : " 4.4.4 "
49
49
},
50
50
"dependencies" : {
51
51
"@aerogear/core" : " 2.8.0" ,
58
58
"apollo-link-http" : " 1.5.16" ,
59
59
"apollo-link-retry" : " 2.2.15" ,
60
60
"apollo-link-ws" : " 1.0.19" ,
61
- "apollo-upload-client" : " 11 .0.0" ,
61
+ "apollo-upload-client" : " 16 .0.0" ,
62
62
"debug" : " 4.1.1" ,
63
63
"idb-localstorage" : " 0.2.0" ,
64
64
"offix-client" : " 0.9.0" ,
65
65
"subscriptions-transport-ws" : " 0.9.16"
66
66
},
67
67
"peerDependencies" : {
68
- "graphql" : " ^0.12.0 || ^0.13.0 || ^14.0.0"
68
+ "graphql" : " ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 "
69
69
}
70
70
}
You can’t perform that action at this time.
0 commit comments