We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ceabc commit ed5c2c8Copy full SHA for ed5c2c8
package.json
@@ -30,16 +30,16 @@
30
"jest": "27.1.0",
31
"postcss": "8.3.11",
32
"prettier": "2.3.2",
33
- "tailwindcss": "2.2.2",
+ "tailwindcss": "3.4.4",
34
"ts-jest": "27.0.4",
35
"typescript": "4.3.5"
36
},
37
"dependencies": {
38
- "@types/tailwindcss": "^2.0.6",
+ "@types/tailwindcss": "^3.0.0",
39
"babel-plugin-macros": "^3.1.0"
40
41
"peerDependencies": {
42
- "tailwindcss": "^2.2.2"
+ "tailwindcss": "^2.2.2 || ^3.0.0"
43
44
"resolutions": {
45
"@babel/types": "7.16.0",
0 commit comments