Skip to content

Commit

Permalink
chore: dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Dec 18, 2023
1 parent 43ee87b commit 00f046d
Show file tree
Hide file tree
Showing 5 changed files with 607 additions and 688 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-guests-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bicou/nuxt-urql": patch
---

dependencies upgrade
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.8.2",
"vue": "^3.3.11",
"vue": "^3.3.12",
"vue-router": "^4.2.5"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.8.2",
"@urql/core": "^4.2.1",
"@urql/core": "^4.2.2",
"@urql/vue": "^1.1.2"
},
"devDependencies": {
Expand All @@ -47,13 +47,13 @@
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "^3.9.0-alpha.1",
"@types/node": "^20.10.4",
"@nuxt/test-utils": "3.9.0-alpha.1",
"@types/node": "^20.10.5",
"@urql/exchange-execute": "^2.2.2",
"defu": "^6.1.3",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-jsdoc": "^46.9.1",
"eslint-plugin-prettier": "^5.0.1",
"graphql": "^16.8.1",
"nuxt": "^3.8.2",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@graphql-codegen/urql-introspection": "^3.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@picocss/pico": "^1.5.10",
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"nuxt": "^3.8.2",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"vue": "^3.3.11",
"vue": "^3.3.12",
"vue-router": "^4.2.5"
}
}
Loading

2 comments on commit 00f046d

@vercel
Copy link

@vercel vercel bot commented on 00f046d Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-urql-playground – ./playground

nuxt-urql-playground.vercel.app
nuxt-urql-playground-git-main-bicou.vercel.app
nuxt-urql-playground-bicou.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 00f046d Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-urql-docs – ./docs

nuxt-urql-docs.vercel.app
nuxt-urql-docs-git-main-bicou.vercel.app
nuxt-urql-docs-bicou.vercel.app

Please sign in to comment.