chore: bump package versions

This commit is contained in:
Kim, Jimin 2023-12-23 18:38:01 +09:00
parent d79b51a159
commit 6af4e34408
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
9 changed files with 2245 additions and 2294 deletions

View file

@ -10,40 +10,40 @@
"dependencies": {
"@developomp-site/eslint-config": "workspace:^",
"@developomp-site/prettier-config": "workspace:^",
"@microflash/remark-callout-directives": "^1.6.0",
"@types/dompurify": "^3.0.2",
"@types/elasticlunr": "^0.9.5",
"@types/jsdom": "^21.1.1",
"@types/katex": "^0.16.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.4.1",
"@types/read-time-estimate": "^0.0.0",
"@types/tinycolor2": "^1.4.3",
"@microflash/remark-callout-directives": "^2.0.0",
"@types/dompurify": "^3.0.5",
"@types/elasticlunr": "^0.9.9",
"@types/jsdom": "^21.1.6",
"@types/katex": "^0.16.7",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.10.5",
"@types/read-time-estimate": "^0.0.2",
"@types/tinycolor2": "^1.4.6",
"elasticlunr": "^0.9.5",
"eslint": "^8.44.0",
"eslint": "^8.56.0",
"gray-matter": "^4.0.3",
"jsdom": "^22.1.0",
"jsdom": "^23.0.1",
"markdown-toc": "^1.2.0",
"read-time-estimate": "^0.0.3",
"rehype-autolink-headings": "^6.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-color-chips": "^0.1.3",
"rehype-highlight": "^6.0.0",
"rehype-katex": "^6.0.3",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"rehype-highlight": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"rehype-title-figure": "^0.1.2",
"remark-directive": "^2.0.1",
"remark-directive": "^3.0.0",
"remark-flexible-markers": "^1.0.3",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-supersub": "^1.0.0",
"simple-icons": "^9.4.0",
"simple-icons": "^10.3.0",
"tinycolor2": "^1.6.0",
"typescript": "^5.1.6",
"unified": "^10.1.2"
"typescript": "^5.3.3",
"unified": "^11.0.4"
}
}