Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#110)
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 Aug 12, 2024
1 parent 26a635c commit 7f64cd4
Show file tree
Hide file tree
Showing 3 changed files with 604 additions and 817 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,37 +39,37 @@
"@graphql-codegen/typescript-resolvers": "^4.2.1",
"@graphql-tools/graphql-file-loader": "^8.0.1",
"@graphql-tools/load": "^8.0.2",
"@nuxt/kit": "^3.12.3",
"@nuxt/kit": "^3.12.4",
"defu": "^6.1.4",
"multimatch": "^7.0.0"
},
"peerDependencies": {
"graphql": "^16.7.1"
},
"devDependencies": {
"@apollo/server": "^4.10.4",
"@apollo/server": "^4.11.0",
"@as-integrations/h3": "^1.2.1",
"@nuxt/devtools": "^1.3.9",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.3",
"@nuxt/test-utils": "^3.13.1",
"@vitest/coverage-v8": "^2.0.1",
"eslint": "^9.6.0",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.0",
"@vitest/coverage-v8": "^2.0.5",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-unjs": "^0.3.2",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-unused-imports": "^4.1.3",
"graphql": "^16.9.0",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.16.0",
"nuxt": "^3.12.3",
"prettier": "^3.3.2",
"nuxt": "^3.12.4",
"prettier": "^3.3.3",
"shx": "^0.3.4",
"standard-version": "^9.5.0",
"typescript": "^5.5.3",
"vitest": "^2.0.1",
"vue-tsc": "^2.0.26"
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue-tsc": "^2.0.29"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.7.0",
"engines": {
"node": "^16.10.0 || >=18.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"dependencies": {
"@as-integrations/h3": "^1.2.1",
"graphql-subscriptions": "^2.0.0",
"nuxt": "^3.12.3"
"nuxt": "^3.12.4"
}
}
Loading

0 comments on commit 7f64cd4

Please sign in to comment.