Skip to content

Commit 7bce97b

Browse files
authored
Merge pull request #218 from shivasurya/shiva/playground-iframe
feat/atlas: add playground integration for atlas ruleset
2 parents 3e4834b + 3406dee commit 7bce97b

File tree

10 files changed

+1147
-75
lines changed

10 files changed

+1147
-75
lines changed

docs/package-lock.json

+217
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

+8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@
1212
"dependencies": {
1313
"@astrojs/sitemap": "^3.2.1",
1414
"@astrojs/starlight": "^0.32.2",
15+
"@codemirror/autocomplete": "^6.18.6",
16+
"@codemirror/lang-java": "^6.0.1",
17+
"@codemirror/lang-sql": "^6.8.0",
18+
"@codemirror/language": "^6.11.0",
19+
"@codemirror/state": "^6.5.2",
20+
"@codemirror/view": "^6.36.5",
21+
"@uiw/codemirror-theme-monokai": "^4.23.10",
1522
"astro": "^5.4.2",
23+
"codemirror": "^6.0.1",
1624
"sharp": "^0.32.5"
1725
},
1826
"optionalDependencies": {

0 commit comments

Comments
 (0)