adjust package json to system packages

This commit is contained in:
eggy 2021-04-07 12:37:55 -04:00
parent 5633baedb3
commit 3ccfebe3c9

View File

@ -19,10 +19,10 @@
"eslint": ">=7.12.1" "eslint": ">=7.12.1"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/typography": ">=0.4.0", "@tailwindcss/typography": "^0.4.0",
"autoprefixer": ">=10.2.4", "autoprefixer": "^10.2.4",
"markdown-it-anchor": ">=7.0.1", "markdown-it-anchor": "^7.0.1",
"postcss-cli": ">=8.3.1", "postcss-cli": "^8.3.1",
"tailwindcss": ">=2.0.2" "tailwindcss": ">=2.0.2"
} }
} }