chore: bump package versions

This commit is contained in:
Kim, Jimin 2023-07-09 11:08:53 +09:00
parent 8add42bc68
commit af35b116a0
10 changed files with 804 additions and 811 deletions

View file

@ -11,20 +11,20 @@
"clean": "rm -rf .turbo node_modules dist"
},
"dependencies": {
"@types/ejs": "^3.1.1",
"@types/katex": "^0.14.0",
"@types/ejs": "^3.1.2",
"@types/katex": "^0.16.0",
"@types/markdown-it": "^12.2.3",
"@types/read-time-estimate": "^0.0.0",
"@types/svgo": "^3.0.0",
"@types/tinycolor2": "^1.4.3",
"canvas": "^2.11.2",
"ejs": "^3.1.8",
"ejs": "^3.1.9",
"elasticlunr": "^0.9.5",
"gray-matter": "^4.0.3",
"jsdom": "^22.1.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"markdown-it-attrs": "^4.1.4",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^3.0.3",
"markdown-it-highlight-lines": "^1.0.2",
"markdown-it-mark": "^3.0.1",
@ -34,19 +34,19 @@
"markdown-it-texmath": "^1.0.0",
"markdown-toc": "^1.2.0",
"read-time-estimate": "^0.0.3",
"simple-icons": "^7.21.0",
"simple-icons": "^9.4.0",
"slugify": "^1.6.6",
"svgo": "^3.0.2",
"tinycolor2": "^1.4.2"
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@developomp-site/eslint-config": "workspace:*",
"@types/elasticlunr": "^0.9.5",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.4.0",
"@types/node": "^20.4.1",
"eslint": "^8.44.0",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^5.1.6"
}
}