Unverified Commit ef02519e authored by boojack's avatar boojack Committed by GitHub

chore: regenerate yarn lock file (#1530)

parent 557278fa
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.32.2", "@playwright/test": "^1.32.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/lodash-es": "^4.17.5", "@types/lodash-es": "^4.17.5",
"@types/node": "^18.0.3", "@types/node": "^18.0.3",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
......
...@@ -3,7 +3,6 @@ import { initReactI18next } from "react-i18next"; ...@@ -3,7 +3,6 @@ import { initReactI18next } from "react-i18next";
import LanguageDetector from "i18next-browser-languagedetector"; import LanguageDetector from "i18next-browser-languagedetector";
import toast from "react-hot-toast"; import toast from "react-hot-toast";
// eslint-disable-next-line prettier/prettier
export const availableLocales = [ export const availableLocales = [
"de", "de",
"en", "en",
......
...@@ -34,7 +34,4 @@ module.exports = { ...@@ -34,7 +34,4 @@ module.exports = {
}, },
}, },
}, },
plugins: [
require('@tailwindcss/line-clamp'),
],
}; };
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment