Skip to content

Commit 3922236

Browse files
authored
downgrade jotai -- causes major issue with codeedit (#862)
1 parent bfc3125 commit 3922236

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"htl": "^0.3.1",
104104
"html-to-image": "^1.11.11",
105105
"immer": "^10.1.1",
106-
"jotai": "^2.10.0",
106+
"jotai": "2.9.3",
107107
"monaco-editor": "^0.52.0",
108108
"overlayscrollbars": "^2.10.0",
109109
"overlayscrollbars-react": "^0.5.6",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6916,9 +6916,9 @@ __metadata:
69166916
languageName: node
69176917
linkType: hard
69186918

6919-
"jotai@npm:^2.10.0":
6920-
version: 2.10.0
6921-
resolution: "jotai@npm:2.10.0"
6919+
"jotai@npm:2.9.3":
6920+
version: 2.9.3
6921+
resolution: "jotai@npm:2.9.3"
69226922
peerDependencies:
69236923
"@types/react": ">=17.0.0"
69246924
react: ">=17.0.0"
@@ -6927,7 +6927,7 @@ __metadata:
69276927
optional: true
69286928
react:
69296929
optional: true
6930-
checksum: 10c0/81c619c1a82444bff50220dab1e2c10960f41922d46c9227004f6dd34db3a615ad596b277657c21d5935c50918936f04ffa858e494e1caf18e4ed60560e183d9
6930+
checksum: 10c0/d7a2aedeebd84f332b930c5dc06f6827c11a70c3b6bae0817e0c778f7c34996f3a47d5c544ff1b7ed2662083feed55ea6d77b281adf2e0fba65ad93b1723d687
69316931
languageName: node
69326932
linkType: hard
69336933

@@ -11140,7 +11140,7 @@ __metadata:
1114011140
htl: "npm:^0.3.1"
1114111141
html-to-image: "npm:^1.11.11"
1114211142
immer: "npm:^10.1.1"
11143-
jotai: "npm:^2.10.0"
11143+
jotai: "npm:2.9.3"
1114411144
less: "npm:^4.2.0"
1114511145
monaco-editor: "npm:^0.52.0"
1114611146
overlayscrollbars: "npm:^2.10.0"

0 commit comments

Comments
 (0)