Skip to content

Commit 1b9291d

Browse files
committed
Make codemirror packages production dependencies
1 parent 546956f commit 1b9291d

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
"@codemirror/search": "^6.2.3",
6767
"@codemirror/state": "^6.2.0",
6868
"@codemirror/view": "^6.7.3",
69+
"@codemirror/lang-css": "^6.0.1",
70+
"@codemirror/lang-html": "^6.4.1",
6971
"codemirror": "^6.0.1",
7072
"container-query-polyfill": "^1.0.2"
7173
},
@@ -74,8 +76,6 @@
7476
"@11ty/eleventy-fetch": "^3.0.0",
7577
"@11ty/eleventy-plugin-rss": "^1.2.0",
7678
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
77-
"@codemirror/lang-css": "^6.0.1",
78-
"@codemirror/lang-html": "^6.4.1",
7979
"@github/relative-time-element": "^4.1.5",
8080
"@jamshop/eleventy-plugin-esbuild": "WebComponentsGuide/eleventy-plugin-esbuild",
8181
"@oddbird/popover-polyfill": "^0.0.8",

0 commit comments

Comments
 (0)