Skip to content

Commit a8014f5

Browse files
committed
chore: upgrade tailwind to 3.0 version
1 parent d665a02 commit a8014f5

File tree

2 files changed

+40
-190
lines changed

2 files changed

+40
-190
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@octokit/auth-token": "^2.5.0",
1414
"@octokit/core": "^3.5.1",
1515
"@octokit/plugin-rest-endpoint-methods": "^5.13.0",
16-
"@tailwindcss/typography": "^0.4.1",
16+
"@tailwindcss/typography": "^0.5.0",
1717
"classnames": "^2.3.1",
1818
"github-oauth-popup": "^1.2.0",
1919
"gray-matter": "^4.0.2",
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"autoprefixer": "^10.4.0",
29-
"postcss": "^8.3.11",
30-
"tailwindcss": "^2.2.19"
29+
"postcss": "^8.4.4",
30+
"tailwindcss": "^3.0.0"
3131
}
3232
}

0 commit comments

Comments
 (0)