perf!: reduce the bundle size of /encoders-decoders/html

BREAKING CHANGE: ' -> '
This commit is contained in:
rusconn
2023-06-15 17:33:15 +09:00
parent 497991f133
commit 6612a3be2d
3 changed files with 18 additions and 10 deletions

17
pnpm-lock.yaml generated
View File

@@ -43,9 +43,9 @@ dependencies:
fuse.js:
specifier: ^6.6.2
version: 6.6.2
html-entities:
specifier: ^2.3.3
version: 2.3.3
html-escaper:
specifier: ^3.0.3
version: 3.0.3
io-ts:
specifier: ^2.2.20
version: 2.2.20(fp-ts@2.16.0)
@@ -99,6 +99,9 @@ devDependencies:
'@types/create-hash':
specifier: ^1.2.2
version: 1.2.2
'@types/html-escaper':
specifier: ^3.0.0
version: 3.0.0
'@types/js-yaml':
specifier: ^4.0.5
version: 4.0.5
@@ -1446,6 +1449,10 @@ packages:
'@types/node': 18.16.16
dev: true
/@types/html-escaper@3.0.0:
resolution: {integrity: sha512-OcJcvP3Yk8mjYwf/IdXZtTE1tb/u0WF0qa29ER07ZHCYUBZXSN29Z1mBS+/96+kNMGTFUAbSz9X+pHmHpZrTCw==}
dev: true
/@types/js-yaml@4.0.5:
resolution: {integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==}
dev: true
@@ -2991,8 +2998,8 @@ packages:
safe-buffer: 5.2.1
dev: false
/html-entities@2.3.3:
resolution: {integrity: sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==}
/html-escaper@3.0.3:
resolution: {integrity: sha512-RuMffC89BOWQoY0WKGpIhn5gX3iI54O6nRA0yC124NYVtzjmFWBIiFd8M0x+ZdX0P9R4lADg1mgP8C7PxGOWuQ==}
dev: false
/human-signals@2.1.0: