Skip to content

Commit

Permalink
upgrade zustand to use persistent state
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Nov 11, 2020
1 parent 5b6a7b4 commit 60a3fbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"source-map-explorer": "^2.4.2",
"typescript": "^3.9.7",
"webfontloader": "^1.6.28",
"zustand": "^3.1.3"
"zustand": "^3.1.4"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12644,7 +12644,7 @@ yargs@^15.3.1:
y18n "^4.0.0"
yargs-parser "^18.1.2"

zustand@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-3.1.3.tgz#33df7f56ec11b3003458b60606addc94225b282c"
integrity sha512-Otuzh3r0GsatvsUWeXEwdYjZEw1TItWcAXwDGEHdXE4/k6WbAdVDxC21t/Poq4ZMB+2VaQNKICWu7eCBUJ65tQ==
zustand@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/zustand/-/zustand-3.1.4.tgz#684bb863e27b5a04b551c621a0aa73a5ccafc368"
integrity sha512-DB/r73Dm3YsUEo9KilbGWsKXQLOrM41aYItznvD68f44P2hYo+FY65D7N8m2ojKVzg6eIPgXZWqkFO60Utko8A==

0 comments on commit 60a3fbf

Please sign in to comment.