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] authored Mar 25, 2023
1 parent 8d846ff commit 6ac8a90
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
working_directory: ~/aerogear
docker:
# image for building docker containers
- image: docker:17.12.1-ce-git
- image: docker:18.06.3-ce-git
steps:
- checkout
- run: echo "Sleeping for 3 minutes to allow NPM publish to be effective"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@
"devDependencies": {
"@types/express-session": "1.17.0",
"@types/graphql": "14.5.0",
"@types/joi": "14.3.4",
"@types/joi": "17.2.2",
"@types/keycloak-connect": "4.5.4",
"@types/node": "10.17.24",
"@types/pino": "6.0.1",
"@types/node": "18.15.8",
"@types/pino": "7.0.4",
"ava": "3.8.2",
"coveralls": "3.1.0",
"graphql": "14.6.0",
"lerna": "3.22.0",
"nyc": "15.1.0",
"standard": "14.3.4",
"ts-node": "8.10.2",
"standard": "17.0.0",
"ts-node": "10.9.1",
"tslint": "5.20.1",
"typedoc": "0.17.7",
"typescript": "3.9.5"
"typescript": "5.0.2"
},
"nyc": {
"extension": [
Expand Down
4 changes: 2 additions & 2 deletions packages/voyager-conflicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"devDependencies": {
"ava": "3.8.2",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "10.9.1",
"typescript": "5.0.2"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/voyager-keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@types/express": "4.17.6",
"@types/express-session": "1.17.0",
"@types/keycloak-connect": "4.5.4",
"@types/node": "12.12.44",
"@types/node": "18.15.8",
"ava": "3.8.2",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "10.9.1",
"typescript": "5.0.2"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/voyager-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"apollo-utilities": "1.3.4",
"ava": "3.8.2",
"node-fetch": "2.6.1",
"ts-node": "8.10.2",
"typescript": "3.9.5",
"ts-node": "10.9.1",
"typescript": "5.0.2",
"ws": "7.3.0"
},
"ava": {
Expand Down
6 changes: 3 additions & 3 deletions packages/voyager-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"dependencies": {
"@aerogear/voyager-keycloak": "0.9.0",
"@types/ws": "7.2.5",
"@types/ws": "8.5.4",
"subscriptions-transport-ws": "0.9.16",
"ws": "7.3.0"
},
"devDependencies": {
"ava": "3.8.2",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "10.9.1",
"typescript": "5.0.2"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/voyager-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"devDependencies": {
"ava": "3.8.2",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "10.9.1",
"typescript": "5.0.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions voyager-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"@types/jest": "25.2.3",
"ts-jest": "26.1.0",
"jest": "26.0.1",
"ts-node": "8.10.2",
"typescript": "3.9.5"
"ts-node": "10.9.1",
"typescript": "5.0.2"
},
"peerDependencies": {
"graphql": "^0.13.0 || ^14.0.0"
Expand Down

0 comments on commit 6ac8a90

Please sign in to comment.