Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#91)
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 Nov 10, 2024
1 parent 389d2e0 commit ce8f24f
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 279 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"remoteUser": "vscode",
"features": {
// For config options, see https://github.com/devcontainers/features/tree/main/src/node
"ghcr.io/devcontainers/features/node:1": "18"
"ghcr.io/devcontainers/features/node:1.6.1": "18"
},
"customizations": {
"vscode": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
}
},
"devDependencies": {
"@apollo/server": "^4.11.0",
"@apollo/server-integration-testsuite": "^4.11.0",
"@apollo/server": "^4.11.2",
"@apollo/server-integration-testsuite": "^4.11.2",
"@apollo/utils.withrequired": "^3.0.0",
"@graphql-tools/schema": "^10.0.7",
"@jest/globals": "^29.7.0",
"@typescript-eslint/parser": "^8.10.0",
"@typescript-eslint/parser": "^8.13.0",
"crossws": "^0.3.1",
"@vitest/coverage-v8": "^2.1.3",
"eslint": "^9.13.0",
"@vitest/coverage-v8": "^2.1.4",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-unjs": "^0.4.1",
"eslint-plugin-unused-imports": "^4.1.4",
Expand All @@ -69,9 +69,9 @@
"ts-jest": "^29.2.5",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"engines": {
"node": "^16.10.0 || >=18.0.0"
}
Expand Down
Loading

0 comments on commit ce8f24f

Please sign in to comment.