Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore(deps): update dependency @types/node to v12.12.62
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 17, 2020
1 parent 57b95b3 commit 2a1ffb9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/create-graphback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/chalk": "0.4.31",
"@types/inquirer": "7.3.1",
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"@types/node-emoji": "1.8.1",
"@types/yargs": "15.0.5",
"jest": "26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@types/chalk": "0.4.31",
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"@types/node-emoji": "1.8.1",
"@types/yargs": "15.0.5",
"jest": "26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-codegen-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"graphql": "15.3.0",
"jest": "26.4.2",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-codegen-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"dataloader": "2.0.0",
"graphql": "15.3.0",
"jest": "26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/bson": "4.0.2",
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"@types/pino": "6.3.0",
"graphql": "15.3.0",
"jest": "26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-datasync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"graphql": "15.3.0",
"jest": "26.4.2",
"jest-date-mock": "1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-keycloak-authz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"graphql": "15.3.0",
"jest": "26.4.2",
"keycloak-connect": "11.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-runtime-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@graphback/codegen-schema": "0.15.0",
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"graphql": "15.3.0",
"graphql-migrations": "0.16.2",
"jest": "26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-runtime-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@graphback/codegen-schema": "0.16.2",
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"graphql": "15.3.0",
"jest": "26.4.2",
"jest-date-mock": "1.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"graphql": "15.3.0",
"jest": "26.4.2",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/jest": "26.0.14",
"@types/lodash": "4.14.161",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"graphql": "15.3.0",
"graphql-tools": "6.2.2",
"jest": "26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/chalk": "2.2.0",
"@types/express": "4.17.8",
"@types/jest": "26.0.14",
"@types/node": "12.12.61",
"@types/node": "12.12.62",
"@types/pino": "6.3.0",
"@typescript-eslint/eslint-plugin": "4.1.1",
"@typescript-eslint/parser": "4.1.1",
Expand Down

0 comments on commit 2a1ffb9

Please sign in to comment.