Skip to content

Commit 589d24d

Browse files
committed
chore: update dependencies
1 parent 77f0492 commit 589d24d

File tree

3 files changed

+2308
-2710
lines changed

3 files changed

+2308
-2710
lines changed

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -30,31 +30,31 @@
3030
"graphql-compose": "^7.0.4"
3131
},
3232
"devDependencies": {
33-
"@types/elasticsearch": "^5.0.37",
34-
"@types/express": "^4.17.12",
35-
"@types/jest": "26.0.23",
36-
"@typescript-eslint/eslint-plugin": "4.25.0",
37-
"@typescript-eslint/parser": "4.25.0",
38-
"elasticsearch": "16.7.1",
39-
"eslint": "7.27.0",
33+
"@types/elasticsearch": "5.0.38",
34+
"@types/express": "4.17.13",
35+
"@types/jest": "27.0.2",
36+
"@typescript-eslint/eslint-plugin": "4.33.0",
37+
"@typescript-eslint/parser": "4.33.0",
38+
"elasticsearch": "16.7.2",
39+
"eslint": "7.32.0",
4040
"eslint-config-airbnb-base": "14.2.1",
4141
"eslint-config-prettier": "8.3.0",
42-
"eslint-plugin-import": "2.23.4",
43-
"eslint-plugin-prettier": "3.4.0",
42+
"eslint-plugin-import": "2.24.2",
43+
"eslint-plugin-prettier": "4.0.0",
4444
"express": "^4.17.1",
45-
"express-graphql": "^0.9.0",
46-
"graphql": "15.5.0",
47-
"graphql-compose": "9.0.0",
48-
"jest": "27.0.3",
49-
"nodemon": "2.0.2",
45+
"express-graphql": "0.12.0",
46+
"graphql": "15.6.1",
47+
"graphql-compose": "9.0.3",
48+
"jest": "27.2.4",
49+
"nodemon": "2.0.13",
5050
"npm-run-all": "^4.1.5",
51-
"prettier": "2.3.0",
51+
"prettier": "2.4.1",
5252
"rimraf": "3.0.2",
53-
"semantic-release": "17.4.3",
54-
"ts-jest": "27.0.1",
55-
"ts-node": "^10.0.0",
56-
"ts-node-dev": "^1.1.6",
57-
"typescript": "4.3.2"
53+
"semantic-release": "17.4.7",
54+
"ts-jest": "27.0.5",
55+
"ts-node": "10.2.1",
56+
"ts-node-dev": "1.1.8",
57+
"typescript": "4.4.3"
5858
},
5959
"scripts": {
6060
"build": "rimraf lib && tsc -p ./tsconfig.build.json",

src/__tests__/__snapshots__/ElasticApiParser-test.ts.snap

+48
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,14 @@ Object {
503503
"description": "Comma-separated list of column names to display",
504504
"type": ScalarTypeComposer {
505505
"_gqType": "JSON",
506+
"_gqcDirectives": Array [
507+
Object {
508+
"args": Object {
509+
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
510+
},
511+
"name": "specifiedBy",
512+
},
513+
],
506514
"_gqcIsModified": false,
507515
"_gqcParseLiteral": [Function],
508516
"_gqcParseValue": [Function],
@@ -547,6 +555,14 @@ Object {
547555
"description": "A comma-separated list of node IDs or names to limit the returned information",
548556
"type": ScalarTypeComposer {
549557
"_gqType": "JSON",
558+
"_gqcDirectives": Array [
559+
Object {
560+
"args": Object {
561+
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
562+
},
563+
"name": "specifiedBy",
564+
},
565+
],
550566
"_gqcIsModified": false,
551567
"_gqcParseLiteral": [Function],
552568
"_gqcParseValue": [Function],
@@ -558,6 +574,14 @@ Object {
558574
"description": "Comma-separated list of column names or column aliases to sort by",
559575
"type": ScalarTypeComposer {
560576
"_gqType": "JSON",
577+
"_gqcDirectives": Array [
578+
Object {
579+
"args": Object {
580+
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
581+
},
582+
"name": "specifiedBy",
583+
},
584+
],
561585
"_gqcIsModified": false,
562586
"_gqcParseLiteral": [Function],
563587
"_gqcParseValue": [Function],
@@ -581,6 +605,14 @@ Object {
581605
"resolve": [Function],
582606
"type": ScalarTypeComposer {
583607
"_gqType": "JSON",
608+
"_gqcDirectives": Array [
609+
Object {
610+
"args": Object {
611+
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
612+
},
613+
"name": "specifiedBy",
614+
},
615+
],
584616
"_gqcIsModified": false,
585617
"_gqcParseLiteral": [Function],
586618
"_gqcParseValue": [Function],
@@ -606,6 +638,14 @@ Object {
606638
"description": "A comma-separated list of indices to delete; use \`_all\` or \`*\` string to delete all indices",
607639
"type": ScalarTypeComposer {
608640
"_gqType": "JSON",
641+
"_gqcDirectives": Array [
642+
Object {
643+
"args": Object {
644+
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
645+
},
646+
"name": "specifiedBy",
647+
},
648+
],
609649
"_gqcIsModified": false,
610650
"_gqcParseLiteral": [Function],
611651
"_gqcParseValue": [Function],
@@ -640,6 +680,14 @@ Object {
640680
"resolve": [Function],
641681
"type": ScalarTypeComposer {
642682
"_gqType": "JSON",
683+
"_gqcDirectives": Array [
684+
Object {
685+
"args": Object {
686+
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
687+
},
688+
"name": "specifiedBy",
689+
},
690+
],
643691
"_gqcIsModified": false,
644692
"_gqcParseLiteral": [Function],
645693
"_gqcParseValue": [Function],

0 commit comments

Comments
 (0)