Skip to content

Commit

Permalink
Merge upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sync Fork committed Oct 26, 2023
1 parent 8fd893b commit a39c509
Show file tree
Hide file tree
Showing 33 changed files with 3,382 additions and 212 deletions.
2 changes: 1 addition & 1 deletion examples/cli/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/codegen-react-apollo/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/codegen-react-query/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/codegen-react-urql/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-js-react-query/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-tenant-one-to-many/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/node-storage/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.1'
Expand Down
2 changes: 1 addition & 1 deletion examples/react-apollo/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.21.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/react-gqty/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/react-urql/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/seed-data-storage/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/seed-data/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
2 changes: 1 addition & 1 deletion examples/serverless-functions/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
8 changes: 8 additions & 0 deletions examples/vue-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @nhost-examples/vue-apollo

## 0.0.9

### Patch Changes

- 0c49e757c: feat: add new Storage page to demonstrate how to use the composables `useMultipleFilesUpload` together with `useFileUploadItem`
- Updated dependencies [0c49e757c]
- @nhost/vue@1.14.0

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/vue-apollo/nhost/nhost.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ httpPoolSize = 100

[functions]
[functions.node]
version = 16
version = 18

[auth]
version = '0.20.2'
Expand Down
8 changes: 5 additions & 3 deletions examples/vue-apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nhost-examples/vue-apollo",
"private": true,
"version": "0.0.8",
"version": "0.0.9",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -17,14 +17,16 @@
"@apollo/client": "^3.7.1",
"@mdi/font": "5.9.55",
"@nhost/apollo": "*",
"@nhost/nhost-js": "*",
"@nhost/vue": "*",
"@vue/apollo-composable": "4.0.0-alpha.18",
"graphql": "15.7.2",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"roboto-fontface": "*",
"vite-plugin-vuetify": "^1.0.1",
"vue": "^3.2.41",
"vue-router": "^4.1.6",
"vue3-dropzone": "^2.1.2",
"vuetify": "3.0.0-beta.10",
"webfontloader": "^1.0.0"
},
Expand All @@ -35,7 +37,7 @@
"@xstate/inspect": "^0.6.2",
"sass": "1.32.0",
"typescript": "4.9.4",
"vite": "^4.0.2",
"vite": "^4.5.0",
"vue-tsc": "^0.38.9"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit a39c509

Please sign in to comment.