diff --git a/package.json b/package.json index 4b22757..67a80ec 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "eslint": ">=7.12.1" }, "dependencies": { - "@tailwindcss/typography": ">=0.4.0", - "autoprefixer": ">=10.2.4", - "markdown-it-anchor": ">=7.0.1", - "postcss-cli": ">=8.3.1", + "@tailwindcss/typography": "^0.4.0", + "autoprefixer": "^10.2.4", + "markdown-it-anchor": "^7.0.1", + "postcss-cli": "^8.3.1", "tailwindcss": ">=2.0.2" } }