Skip to content

Commit

Permalink
fix(deps): update all major updates (major) (#265)
Browse files Browse the repository at this point in the history
* fix(deps): update all major updates

* chore: update Vue version in package.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: productdevbook <hi@productdevbook.com>
  • Loading branch information
renovate[bot] and productdevbook committed Apr 3, 2024
1 parent 458a5ab commit 983f3e1
Show file tree
Hide file tree
Showing 7 changed files with 1,254 additions and 1,439 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
},
"resolutions": {
"@pergel/nuxt": "link:./packages/nuxt",
"bumpp": "9.4.0",
"vue": "3.3.13"
"bumpp": "9.4.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
"@trapezedev/project": "^7.0.10",
"@types/node": "^20.12.3",
"@types/node-cron": "^3.0.11",
"@urql/core": "^4.3.0",
"@urql/core": "^5.0.0",
"@urql/exchange-execute": "^2.2.2",
"@urql/exchange-graphcache": "^6.5.1",
"@urql/exchange-graphcache": "^7.0.0",
"@urql/vue": "^1.1.3",
"@vue/test-utils": "^2.4.5",
"arctic": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/src/runtime/modules/urql/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { PergelModuleOptions, ResolvedPergelModuleOptions } from '../../cor
* serializable URQL client options
* @see {@link ClientOptions}
*/
export type ModuleClientOptions = Pick<ClientOptions, 'preferGetMethod' | 'requestPolicy' | 'maskTypename'>
export type ModuleClientOptions = Pick<ClientOptions, 'preferGetMethod' | 'requestPolicy'>

/**
* SSR exchange params
Expand Down
Loading

0 comments on commit 983f3e1

Please sign in to comment.