mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
downgrade jotai -- causes major issue with codeedit (#862)
This commit is contained in:
parent
bfc3125468
commit
3922236cdf
@ -103,7 +103,7 @@
|
||||
"htl": "^0.3.1",
|
||||
"html-to-image": "^1.11.11",
|
||||
"immer": "^10.1.1",
|
||||
"jotai": "^2.10.0",
|
||||
"jotai": "2.9.3",
|
||||
"monaco-editor": "^0.52.0",
|
||||
"overlayscrollbars": "^2.10.0",
|
||||
"overlayscrollbars-react": "^0.5.6",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -6916,9 +6916,9 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"jotai@npm:^2.10.0":
|
||||
version: 2.10.0
|
||||
resolution: "jotai@npm:2.10.0"
|
||||
"jotai@npm:2.9.3":
|
||||
version: 2.9.3
|
||||
resolution: "jotai@npm:2.9.3"
|
||||
peerDependencies:
|
||||
"@types/react": ">=17.0.0"
|
||||
react: ">=17.0.0"
|
||||
@ -6927,7 +6927,7 @@ __metadata:
|
||||
optional: true
|
||||
react:
|
||||
optional: true
|
||||
checksum: 10c0/81c619c1a82444bff50220dab1e2c10960f41922d46c9227004f6dd34db3a615ad596b277657c21d5935c50918936f04ffa858e494e1caf18e4ed60560e183d9
|
||||
checksum: 10c0/d7a2aedeebd84f332b930c5dc06f6827c11a70c3b6bae0817e0c778f7c34996f3a47d5c544ff1b7ed2662083feed55ea6d77b281adf2e0fba65ad93b1723d687
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -11140,7 +11140,7 @@ __metadata:
|
||||
htl: "npm:^0.3.1"
|
||||
html-to-image: "npm:^1.11.11"
|
||||
immer: "npm:^10.1.1"
|
||||
jotai: "npm:^2.10.0"
|
||||
jotai: "npm:2.9.3"
|
||||
less: "npm:^4.2.0"
|
||||
monaco-editor: "npm:^0.52.0"
|
||||
overlayscrollbars: "npm:^2.10.0"
|
||||
|
Loading…
Reference in New Issue
Block a user