Skip to content

Commit 9c4ca8d

Browse files
committed
Merge branch 'main' into shiva/graph-relation
2 parents 8684f63 + e1f58ea commit 9c4ca8d

File tree

11 files changed

+1265
-120
lines changed

11 files changed

+1265
-120
lines changed

docs/package-lock.json

+220-3
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)