Skip to content

Commit 5a44e7f

Browse files
authored
fix: remove direct dependency to jotai (#190)
1 parent 54889d3 commit 5a44e7f

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
"jest": "^29.7.0",
142142
"jest-environment-jsdom": "^29.7.0",
143143
"jest-watch-typeahead": "^2.2.2",
144+
"jotai": "^2.12.5",
144145
"jotai-tanstack-query": "^0.9.0",
145146
"lint-staged": "^15.5.1",
146147
"postcss": "^8.5.3",
@@ -163,7 +164,8 @@
163164
"webpack": "^5.99.6"
164165
},
165166
"peerDependencies": {
166-
"react": ">=17.0.0"
167+
"react": ">=17.0.0",
168+
"jotai": ">=2.12.3"
167169
},
168170
"dependencies": {
169171
"@mantine/code-highlight": "^7.17.4",
@@ -173,7 +175,6 @@
173175
"@storybook/test": "^8.6.12",
174176
"clsx": "^2.1.1",
175177
"javascript-stringify": "^2.1.0",
176-
"jotai": "^2.12.3",
177178
"jsondiffpatch": "^0.5.0",
178179
"react-base16-styling": "^0.9.1",
179180
"react-error-boundary": "^5.0.0",

pnpm-lock.yaml

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)