Skip to content

Commit

Permalink
use jotai v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Dec 6, 2022
1 parent 8030b05 commit 1bfd93f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -74,7 +74,7 @@
"html-webpack-plugin": "^5.5.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jotai": "https://pkg.csb.dev/pmndrs/jotai/commit/7f7cce73/jotai",
"jotai": "^1.11.0",
"microbundle": "^0.15.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
Expand All @@ -90,7 +90,7 @@
"webpack-dev-server": "^4.11.1"
},
"peerDependencies": {
"jotai": "*",
"jotai": ">=1.11.0",
"relay-runtime": ">=14.0.0"
}
}
7 changes: 4 additions & 3 deletions yarn.lock
Expand Up @@ -5004,9 +5004,10 @@ jest@^29.3.1:
import-local "^3.0.2"
jest-cli "^29.3.1"

"jotai@https://pkg.csb.dev/pmndrs/jotai/commit/7f7cce73/jotai":
version "1.10.0"
resolved "https://pkg.csb.dev/pmndrs/jotai/commit/7f7cce73/jotai#0826abb6dfe2ecbf05dd3e8826a4911113133c49"
jotai@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/jotai/-/jotai-1.11.0.tgz#d2a666f16935797743eb41a3b75583ea4e17fefb"
integrity sha512-8OzJmRxcTZoAOJSz6uTnmofmjAOgNOdAOy26rvyw3OBxt6XIoklNnfUTCm8wgp84SSLJbPZA01VS5O/SUz+QYg==

js-sdsl@^4.1.4:
version "4.1.5"
Expand Down

0 comments on commit 1bfd93f

Please sign in to comment.