From a9f9e5aabee615f886d77ddf58869a2185ee23d7 Mon Sep 17 00:00:00 2001 From: daishi Date: Mon, 5 Dec 2022 23:38:53 +0900 Subject: [PATCH] use jotai v1.11.0 --- package.json | 4 ++-- yarn.lock | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eabb2c7..6f2ef13 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "html-webpack-plugin": "^5.5.0", "jest": "^29.1.2", "jest-environment-jsdom": "^29.1.2", - "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", @@ -84,6 +84,6 @@ }, "peerDependencies": { "@tanstack/query-core": "*", - "jotai": "*" + "jotai": ">=1.11.0" } } diff --git a/yarn.lock b/yarn.lock index ca620f7..d2d2a69 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4819,9 +4819,10 @@ jest@^29.1.2: import-local "^3.0.2" jest-cli "^29.1.2" -"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"