diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index cc0e479..3ef8bf4 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "@next/mdx": "^14.0.2", "feed": "^4.2.2", "graphql": "^16.8.1", + "hast-util-classnames": "^3.0.0", "modern-normalize": "^2.0.0", "next": "^14.0.2", "next-sitemap": "^4.2.3", @@ -64,6 +65,7 @@ "sharp": "^0.32.6", "swr": "^2.2.4", "unified": "^11.0.4", + "unist-util-visit": "^5.0.0", "use-ackee": "^3.0.1" }, "devDependencies": { @@ -87,6 +89,7 @@ "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.0", "@testing-library/user-event": "^14.5.1", + "@types/hast": "^3.0.3", "@types/jest": "^29.5.8", "@types/mdx": "^2.0.10", "@types/node": "^20.9.0", @@ -124,7 +127,6 @@ "stylelint-config-standard-scss": "^11.1.0", "typescript": "^5.2.2", "undici": "^5.28.1", - "unist-util-visit": "^5.0.0", "webpack": "^5.89.0" } } |
