Skip to content

Commit

Permalink
fix: Upgrade package dependencies (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Apr 8, 2023
1 parent 71b450e commit edbdb8e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 21 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,24 @@
"publish:stable": "yarn build && yarn test && npx lerna publish --conventional-commits --create-release github",
"precoverage": "ts-node script/merge-coverage.ts",
"coverage": "npx istanbul report --include coverage/coverage-final.json --dir coverage --report html --report lcov",
"posttest": "yarn coverage"
"posttest": "yarn coverage",
"upgrade": "ncu -u --deep"
},
"private": true,
"devDependencies": {
"@nrwl/nx-cloud": "latest",
"@types/jest": "^29.4.0",
"lerna": "^6.5.1",
"@types/jest": "^29.5.0",
"lerna": "^6.6.1",
"nx": "15.7.2",
"prettier": "^2.6.2",
"typescript": "^4.9.5",
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"istanbul": "^0.4.5",
"istanbul-lib-coverage": "^3.2.0",
"@types/istanbul-lib-coverage": "^2.0.4",
"glob": "^9.2.1",
"glob": "^9.3.4",
"ts-node": "^10.9.1",
"mkdirp": "^2.1.5"
"mkdirp": "^2.1.6",
"npm-check-updates": "^16.10.7"
},
"workspaces": {
"packages": [
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"https://github.com/sponsors/ktutnik"
],
"devDependencies": {
"@graphql-tools/schema": "^9.0.16",
"@types/jest": "^29.4.0",
"@graphql-tools/schema": "^9.0.17",
"@types/jest": "^29.5.0",
"graphql": "^16.6.0",
"jest": "^29.4.3",
"jest": "^29.5.0",
"trash-cli": "^5.0.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
},
"bugs": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"https://github.com/sponsors/ktutnik"
],
"devDependencies": {
"@graphql-tools/schema": "^9.0.16",
"@types/jest": "^29.4.0",
"@types/validator": "^13.7.12",
"@graphql-tools/schema": "^9.0.17",
"@types/jest": "^29.5.0",
"@types/validator": "^13.7.14",
"graphql": "^16.6.0",
"jest": "^29.4.3",
"jest": "^29.5.0",
"trash-cli": "^5.0.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"validator": "^13.9.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
},
"dependencies": {
"@graphql-directive/core": "^1.0.0",
"@types/validator": "^13.7.12",
"@types/validator": "^13.7.14",
"validator": "^13.9.0"
},
"funding": [
"https://github.com/sponsors/ktutnik"
],
"devDependencies": {
"@graphql-tools/schema": "^9.0.16",
"@types/jest": "^29.4.0",
"@graphql-tools/schema": "^9.0.17",
"@types/jest": "^29.5.0",
"graphql": "^16.6.0",
"jest": "^29.4.3",
"jest": "^29.5.0",
"trash-cli": "^5.0.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1"
},
"bugs": {
Expand Down

0 comments on commit edbdb8e

Please sign in to comment.