Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 28, 2023
1 parent 5621712 commit 743d621
Show file tree
Hide file tree
Showing 8 changed files with 1,083 additions and 918 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
with:
node-version: ${{ inputs.NODE_VERSION }}

- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
id: pnpm-install
with:
version: ${{ inputs.PNPM_VERSION }}
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@
"version": "pnpm changeset version && pnpm generate:docs"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@types/node-fetch": "2.6.3",
"@changesets/cli": "2.26.2",
"@types/node-fetch": "2.6.4",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint": "8.46.0",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "4.2.1",
"fs-extra": "9.1.0",
"husky": "8.0.3",
"jest": "29.5.0",
"jest": "29.6.2",
"license-checker": "25.0.1",
"lint-staged": "13.2.2",
"lint-staged": "13.2.3",
"npm-run-all": "4.1.5",
"object-treeify": "1.1.33",
"ora": "5.4.1",
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"rxjs": "7.8.1",
"tar": "6.1.14",
"tar": "6.1.15",
"typescript": "5.1.3"
},
"packageManager": "pnpm@8.4.0"
"packageManager": "pnpm@8.6.10"
}
32 changes: 16 additions & 16 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,37 +27,37 @@
"@nestjs/common": "9.4.3",
"@nestjs/config": "2.3.3",
"@nestjs/core": "9.4.3",
"@oclif/core": "2.8.5",
"@oclif/plugin-autocomplete": "2.1.9",
"@oclif/plugin-help": "5.2.9",
"@oclif/core": "2.11.1",
"@oclif/plugin-autocomplete": "2.3.3",
"@oclif/plugin-help": "5.2.14",
"@relate/common": "workspace:*",
"@relate/types": "workspace:*",
"chalk": "4.1.2",
"cross-env": "7.0.3",
"enquirer": "2.3.6",
"enquirer": "2.4.1",
"fs-extra": "9.1.0",
"graphql": "16.6.0",
"lodash": "4.17.21",
"node-fetch": "2.6.9",
"node-fetch": "2.6.12",
"open": "9.1.0",
"rxjs": "7.8.1",
"semver": "7.5.2",
"tslib": "2.5.0"
"semver": "7.5.4",
"tslib": "2.6.1"
},
"devDependencies": {
"@oclif/test": "2.3.17",
"@oclif/test": "2.4.0",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"@types/node": "18.16.4",
"@types/node-fetch": "2.6.3",
"@types/semver": "7.3.13",
"@types/jest": "29.5.3",
"@types/lodash": "4.14.196",
"@types/node": "18.17.1",
"@types/node-fetch": "2.6.4",
"@types/semver": "7.5.0",
"chai": "4.3.7",
"globby": "10.0.2",
"jest": "29.5.0",
"jest": "29.6.2",
"npm-run-all": "4.1.5",
"oclif": "3.9.0",
"ts-jest": "29.1.0",
"oclif": "3.10.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"dev": "run-s clean-build start"
},
"devDependencies": {
"@types/jest": "29.5.1",
"jest": "29.5.0",
"@types/jest": "29.5.3",
"jest": "29.6.2",
"npm-run-all": "4.1.5",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"typescript": "5.1.3"
}
}
28 changes: 14 additions & 14 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"@types/decompress": "4.2.4",
"@types/fs-extra": "9.0.13",
"@types/got": "9.6.12",
"@types/jest": "29.5.1",
"@types/jest": "29.5.3",
"@types/jsonwebtoken": "9.0.2",
"@types/jszip": "3.4.1",
"@types/lodash": "4.14.194",
"@types/node": "18.16.4",
"@types/node-forge": "1.3.2",
"@types/semver": "7.3.13",
"@types/tar": "6.1.4",
"@types/uuid": "9.0.1",
"@types/lodash": "4.14.196",
"@types/node": "18.17.1",
"@types/node-forge": "1.3.4",
"@types/semver": "7.5.0",
"@types/tar": "6.1.5",
"@types/uuid": "9.0.2",
"graphql": "16.6.0",
"jest": "29.5.0",
"nock": "13.3.1",
"jest": "29.6.2",
"nock": "13.3.2",
"npm-run-all": "4.1.5",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.1.3"
Expand All @@ -64,14 +64,14 @@
"decompress": "4.2.1",
"fs-extra": "9.1.0",
"got": "11.8.6",
"jsonwebtoken": "9.0.0",
"jsonwebtoken": "9.0.1",
"lodash": "4.17.21",
"neo4j-driver-lite": "5.8.0",
"neo4j-driver-lite": "5.11.0",
"node-forge": "1.3.1",
"p-limit": "3.1.0",
"rxjs": "7.8.1",
"semver": "7.5.2",
"tar": "6.1.14",
"semver": "7.5.4",
"tar": "6.1.15",
"tree-kill": "1.2.2",
"uuid": "9.0.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"jest": "29.5.0",
"ts-jest": "29.1.0",
"@types/jest": "29.5.3",
"@types/lodash": "4.14.196",
"jest": "29.6.2",
"ts-jest": "29.1.1",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.15.3",
"typescript": "5.1.3"
Expand Down
26 changes: 13 additions & 13 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@
"@types/cookie-parser": "1.4.3",
"@types/express": "4.17.17",
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"@types/jest": "29.5.3",
"@types/lodash": "4.14.196",
"@types/multer": "1.4.7",
"@types/node": "18.16.4",
"@types/semver": "7.3.13",
"@types/node": "18.17.1",
"@types/semver": "7.5.0",
"@types/supertest": "2.0.12",
"@types/swagger-ui-express": "4.1.3",
"@types/uuid": "9.0.1",
"@types/uuid": "9.0.2",
"cross-env": "7.0.3",
"jest": "29.5.0",
"nock": "13.3.1",
"jest": "29.6.2",
"nock": "13.3.2",
"nodemon": "2.0.22",
"npm-run-all": "4.1.5",
"rimraf": "5.0.0",
"semver": "7.5.0",
"rimraf": "5.0.1",
"semver": "7.5.4",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"typescript": "5.1.3"
},
"dependencies": {
"@apollo/server": "4.7.4",
"@apollo/server": "4.9.0",
"@nestjs/apollo": "11.0.6",
"@nestjs/common": "9.4.3",
"@nestjs/config": "2.3.3",
Expand All @@ -77,9 +77,9 @@
"graphql-ws": "5.13.1",
"lodash": "4.17.21",
"multer": "1.4.5-lts.1",
"node-fetch": "2.6.9",
"node-fetch": "2.6.12",
"rxjs": "7.8.1",
"sofa-api": "0.16.3",
"sofa-api": "0.18.0",
"swagger-ui-express": "4.6.3"
}
}
Loading

0 comments on commit 743d621

Please sign in to comment.