Skip to content

Commit

Permalink
chore(deps): update dependency valtio to ^1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 23, 2024
1 parent 9ab18a5 commit 16bb912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/graphql-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"typescript": "^5.2.2",
"valtio": "^1.11.2",
"valtio": "^1.13.2",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand All @@ -33,7 +33,7 @@
"@types/react": ">=17",
"lodash-es": "^4.17.21",
"react": ">=17",
"valtio": "^1.11.2",
"valtio": "^1.13.2",
"zod": "^3.22.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-react-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"graphql": "^16.8.1",
"react": "^18.2.0",
"typescript": "^5.2.2",
"valtio": "^1.11.2"
"valtio": "^1.13.2"
},
"peerDependencies": {
"@soundxyz/gql-string": "workspace:^0.1.0",
"@types/react": "^18.0.28",
"graphql": "^16.6.0",
"react": "^18.2.0",
"valtio": "^1.11.2"
"valtio": "^1.13.2"
},
"publishConfig": {
"directory": "dist"
Expand Down

0 comments on commit 16bb912

Please sign in to comment.