Skip to content

Commit

Permalink
fix(deps): update dependency zustand to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 21, 2024
1 parent 7abca85 commit 906fe97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/graphql-toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"thememirror": "2.0.1",
"zustand": "4.4.7"
"zustand": "4.5.0"
},
"devDependencies": {
"@playwright/test": "1.41.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3697,7 +3697,7 @@ __metadata:
webpack-cli: 5.1.4
webpack-dev-server: 4.15.1
webpack-notifier: 1.15.0
zustand: 4.4.7
zustand: 4.5.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -27329,14 +27329,14 @@ __metadata:
languageName: unknown
linkType: soft

"zustand@npm:4.4.7":
version: 4.4.7
resolution: "zustand@npm:4.4.7"
"zustand@npm:4.5.0":
version: 4.5.0
resolution: "zustand@npm:4.5.0"
dependencies:
use-sync-external-store: 1.2.0
peerDependencies:
"@types/react": ">=16.8"
immer: ">=9.0"
immer: ">=9.0.6"
react: ">=16.8"
peerDependenciesMeta:
"@types/react":
Expand All @@ -27345,6 +27345,6 @@ __metadata:
optional: true
react:
optional: true
checksum: 9aeb6cc86162296c1dac504b8906ff952252c129fb3f05cc8926a7f5c9d7fbe098571d5161b3efe3347c0ee1d80197f787b768c7522721864f7323c28766717e
checksum: 91685492ab33bb656b98e07d8fff2be1794d8e68ac5dc546ec457f4ae3d709f0c19de9e93045b9ee5d6b704f64503d9e085ffe1f600f6ade0459e572d1cf5c0d
languageName: node
linkType: hard

0 comments on commit 906fe97

Please sign in to comment.