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 jest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent 3abc57c commit 66ab0ac
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"apollo-server": "2.19.0",
"apollo-server-testing": "2.19.0",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest": "27.3.0",
"knex": "0.21.13",
"mongodb": "3.6.3",
"node-fetch": "2.6.1",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-unused-imports": "0.1.3",
"husky": "4.3.6",
"jest": "26.6.3",
"jest": "27.3.0",
"lerna": "3.22.1",
"lerna-changelog": "1.0.1",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"replace": "1.2.0",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-graphback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"@types/request": "2.48.5",
"@types/tar": "4.0.4",
"@types/yargs": "15.0.12",
"jest": "26.6.3",
"jest": "27.3.0",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"typescript": "4.1.3",
"typescript-eslint-parser": "21.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@types/node": "12.19.9",
"@types/node-emoji": "1.8.1",
"@types/yargs": "15.0.12",
"jest": "26.6.3",
"jest": "27.3.0",
"lint-staged": "10.5.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"typescript": "4.1.3",
"typescript-eslint-parser": "21.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-codegen-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest": "27.3.0",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-codegen-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@types/node": "12.19.9",
"dataloader": "2.0.0",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest": "27.3.0",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@types/node": "12.19.9",
"@types/pino": "6.3.4",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest": "27.3.0",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-datasync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest": "27.3.0",
"jest-date-mock": "1.0.8",
"mongodb-memory-server": "6.9.2",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-keycloak-authz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest": "27.3.0",
"keycloak-connect": "11.0.3",
"keycloak-connect-graphql": "0.6.4",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-runtime-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@types/node": "12.19.9",
"graphql": "15.4.0",
"graphql-migrations": "1.1.2",
"jest": "26.6.3",
"jest": "27.3.0",
"rimraf": "3.0.2",
"sqlite3": "5.0.0",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-runtime-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest": "27.3.0",
"jest-date-mock": "1.0.8",
"mongodb-memory-server-global": "6.9.2",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest": "27.3.0",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"tsutils": "3.17.1",
"typescript": "4.1.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"lodash-es": "4.17.15",
"node-emoji": "1.10.0",
"pino": "6.8.0",
"ts-jest": "26.4.4"
"ts-jest": "27.0.7"
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/lodash": "4.14.165",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"graphql-tools": "7.0.2",
"jest": "26.6.3",
"jest": "27.3.0",
"pg": "8.5.1",
"rimraf": "3.0.2",
"sqlite3": "5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"eslint": "7.15.0",
"eslint-config-prettier": "6.15.0",
"graphql-request": "3.3.0",
"jest": "26.6.3",
"jest": "27.3.0",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-jest": "27.0.7",
"ts-node": "9.1.1",
"typescript": "4.1.3"
},
Expand Down

0 comments on commit 66ab0ac

Please sign in to comment.