Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#150)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* restore MenuItem fragment

* fix nuxt-graphql-middleware version v4.0.0 #152

* avoid "Inlined implicit external ..." errors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Wouter Vernaillen <[email protected]>
  • Loading branch information
renovate[bot] and vernaillen authored Jul 9, 2024
1 parent 857cd57 commit 3a5429d
Show file tree
Hide file tree
Showing 5 changed files with 224 additions and 590 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
executors:
pnpm-executor:
docker:
- image: cimg/node:22.3-browsers
- image: cimg/node:22.4-browsers

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,4 @@ tests/fixtures/basic/schema.graphql
playground/.eslintcache
docs/.eslintcache
.queries
queries
schema.graphql
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "3.12.3",
"@nuxt/test-utils": "^3.13.1",
"@rollup/rollup-linux-arm64-gnu": "^4.18.0",
"@rollup/rollup-linux-arm64-musl": "^4.18.0",
"@rollup/rollup-linux-arm64-gnu": "^4.18.1",
"@rollup/rollup-linux-arm64-musl": "^4.18.1",
"@types/node": "20.14.10",
"@vitest/coverage-v8": "^2.0.1",
"@vue/test-utils": "^2.4.6",
Expand All @@ -83,12 +83,12 @@
"markdownlint-cli": "^0.41.0",
"nuxt": "^3.12.3",
"nuxt-content-twoslash": "^0.1.0",
"release-it": "^17.4.1",
"shiki": "^1.10.1",
"release-it": "^17.5.0",
"shiki": "^1.10.3",
"twoslash": "^0.2.9",
"typescript": "^5.5.3",
"untyped": "1.4.2",
"vite": "^5.3.2",
"vite": "^5.3.3",
"vitest": "^2.0.1",
"vue-docgen-web-types": "^0.1.8",
"vue-tsc": "2.0.26"
Expand All @@ -102,5 +102,5 @@
"resolutions": {
"nuxt-graphql-middleware": "4.0.0"
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.5.0"
}
Loading

0 comments on commit 3a5429d

Please sign in to comment.