Skip to content

Commit

Permalink
build(demo): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ecklf committed Nov 18, 2021
1 parent 32743a9 commit 2828482
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tailwindcss-radix": "^1.0.1"
"tailwindcss-radix": "^1.1.0"
},
"devDependencies": {
"@types/react": "^17.0.35",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
}
}
16 changes: 8 additions & 8 deletions demo/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2647,10 +2647,10 @@ supports-color@^8.0.0:
dependencies:
has-flag "^4.0.0"

tailwindcss-radix@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/tailwindcss-radix/-/tailwindcss-radix-1.0.1.tgz#fe5f31ba849a1e764f59914525a9ec4f5861afdd"
integrity sha512-WH7ag6F5RsD9Q7MqxiT14swAmPAQYg04+0YsFSTDWvn3wwWZ7T+ymu9dcQQsRPNu2YkyFfN9JyfjMCyn0aOoeA==
tailwindcss-radix@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/tailwindcss-radix/-/tailwindcss-radix-1.1.0.tgz#a4707f7da966ee8ef3b6bba32bdd84faac49321e"
integrity sha512-vx+GYSOeMXTSbog7ZYAUR0PlEM5i+tWWou2wJyISTzD0Z1TbMT4+dX8I3bNGtNroeVuDqFIXVBjcJmkLMdy7Xw==

tailwindcss@^2.2.4:
version "2.2.19"
Expand Down Expand Up @@ -2743,10 +2743,10 @@ type-fest@^0.7.1:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
integrity sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==

typescript@^4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
typescript@^4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998"
integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw==

unbox-primitive@^1.0.1:
version "1.0.1"
Expand Down

0 comments on commit 2828482

Please sign in to comment.