Skip to content

Commit

Permalink
refactor: remove @tailwindcss/line-clamp (snapshot-labs#3697)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmtvlv authored Apr 4, 2023
1 parent 100dbf0 commit 384765b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@shutter-network/shutter-crypto": "0.1.0-beta.3",
"@snapshot-labs/lock": "^0.1.1013",
"@snapshot-labs/pineapple": "^0.1.0-beta.1",
"@snapshot-labs/tune": "^0.1.8",
"@snapshot-labs/snapshot.js": "^0.4.75",
"@snapshot-labs/tune": "^0.1.8",
"@vue/apollo-composable": "4.0.0-beta.4",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.1.23",
Expand Down Expand Up @@ -74,7 +74,6 @@
"@iconify-json/heroicons-outline": "^1.1.6",
"@synthetixio/synpress": "^3.5.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.57.0",
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ module.exports = {
}
},
plugins: [
require('@tailwindcss/line-clamp'),
require('prettier-plugin-tailwindcss'),
require('@tailwindcss/forms')({
strategy: 'class'
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1652,11 +1652,6 @@
dependencies:
mini-svg-data-uri "^1.2.3"

"@tailwindcss/line-clamp@^0.4.4":
version "0.4.4"
resolved "https://registry.yarnpkg.com/@tailwindcss/line-clamp/-/line-clamp-0.4.4.tgz#767cf8e5d528a5d90c9740ca66eb079f5e87d423"
integrity sha512-5U6SY5z8N42VtrCrKlsTAA35gy2VSyYtHWCsg1H87NU1SXnEfekTVlrga9fzUDrrHcGi2Lb5KenUWb4lRQT5/g==

"@testing-library/cypress@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-9.0.0.tgz#3facad49c4654a99bbd138f83f33b415d2d6f097"
Expand Down

0 comments on commit 384765b

Please sign in to comment.