Skip to content

Commit 4917b9b

Browse files
committed
chore: updated playground packages
1 parent 37d1388 commit 4917b9b

File tree

4 files changed

+3009
-4310
lines changed

4 files changed

+3009
-4310
lines changed

playground/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default defineNuxtConfig({
22
modules: ['../src/module'],
3-
nuxtCodemirror: {},
43
devtools: { enabled: true },
54
compatibilityDate: '2024-07-24',
5+
nuxtCodemirror: {},
66
})

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"dependencies": {
1111
"@codemirror/lang-javascript": "^6.2.2",
12-
"@nuxt/kit": "^3.12.4",
13-
"@uiw/codemirror-extensions-line-numbers-relative": "^4.23.0",
14-
"@uiw/codemirror-theme-okaidia": "^4.23.0",
15-
"nuxt": "^3.12.4"
12+
"@nuxt/kit": "^3.15.0",
13+
"@uiw/codemirror-extensions-line-numbers-relative": "^4.23.7",
14+
"@uiw/codemirror-theme-okaidia": "^4.23.7",
15+
"nuxt": "^3.15.0"
1616
}
1717
}

0 commit comments

Comments
 (0)