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 all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 30, 2021
1 parent 34a932e commit 172702e
Show file tree
Hide file tree
Showing 29 changed files with 80 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Checkout master
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
- name: Cache Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graphback-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Checkout master
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
- name: Cache Dependencies
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Checkout master
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
- name: Cache Dependencies
Expand Down
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"mongodb": "3.6.3",
"node-fetch": "2.6.1",
"rimraf": "3.0.2",
"ts-node": "9.1.1",
"ts-node": "10.0.0",
"tsutils": "3.17.1",
"typescript": "4.1.3"
},
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
"eslint-plugin-no-null": "1.0.2",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-unused-imports": "0.1.3",
"husky": "4.3.6",
"eslint-plugin-unused-imports": "1.1.1",
"husky": "6.0.0",
"jest": "26.6.3",
"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-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"tslint": "6.1.3",
"tslint-config-prettier": "1.18.0",
"tslint-microsoft-contrib": "6.2.0",
"typedoc": "0.19.2",
"typedoc-plugin-markdown": "2.4.2",
"typedoc-plugin-markdown": "3.8.2",
"typescript": "4.1.3"
},
"scripts": {
Expand Down Expand Up @@ -99,6 +99,6 @@
},
"homepage": "https://github.com/aerogear/graphback#readme",
"resolutions": {
"@types/react": "16.14.2"
"@types/react": "17.0.8"
}
}
12 changes: 6 additions & 6 deletions packages/create-graphback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,30 @@
"@types/chalk": "0.4.31",
"@types/inquirer": "7.3.1",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"@types/node-emoji": "1.8.1",
"@types/parse-github-url": "1.0.0",
"@types/request": "2.48.5",
"@types/tar": "4.0.4",
"@types/yargs": "15.0.12",
"@types/yargs": "17.0.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"typescript": "4.1.3",
"typescript-eslint-parser": "21.0.2"
},
"dependencies": {
"chalk": "2.4.2",
"figlet": "1.5.0",
"inquirer": "7.3.3",
"inquirer": "8.1.0",
"node-emoji": "1.10.0",
"ora": "3.4.0",
"parse-github-url": "1.0.2",
"request": "2.88.2",
"tar": "6.0.5",
"tmp": "0.2.1",
"yargs": "16.2.0"
"yargs": "17.0.1"
},
"jest": {
"transform": {
Expand Down
12 changes: 6 additions & 6 deletions packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"devDependencies": {
"@types/chalk": "0.4.31",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"@types/node-emoji": "1.8.1",
"@types/yargs": "15.0.12",
"@types/yargs": "17.0.0",
"jest": "26.6.3",
"lint-staged": "10.5.3",
"lint-staged": "11.0.0",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"typescript": "4.1.3",
"typescript-eslint-parser": "21.0.2"
},
Expand All @@ -51,7 +51,7 @@
"graphback": "1.1.2",
"graphql-config": "3.2.0",
"node-emoji": "1.10.0",
"yargs": "16.2.0"
"yargs": "17.0.1"
},
"jest": {
"transform": {
Expand Down
6 changes: 3 additions & 3 deletions packages/graphback-codegen-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"graphql": "15.4.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"tsutils": "3.17.1",
"typescript": "4.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/graphback-codegen-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"dataloader": "2.0.0",
"graphql": "15.4.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"tsutils": "3.17.1",
"typescript": "4.1.3"
},
"dependencies": {
"@graphback/core": "1.1.2",
"@graphql-tools/utils": "7.1.4",
"graphql-compose": "7.23.0",
"graphql-compose": "9.0.0",
"graphql-metadata": "0.7.6",
"pluralize": "8.0.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/graphback-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"@types/pino": "6.3.4",
"graphql": "15.4.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"tslint": "6.1.3",
"typescript": "4.1.3"
},
Expand All @@ -50,7 +50,7 @@
"bson": "4.2.2",
"dataloader": "2.0.0",
"glob": "7.1.6",
"graphql-compose": "7.23.0",
"graphql-compose": "9.0.0",
"graphql-fields-list": "2.2.1",
"graphql-metadata": "0.7.6",
"graphql-scalars": "1.6.1",
Expand All @@ -59,7 +59,7 @@
"pluralize": "8.0.0"
},
"peerDependencies": {
"bson-ext": "2.x.x",
"bson-ext": "2.x.x || 4.x",
"graphql": "^14.0.0 || ^15.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/graphback-datasync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest-date-mock": "1.0.8",
"mongodb-memory-server": "6.9.2",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"tsutils": "3.17.1",
"typescript": "4.1.3"
},
Expand All @@ -49,7 +49,7 @@
"@graphback/runtime-mongo": "1.1.2",
"@graphql-tools/utils": "7.1.4",
"graphback": "1.1.2",
"graphql-compose": "7.23.0",
"graphql-compose": "9.0.0",
"graphql-metadata": "0.7.6",
"graphql-subscriptions": "1.1.0",
"mongodb": "3.6.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/graphback-keycloak-authz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"graphql": "15.4.0",
"jest": "26.6.3",
"keycloak-connect": "11.0.3",
"keycloak-connect": "13.0.1",
"keycloak-connect-graphql": "0.6.4",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"tsutils": "3.17.1",
"typescript": "4.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/graphback-runtime-knex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"devDependencies": {
"@graphback/codegen-schema": "0.15.0",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"graphql": "15.4.0",
"graphql-migrations": "1.1.2",
"jest": "26.6.3",
"rimraf": "3.0.2",
"sqlite3": "5.0.0",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"tsutils": "3.17.1",
"typescript": "4.1.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/graphback-runtime-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,22 @@
"devDependencies": {
"@graphback/codegen-schema": "1.1.2",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"graphql": "15.4.0",
"jest": "26.6.3",
"jest-date-mock": "1.0.8",
"mongodb-memory-server-global": "6.9.2",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"tsutils": "3.17.1",
"typescript": "4.1.3"
},
"dependencies": {
"@graphback/core": "1.1.2",
"@types/mongodb": "3.6.3",
"dataloader": "2.0.0",
"escape-string-regexp": "4.0.0",
"escape-string-regexp": "5.0.0",
"graphql-metadata": "0.7.6",
"graphql-subscriptions": "1.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/graphback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"graphql": "15.4.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"tsutils": "3.17.1",
"typescript": "4.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"lodash-es": "4.17.15",
"node-emoji": "1.10.0",
"pino": "6.8.0",
"ts-jest": "26.4.4"
"ts-jest": "27.0.1"
},
"devDependencies": {
"@types/jest": "26.0.19",
"@types/lodash": "4.14.165",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"graphql": "15.4.0",
"graphql-tools": "7.0.2",
"jest": "26.6.3",
"pg": "8.5.1",
"rimraf": "3.0.2",
"sqlite3": "5.0.0",
"ts-node": "9.1.1",
"ts-node": "10.0.0",
"tsutils": "3.17.1",
"typescript": "4.1.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/graphql-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"@types/chalk": "2.2.0",
"@types/express": "4.17.9",
"@types/jest": "26.0.19",
"@types/node": "12.19.9",
"@types/node": "14.17.1",
"@types/pino": "6.3.4",
"@typescript-eslint/eslint-plugin": "4.9.1",
"@typescript-eslint/parser": "4.9.1",
"babel-eslint": "10.1.0",
"eslint": "7.15.0",
"eslint-config-prettier": "6.15.0",
"eslint-config-prettier": "8.3.0",
"graphql-request": "3.3.0",
"jest": "26.6.3",
"rimraf": "3.0.2",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"ts-jest": "27.0.1",
"ts-node": "10.0.0",
"typescript": "4.1.3"
},
"dependencies": {
Expand All @@ -62,7 +62,7 @@
"graphql": "15.4.0",
"mongodb": "3.6.3",
"mongodb-memory-server": "6.9.2",
"yargs": "16.2.0"
"yargs": "17.0.1"
},
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
},
"homepage": "https://github.com/aerogear/graphback#readme",
"resolutions": {
"@types/react": "16.14.2"
"@types/react": "17.0.8"
}
}
2 changes: 1 addition & 1 deletion templates/ts-apollo-mongo-apache-kafka-backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1 - the build process
FROM node:10 as compile-server
FROM node:16 as compile-server
WORKDIR /usr/src/app
COPY . .
RUN npm install
Expand Down
Loading

0 comments on commit 172702e

Please sign in to comment.