Skip to content

Commit

Permalink
Pin tailwindcss to <3.3.0 due to incompatible change
Browse files Browse the repository at this point in the history
This resolves matheus23#25 for the 0.5-alpha branch.
  • Loading branch information
nidico committed Mar 29, 2023
1 parent f3bb237 commit 4d36f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"magic-string": "^0.25.7",
"postcss": "^8.4.14",
"rimraf": "^3.0.2",
"tailwindcss": "^3.1.6",
"tailwindcss": ">=3.1.6 <3.3.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.36",
"typescript": "4.2.4"
},
"peerDependencies": {
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2 || ^3.1.6"
"tailwindcss": "^2.0.2 || >=3.1.6 <3.3.0"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 4d36f2e

Please sign in to comment.