perf!: reduce the bundle size of /converters/json-yaml

BREAKING CHANGE: empty keys in yaml are no longer supported
This commit is contained in:
rusconn
2023-06-15 17:08:47 +09:00
parent 3d76979c08
commit 497991f133
4 changed files with 19 additions and 13 deletions

View File

@@ -38,6 +38,7 @@
"html-entities": "^2.3.3",
"io-ts": "^2.2.20",
"js-base64": "^3.7.5",
"js-yaml": "^4.1.0",
"jwt-decode": "^3.1.2",
"lucide-react": "^0.221.0",
"next": "13.4.4",
@@ -48,13 +49,13 @@
"sharp": "^0.32.1",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"uuid": "^9.0.0",
"yaml": "^2.3.1"
"uuid": "^9.0.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.0.1",
"@next/bundle-analyzer": "13.4.4",
"@types/create-hash": "^1.2.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "~18.16.16",
"@types/react": "~18.2.7",
"@types/react-dom": "~18.2.4",