Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fd-fix-null-selection
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Oct 20, 2023
2 parents a74141c + 5d37ab6 commit 51798c1
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 326 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
nodeVersion: 18
- name: Prettier Check
run: yarn prettier:check
dev-tests-old:
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
nodeVersion: 18
- name: Build
run: yarn build
env:
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
nodeVersion: 18
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Setup env
uses: the-guild-org/shared-config/setup@main
with:
nodeVersion: 16
nodeVersion: 18
- name: Build
run: yarn build
env:
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"next": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^1.3.0"
"swr": "^2.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest-docblock": "29.6.3",
"jest-junit": "16.0.0",
"lint-staged": "13.2.2",
"patch-package": "6.5.1",
"patch-package": "8.0.0",
"prettier": "2.8.8",
"prettier-plugin-svelte": "2.10.1",
"rimraf": "4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@theguild/components": "^6.0.1",
"classnames": "2.3.2",
"date-fns": "2.29.3",
"dedent": "0.7.0",
"dedent": "1.5.1",
"graphql": "16.8.0",
"js-yaml": "4.1.0",
"next": "^13.5.4",
Expand Down
Loading

0 comments on commit 51798c1

Please sign in to comment.