Prepare for merging.

This commit is contained in:
Tom Alexander 2024-01-21 18:52:40 -05:00
parent 89b8b18fea
commit 7a5784fd66
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
22 changed files with 16 additions and 0 deletions

View File

@ -10,12 +10,16 @@
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"organic": "link:../organic/target/wasm32-unknown-unknown/js",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View File

@ -22,6 +22,14 @@ function Editor({
setHighlights([]);
}
function buildShadow() {
// foo
}
if (highlights.length === 0) {
addHighlight(1,5);
}
return (
<div className="Editor">
<div className="Editor-textwrapper">

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -6913,6 +6913,10 @@ optionator@^0.9.3:
prelude-ls "^1.2.1"
type-check "^0.4.0"
"organic@link:../organic/target/wasm32-unknown-unknown/js":
version "0.0.0"
uid ""
p-limit@^2.0.0, p-limit@^2.2.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"