Skip to content

Commit c9e6399

Browse files
committed
fix: removed mistake tailwind dependencies
1 parent 6e940b8 commit c9e6399

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
"@emotion/react": "^11.10.6",
1919
"@emotion/styled": "^11.10.6",
2020
"@fontsource/inter": "^4.5.15",
21-
"@headlessui/react": "^1.7.17",
22-
"@heroicons/react": "^2.0.18",
2321
"@vercel/analytics": "^0.1.10",
2422
"framer-motion": "^10.0.0",
2523
"next": "13.2.1",

yarn.lock

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,18 +1270,6 @@
12701270
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-4.5.15.tgz#eed1873d68755d3b52d6fcfcfa3493118430a512"
12711271
integrity sha512-FzleM9AxZQK2nqsTDtBiY0PMEVWvnKnuu2i09+p6DHvrHsuucoV2j0tmw+kAT3L4hvsLdAIDv6MdGehsPIdT+Q==
12721272

1273-
"@headlessui/react@^1.7.17":
1274-
version "1.7.17"
1275-
resolved "https://registry.yarnpkg.com/@headlessui/react/-/react-1.7.17.tgz#a0ec23af21b527c030967245fd99776aa7352bc6"
1276-
integrity sha512-4am+tzvkqDSSgiwrsEpGWqgGo9dz8qU5M3znCkC4PgkpY4HcCZzEDEvozltGGGHIKl9jbXbZPSH5TWn4sWJdow==
1277-
dependencies:
1278-
client-only "^0.0.1"
1279-
1280-
"@heroicons/react@^2.0.18":
1281-
version "2.0.18"
1282-
resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.18.tgz#f80301907c243df03c7e9fd76c0286e95361f7c1"
1283-
integrity sha512-7TyMjRrZZMBPa+/5Y8lN0iyvUU/01PeMGX2+RE7cQWpEUIcb4QotzUObFkJDejj/HUH4qjP/eQ0gzzKs2f+6Yw==
1284-
12851273
"@humanwhocodes/config-array@^0.11.8":
12861274
version "0.11.8"
12871275
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.8.tgz#03595ac2075a4dc0f191cc2131de14fbd7d410b9"
@@ -2639,7 +2627,7 @@ cli-truncate@^3.1.0:
26392627
slice-ansi "^5.0.0"
26402628
string-width "^5.0.0"
26412629

2642-
[email protected], client-only@^0.0.1:
2630+
26432631
version "0.0.1"
26442632
resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1"
26452633
integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==

0 commit comments

Comments
 (0)