Update runtime dependencies

This commit is contained in:
DefectingCat
2022-01-20 13:21:52 +08:00
parent 3654f3fcc2
commit 5636cc167f

View File

@ -33,7 +33,10 @@
"remark-rehype": "^10.0.1",
"remark-toc": "^8.0.1",
"sharp": "^0.29.3",
"unified": "^10.1.0"
"unified": "^10.1.0",
"strip-markdown": "^5.0.0",
"classnames": "^2.3.1",
"gray-matter": "^4.0.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.1",
@ -44,14 +47,11 @@
"@types/react": "17.0.38",
"@types/react-stickynode": "^4.0.0",
"autoprefixer": "^10.4.2",
"classnames": "^2.3.1",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"gray-matter": "^4.0.3",
"jest": "^27.4.7",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"strip-markdown": "^5.0.0",
"tailwindcss": "^3.0.13",
"typescript": "4.5.4"
}