Skip to content

Commit 9a310fb

Browse files
committed
🩹 allow multiple instances of repl
1 parent 80693cf commit 9a310fb

File tree

7 files changed

+541
-466
lines changed

7 files changed

+541
-466
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@
3131
"postcss": "^8.3.11",
3232
"tailwindcss": "^2.2.19",
3333
"typescript": "^4.4.4",
34-
"vite": "2.6.13",
35-
"vite-plugin-solid": "^2.1.1",
34+
"vite": "2.6.14",
35+
"vite-plugin-solid": "^2.1.2",
3636
"workbox-cli": "^6.3.0"
3737
},
3838
"dependencies": {
3939
"@amoutonbrady/lz-string": "^0.0.1",
4040
"@amoutonbrady/solid-heroicons": "^0.9.0-rc.0",
4141
"@babel/preset-typescript": "^7.16.0",
42-
"@babel/standalone": "^7.16.2",
42+
"@babel/standalone": "^7.16.3",
4343
"@tailwindcss/forms": "^0.3.4",
44-
"babel-preset-solid": "1.2.2",
44+
"babel-preset-solid": "1.2.3",
4545
"dedent": "^0.7.0",
4646
"mitt": "^3.0.0",
47-
"monaco-editor": "^0.29.1",
47+
"monaco-editor": "^0.30.1",
4848
"monaco-editor-textmate": "^3.0.0",
4949
"monaco-textmate": "^3.0.1",
5050
"onigasm": "^2.2.5",
5151
"prettier": "^2.4.1",
5252
"register-service-worker": "^1.7.2",
53-
"rollup": "^2.59.0",
54-
"solid-dismiss": "^1.0.19",
55-
"solid-js": "1.2.2"
53+
"rollup": "^2.60.0",
54+
"solid-dismiss": "^1.0.22",
55+
"solid-js": "1.2.3"
5656
}
5757
}

playground/app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export const App = (): JSX.Element => {
166166
current={current()}
167167
setCurrent={setCurrent}
168168
version={version()}
169+
id="repl"
169170
/>
170171
</Show>
171172

0 commit comments

Comments
 (0)