Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#307)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 6498337 commit 04dca03
Show file tree
Hide file tree
Showing 6 changed files with 471 additions and 543 deletions.
4 changes: 2 additions & 2 deletions examples/continuous-integration-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"graphql-yoga": "^5.0.0"
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/core": "7.23.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.23.3",
"@babel/preset-env": "7.23.5",
"@babel/preset-typescript": "7.23.3",
"@graphql-tools/mock": "^9.0.0",
"@graphql-tools/utils": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"graphql": "^16.6.0",
"graphql-yoga": "^5.0.0",
"mime-types": "^2.1.35",
"sharp": "^0.32.0",
"sharp": "^0.33.0",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/subservice-languages/ruby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"wait-on": "^7.0.1"
},
"devDependencies": {
"kill-port-process": "3.2.0"
"kill-port-process": "3.2.1"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,30 @@
"test": "jest --runInBand --forceExit"
},
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/core": "7.23.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.5",
"@babel/preset-env": "7.23.5",
"@babel/preset-typescript": "7.23.3",
"@theguild/prettier-config": "2.0.2",
"@types/jest": "29.5.8",
"@types/jest": "29.5.11",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"array.prototype.flatmap": "1.3.2",
"babel-jest": "29.7.0",
"babel-plugin-parameter-decorator": "1.0.16",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-standard": "5.0.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "15.1.0",
"prettier": "3.0.3",
"lint-staged": "15.2.0",
"prettier": "3.1.0",
"typescript": "5.3.2"
},
"resolutions": {
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@theguild/algolia": "2.1.0",
"@theguild/tailwind-config": "0.3.0",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/node": "20.10.3",
"@types/react": "18.2.42",
"typescript": "5.3.2"
}
}
Loading

0 comments on commit 04dca03

Please sign in to comment.