Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Oct 6, 2021
1 parent 77f0492 commit 589d24d
Show file tree
Hide file tree
Showing 3 changed files with 2,308 additions and 2,710 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,31 +30,31 @@
"graphql-compose": "^7.0.4"
},
"devDependencies": {
"@types/elasticsearch": "^5.0.37",
"@types/express": "^4.17.12",
"@types/jest": "26.0.23",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"elasticsearch": "16.7.1",
"eslint": "7.27.0",
"@types/elasticsearch": "5.0.38",
"@types/express": "4.17.13",
"@types/jest": "27.0.2",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"elasticsearch": "16.7.2",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-prettier": "4.0.0",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"graphql": "15.5.0",
"graphql-compose": "9.0.0",
"jest": "27.0.3",
"nodemon": "2.0.2",
"express-graphql": "0.12.0",
"graphql": "15.6.1",
"graphql-compose": "9.0.3",
"jest": "27.2.4",
"nodemon": "2.0.13",
"npm-run-all": "^4.1.5",
"prettier": "2.3.0",
"prettier": "2.4.1",
"rimraf": "3.0.2",
"semantic-release": "17.4.3",
"ts-jest": "27.0.1",
"ts-node": "^10.0.0",
"ts-node-dev": "^1.1.6",
"typescript": "4.3.2"
"semantic-release": "17.4.7",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"ts-node-dev": "1.1.8",
"typescript": "4.4.3"
},
"scripts": {
"build": "rimraf lib && tsc -p ./tsconfig.build.json",
Expand Down
48 changes: 48 additions & 0 deletions src/__tests__/__snapshots__/ElasticApiParser-test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,14 @@ Object {
"description": "Comma-separated list of column names to display",
"type": ScalarTypeComposer {
"_gqType": "JSON",
"_gqcDirectives": Array [
Object {
"args": Object {
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
},
"name": "specifiedBy",
},
],
"_gqcIsModified": false,
"_gqcParseLiteral": [Function],
"_gqcParseValue": [Function],
Expand Down Expand Up @@ -547,6 +555,14 @@ Object {
"description": "A comma-separated list of node IDs or names to limit the returned information",
"type": ScalarTypeComposer {
"_gqType": "JSON",
"_gqcDirectives": Array [
Object {
"args": Object {
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
},
"name": "specifiedBy",
},
],
"_gqcIsModified": false,
"_gqcParseLiteral": [Function],
"_gqcParseValue": [Function],
Expand All @@ -558,6 +574,14 @@ Object {
"description": "Comma-separated list of column names or column aliases to sort by",
"type": ScalarTypeComposer {
"_gqType": "JSON",
"_gqcDirectives": Array [
Object {
"args": Object {
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
},
"name": "specifiedBy",
},
],
"_gqcIsModified": false,
"_gqcParseLiteral": [Function],
"_gqcParseValue": [Function],
Expand All @@ -581,6 +605,14 @@ Object {
"resolve": [Function],
"type": ScalarTypeComposer {
"_gqType": "JSON",
"_gqcDirectives": Array [
Object {
"args": Object {
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
},
"name": "specifiedBy",
},
],
"_gqcIsModified": false,
"_gqcParseLiteral": [Function],
"_gqcParseValue": [Function],
Expand All @@ -606,6 +638,14 @@ Object {
"description": "A comma-separated list of indices to delete; use \`_all\` or \`*\` string to delete all indices",
"type": ScalarTypeComposer {
"_gqType": "JSON",
"_gqcDirectives": Array [
Object {
"args": Object {
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
},
"name": "specifiedBy",
},
],
"_gqcIsModified": false,
"_gqcParseLiteral": [Function],
"_gqcParseValue": [Function],
Expand Down Expand Up @@ -640,6 +680,14 @@ Object {
"resolve": [Function],
"type": ScalarTypeComposer {
"_gqType": "JSON",
"_gqcDirectives": Array [
Object {
"args": Object {
"url": "http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf",
},
"name": "specifiedBy",
},
],
"_gqcIsModified": false,
"_gqcParseLiteral": [Function],
"_gqcParseValue": [Function],
Expand Down
Loading

0 comments on commit 589d24d

Please sign in to comment.