Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Oct 17, 2023
1 parent 842a205 commit 60896ed
Show file tree
Hide file tree
Showing 7 changed files with 248 additions and 247 deletions.
8 changes: 4 additions & 4 deletions examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"@graphql-codegen/core": "^4.0.0",
"@parcel/watcher": "^2.3.0",
"@soundxyz/codegen-fragments": "workspace:*",
"@types/node": "^20.8.0",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"concurrently": "^8.2.1",
"graphql": "^16.8.1",
"next": "^13.5.3",
"next": "^13.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@changesets/config": "^2.3.1",
"@changesets/read": "^0.5.9",
"@manypkg/get-packages": "^2.2.0",
"@types/node": "^20.8.0",
"@types/node": "^20.8.6",
"bob-esbuild": "^4.0.3",
"execa": "^8.0.1",
"prettier": "^3.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/codegen-fragments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/visitor-plugin-common": "^4.0.1",
"@graphql-tools/relay-operation-optimizer": "^7.0.0",
"@graphql-tools/utils": "^10.0.6"
"@graphql-tools/utils": "^10.0.7"
},
"devDependencies": {
"@graphql-codegen/core": "^4.0.0",
"@graphql-codegen/plugin-helpers": "^5.0.1",
"@soundxyz/gql-string": "workspace:*",
"@types/node": "^20.8.0",
"@types/node": "^20.8.6",
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"esbuild": "^0.19.4",
"esbuild": "^0.19.5",
"graphql": "^16.8.1",
"typescript": "^5.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/gql-string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"prepare": "bob-tsm build.ts"
},
"devDependencies": {
"@types/node": "^20.8.0",
"@types/node": "^20.8.6",
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"esbuild": "^0.19.4",
"esbuild": "^0.19.5",
"typescript": "^5.2.2"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"@soundxyz/gql-string": "workspace:*",
"@tanstack/react-query": "^4.35.7",
"@types/lodash-es": "^4.17.9",
"@types/node": "^20.8.0",
"@types/react": "^18.2.24",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"esbuild": "^0.19.4",
"esbuild": "^0.19.5",
"graphql": "^16.8.1",
"lodash-es": "^4.17.21",
"ms": "3.0.0-canary.1",
"react": "^18.2.0",
"typescript": "^5.2.2",
"valtio": "^1.11.2",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"peerDependencies": {
"@soundxyz/gql-string": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-react-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
},
"devDependencies": {
"@soundxyz/gql-string": "workspace:^0.1.0",
"@types/node": "^20.8.0",
"@types/react": "^18.2.24",
"@types/node": "^20.8.6",
"@types/react": "^18.2.28",
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"esbuild": "^0.19.4",
"esbuild": "^0.19.5",
"graphql": "^16.8.1",
"react": "^18.2.0",
"typescript": "^5.2.2",
Expand Down
Loading

0 comments on commit 60896ed

Please sign in to comment.