Skip to content

Commit 0f5a069

Browse files
committed
chore: deps
1 parent 300a48f commit 0f5a069

File tree

2 files changed

+944
-9
lines changed

2 files changed

+944
-9
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"@babel/core": "7.9.0",
7373
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
7474
"@babel/plugin-transform-object-assign": "^7.8.3",
75+
"@babel/preset-env": "^7.16.4",
7576
"@babel/runtime": "^7.9.2",
7677
"@commitlint/cli": "^8.3.5",
7778
"@commitlint/config-conventional": "^8.3.4",
@@ -130,6 +131,7 @@
130131
"homepage": "https://github.com/code-farmer-i/vue-markdown-editor#readme",
131132
"dependencies": {
132133
"@vuepress/markdown": "^1.8.2",
134+
"@vuepress/shared-utils": "^1.8.2",
133135
"codemirror": "^5.61.0",
134136
"copy-to-clipboard": "^3.3.1",
135137
"highlight.js": "^10.7.1",
@@ -138,6 +140,7 @@
138140
"markdown-it": "^12.0.6",
139141
"markdown-it-attrs": "^4.0.0",
140142
"markdown-it-container": "^3.0.0",
143+
"markdown-it-emoji": "1.4.0",
141144
"mermaid": "^8.10.1",
142145
"prismjs": "^1.23.0",
143146
"resize-observer-polyfill": "^1.5.1",

0 commit comments

Comments
 (0)