Skip to content

Commit de3a82f

Browse files
feat: update tailwindcss module
1 parent 62f7f07 commit de3a82f

File tree

2 files changed

+156
-62
lines changed

2 files changed

+156
-62
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@
2525
]
2626
},
2727
"dependencies": {
28-
"@tailwindcss/postcss7-compat": "^2.0.2",
29-
"autoprefixer": "^9.8.6",
3028
"next": "^10.0.6",
31-
"postcss": "^7.0.35",
3229
"react": "^17.0.1",
33-
"react-dom": "^17.0.1",
34-
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2"
30+
"react-dom": "^17.0.1"
3531
},
3632
"devDependencies": {
3733
"@babel/core": "^7.12.10",
@@ -45,6 +41,7 @@
4541
"@types/react": "^17.0.0",
4642
"@typescript-eslint/eslint-plugin": "^4.14.2",
4743
"@typescript-eslint/parser": "^4.14.2",
44+
"autoprefixer": "^10.2.6",
4845
"babel-jest": "^26.6.3",
4946
"eslint": "^7.19.0",
5047
"eslint-config-prettier": "^7.2.0",
@@ -58,8 +55,10 @@
5855
"jest-watch-typeahead": "^0.6.1",
5956
"lint-staged": "^10.5.3",
6057
"npm-check-updates": "^11.1.1",
58+
"postcss": "^8.3.0",
6159
"prettier": "^2.2.1",
6260
"react-test-renderer": "^17.0.1",
61+
"tailwindcss": "^2.1.2",
6362
"ts-loader": "^8.0.14",
6463
"typescript": "^4.1.3"
6564
},

0 commit comments

Comments
 (0)