Skip to content

Commit 3eab608

Browse files
committed
Update dependencies
1 parent e3d22bf commit 3eab608

File tree

3 files changed

+60
-60
lines changed

3 files changed

+60
-60
lines changed

.vitepress/components/Playground.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ onMounted(async () => {
4545
const { json } = await import('@codemirror/lang-json')
4646
const { oneDark } = await import('@codemirror/theme-one-dark')
4747
const { maml: mamlLanguage } = await import('codemirror-maml')
48-
const maml = await import('maml.js')
48+
const maml = await import('maml')
4949
5050
const themeCompartment = new Compartment()
5151
const outputThemeCompartment = new Compartment()

package-lock.json

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"abnf": "^5.0.4",
55
"peggy": "^5.1.0",
66
"vitepress": "^2.0.0-alpha.12",
7-
"vitest": "^4.1.1"
7+
"vitest": "^4.1.2"
88
},
99
"optionalDependencies": {
1010
"@rollup/rollup-linux-x64-gnu": "^4.60.0"
@@ -20,7 +20,7 @@
2020
"@codemirror/lang-json": "^6.0.2",
2121
"@codemirror/theme-one-dark": "^6.1.3",
2222
"codemirror": "^6.0.2",
23-
"codemirror-maml": "^0.0.1",
24-
"maml.js": "^0.0.4"
23+
"codemirror-maml": "^0.0.2",
24+
"maml": "^1.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)