Skip to content

Commit

Permalink
use stable LiveCodes release
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Oct 27, 2023
1 parent 02702ee commit 0add828
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions components/playgroundEditor/LiveCodes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@ ${test.replace(pattern, "\n")}`.trimStart();
script: {
language: "lua-wasm",
content,
// TODO: this ignore will not be needed in new version of SDK
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
hiddenContent: luaTestRunner,
},
};
Expand All @@ -201,7 +198,7 @@ ${test.replace(pattern, "\n")}`.trimStart();

return (
<LiveCodesPlayground
appUrl="https://dev.livecodes.io/"
appUrl="https://v16.livecodes.io/"
loading="eager"
config={config}
style={{ borderRadius: "0", resize: "none" }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"highlight.js": "^11.5.1",
"iframe-resizer-react": "^1.1.0",
"katex": "^0.13.24",
"livecodes": "0.2.1",
"livecodes": "0.3.0",
"marked": "^4.0.17",
"next": "^12.1.0",
"next-i18next": "^8.10.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2960,10 +2960,10 @@ levn@~0.3.0:
prelude-ls "~1.1.2"
type-check "~0.3.2"

livecodes@0.2.1:
version "0.2.1"
resolved "https://registry.yarnpkg.com/livecodes/-/livecodes-0.2.1.tgz#5a0c417fff7754f7dcc3cc0326dcefc8d8b36e67"
integrity sha512-/SX0sYxmU63uR3HDhgY8KrhVjKOE7Veb1vrPskwAeAyfOq87QkQlvyuCsXNBFpVC61NczIbsC72Uck9QJkcMHQ==
livecodes@0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/livecodes/-/livecodes-0.3.0.tgz#95523234f25ecbf338de3e58d4a8e6c0fc05350f"
integrity sha512-bRD9TbWCEDAXfXIzqSSgTmlwHZtMjyrqg4uwULPwIdq8ozaFRVZnIEugvNh8PivpkryWN8OgfVknsNukMov43w==

locate-path@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 0add828

Please sign in to comment.