build(deps): switch to using postcss8 version of tailwind

This commit is contained in:
sct
2021-03-31 19:03:10 +09:00
parent 13e1595c6e
commit 55b18f0023
3 changed files with 91 additions and 435 deletions

View File

@@ -129,11 +129,10 @@
"lint-staged": "^10.5.4",
"nodemon": "^2.0.7",
"postcss": "^8.2.8",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"semantic-release": "^17.4.2",
"semantic-release-docker-buildx": "^1.0.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"tailwindcss": "^2.0.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},