dep: package update

This commit is contained in:
2023-03-19 23:12:09 +09:00
parent b15b09cc1e
commit 18f7e7b7c1
4 changed files with 1037 additions and 396 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { escapeHtml } from '@/legacy/escapeHtml';
import linkifyStr from 'linkifyjs/string';
import linkifyStr from 'linkify-string';
/**
* 단순한 Template 함수. <%변수명%>으로 template 가능
* @see https://github.com/krasimir/absurd/blob/master/lib/processors/html/helpers/TemplateEngine.js