Skip to content

Commit 7c8a369

Browse files
committed
bump deps
1 parent 559ed4f commit 7c8a369

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deno.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"imports": {
3-
"lume/": "https://deno.land/x/[email protected].4/",
4-
"blog/": "https://deno.land/x/lume_theme_simple_blog@v0.16.0/",
5-
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].0/",
6-
"lume/jsx-runtime": "https://deno.land/x/[email protected].10/jsx-runtime.ts"
3+
"lume/": "https://deno.land/x/[email protected].6/",
4+
"blog/": "https://deno.land/x/lume_theme_simple_blog@v1.16.2/",
5+
"lume/cms/": "https://cdn.jsdelivr.net/gh/lumeland/[email protected].5/",
6+
"lume/jsx-runtime": "https://deno.land/x/[email protected].12/jsx-runtime.ts"
77
},
88
"tasks": {
99
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
@@ -33,7 +33,7 @@
3333
]
3434
},
3535
"plugins": [
36-
"https://deno.land/x/[email protected].4/lint.ts"
36+
"https://deno.land/x/[email protected].6/lint.ts"
3737
]
3838
},
3939
"fmt": {

0 commit comments

Comments
 (0)