Skip to content

Commit

Permalink
feat: upgrade nuxt 3.5 + vue 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed May 19, 2023
1 parent 0e510e6 commit 917e5bf
Show file tree
Hide file tree
Showing 4 changed files with 1,235 additions and 1,032 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.11.1",
"nuxt": "^3.4.3"
"@nuxt-themes/docus": "^1.12.0",
"nuxt": "^3.5.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"release": "semantic-release"
},
"dependencies": {
"@nuxt/kit": "^3.4.3",
"@nuxt/kit": "^3.5.0",
"@urql/core": "^4.0.7",
"@urql/vue": "^1.1.1"
},
Expand All @@ -46,22 +46,22 @@
"@graphql-eslint/eslint-plugin": "^3.18.0",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/schema": "^3.4.3",
"@nuxt/test-utils": "^3.4.3",
"@types/node": "^18.16.3",
"@nuxt/schema": "^3.5.0",
"@nuxt/test-utils": "^3.5.0",
"@types/node": "^18.16.13",
"@urql/exchange-execute": "^2.2.1",
"changelogen": "^0.5.3",
"defu": "^6.1.2",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"graphql": "^16.6.0",
"nuxt": "^3.4.3",
"nuxt": "^3.5.0",
"prettier": "^2.8.8",
"semantic-release": "^21.0.2",
"vitest": "^0.31.0",
"vue": "^3.2.47"
"vitest": "^0.31.1",
"vue": "^3.3.4"
},
"peerDependencies": {
"defu": "^6.1.2",
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@graphql-codegen/typescript-urql-graphcache": "^2.4.4",
"@graphql-codegen/typescript-urql-graphcache": "^2.4.5",
"@graphql-codegen/urql-introspection": "^2.2.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@picocss/pico": "^1.5.10",
"@types/node": "^18.16.3",
"@types/node": "^18.16.13",
"sass": "^1.62.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
Expand Down
Loading

2 comments on commit 917e5bf

@vercel
Copy link

@vercel vercel bot commented on 917e5bf May 19, 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 917e5bf May 19, 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.