Skip to content

Commit

Permalink
fix: update twind to use fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Mar 22, 2021
1 parent 96064f1 commit a1bc8fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"sideEffects": false,
"peerDependencies": {
"twind": ">=0.16.6 <2"
"twind": ">=0.16.8 <2"
},
"peerDependenciesMeta": {
"twind": {
Expand All @@ -99,7 +99,7 @@
"esbuild": "^0.9.3",
"fast-json-stable-stringify": "^2.1.0",
"match-sorter": "^6.3.0",
"twind": "^0.16.6",
"twind": "^0.16.8",
"typescript": "^4.1.0",
"typescript-template-language-service-decorator": "^2.2.0",
"vscode-languageserver-types": "^3.13.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1253,10 +1253,10 @@ tsutils@^3.17.1:
dependencies:
tslib "^1.8.1"

twind@^0.16.6:
version "0.16.6"
resolved "https://registry.npmjs.org/twind/-/twind-0.16.6.tgz#2da593cc390311cb6284252cd169518f6c524a70"
integrity sha512-YQ6d3KPfqwyytY/TGXuKquNagbAfyOKITP40i/4PHRwNvcQU+z56ralLp0aRW0ydVUVQZC+vR/2UFU9i0xc+/w==
twind@^0.16.8:
version "0.16.8"
resolved "https://registry.npmjs.org/twind/-/twind-0.16.8.tgz#164da6c889cb52607915bd5b97e62c969ca10cc3"
integrity sha512-9mnQS/q1U+U6cRSdoE/PozGSOpENZWjS/MOFzcd4dpCZQRWoGa5DKBuTRJiHZdSO9ClEnFjlVB8dGR4w4yTimw==
dependencies:
csstype "^3.0.5"
htmlparser2 "^6.0.0"
Expand Down

0 comments on commit a1bc8fa

Please sign in to comment.