Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent f4d476d commit 2e3ff88
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
node: [ '12', '14', '16' ]
name: Node ${{ matrix.node }} Build & Test
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install modules
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@
"postinstall": "npx lerna bootstrap && npx lerna run build"
},
"devDependencies": {
"@types/faker": "5.5.8",
"@types/jest": "27.0.1",
"@types/lodash.clonedeep": "4.5.6",
"@types/node": "14.17.11",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@wemaintain/eslint-config": "4.0.2",
"apollo-server": "3.4.1",
"apollo-server-testing": "2.25.2",
"@types/faker": "6.6.9",
"@types/jest": "29.5.13",
"@types/lodash.clonedeep": "4.5.9",
"@types/node": "20.16.12",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@wemaintain/eslint-config": "4.0.5",
"apollo-server": "3.13.0",
"apollo-server-testing": "2.25.3",
"class-validator": "0.13.1",
"eslint": "7.32.0",
"eslint-plugin-json": "3.1.0",
"faker": "5.5.3",
"graphql": "15.5.1",
"jest": "27.0.6",
"jest-extended": "0.11.5",
"lerna": "5.1.8",
"eslint": "9.12.0",
"eslint-plugin-json": "4.0.1",
"faker": "6.6.6",
"graphql": "16.9.0",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"lerna": "8.1.8",
"reflect": "0.1.3",
"reflect-metadata": "0.1.13",
"reflect-metadata": "0.2.2",
"sqlite3": "5.0.2",
"ts-jest": "27.0.5",
"ts-jest": "29.2.5",
"tslint": "6.1.3",
"type-graphql": "1.1.1",
"typeorm": "0.2.37",
"typescript": "4.3.5"
"typescript": "5.6.3"
},
"dependencies": {
"conventional-changelog-cli": "2.1.1",
"graphql-relay": "0.8.0",
"conventional-changelog-cli": "5.0.0",
"graphql-relay": "0.10.2",
"typedi": "0.8.0"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"typedi": "0.8.0"
},
"peerDependencies": {
"graphql": "^15.3.0",
"graphql-relay": "^0.8.0",
"reflect-metadata": "^0.1.13",
"graphql": "^15.3.0 || ^16.0.0",
"graphql-relay": "^0.8.0 || ^0.10.0",
"reflect-metadata": "^0.1.13 || ^0.2.0",
"type-graphql": "^1.0.0"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"url": "https://github.com/wemaintain/auto-relay/issues"
},
"peerDependencies": {
"auto-relay": "^0.13.1",
"graphql-relay": "^0.8.0",
"auto-relay": "^0.13.1 || ^0.14.0",
"graphql-relay": "^0.8.0 || ^0.10.0",
"typedi": "0.8.0",
"typeorm": "^0.2.18"
"typeorm": "^0.2.18 || ^0.3.0"
},
"devDependencies": {
"auto-relay": "^0.14.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/type-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"url": "https://github.com/wemaintain/auto-relay/issues"
},
"peerDependencies": {
"auto-relay": "^0.13.0",
"graphql-relay": "^0.8.0",
"auto-relay": "^0.13.0 || ^0.14.0",
"graphql-relay": "^0.8.0 || ^0.10.0",
"typedi": "0.8.0",
"typeorm": "^0.2.18"
"typeorm": "^0.2.18 || ^0.3.0"
},
"devDependencies": {
"auto-relay": "^0.14.0"
Expand Down

0 comments on commit 2e3ff88

Please sign in to comment.