Skip to content

Commit 3ff8a37

Browse files
committed
chore: bump react-simple-code-editor to 0.14.1 via resolution (cursor fix attempt)
1 parent 92d9f06 commit 3ff8a37

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"postinstall": "husky install"
1616
},
1717
"resolutions": {
18-
"@types/react": "^19.0.0"
18+
"@types/react": "^19.0.0",
19+
"react-simple-code-editor": "0.14.1"
1920
},
2021
"dependencies": {
2122
"@docsearch/js": "^3.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6085,13 +6085,13 @@ __metadata:
60856085
languageName: node
60866086
linkType: hard
60876087

6088-
"react-simple-code-editor@npm:^0.13.1":
6089-
version: 0.13.1
6090-
resolution: "react-simple-code-editor@npm:0.13.1"
6088+
"react-simple-code-editor@npm:0.14.1":
6089+
version: 0.14.1
6090+
resolution: "react-simple-code-editor@npm:0.14.1"
60916091
peerDependencies:
6092-
react: "*"
6093-
react-dom: "*"
6094-
checksum: 10/6374b164b4d0f30d7a5c7ad424539cfea2f367e6f1ce78a52d207058835e3628645a88439af22012b5b00d72867f84d17173b49ec37df1145a5994e367937dcf
6092+
react: ">=16.8.0"
6093+
react-dom: ">=16.8.0"
6094+
checksum: 10/26fa7ce89daf4d2f80e3dcaebdfa7387549ca4648eb50c6102129e1dda890ecb123fa7312dd1063f2b54324f560e31c8b22acc4a30c9ea3971c7d14640300cdd
60956095
languageName: node
60966096
linkType: hard
60976097

0 commit comments

Comments
 (0)