Skip to content

Commit

Permalink
chore: regenerate yarn lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Apr 15, 2023
1 parent 557278f commit 29c95ff
Show file tree
Hide file tree
Showing 4 changed files with 3,416 additions and 5,588 deletions.
1 change: 0 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
},
"devDependencies": {
"@playwright/test": "^1.32.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/lodash-es": "^4.17.5",
"@types/node": "^18.0.3",
"@types/qs": "^6.9.7",
Expand Down
1 change: 0 additions & 1 deletion web/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { initReactI18next } from "react-i18next";
import LanguageDetector from "i18next-browser-languagedetector";
import toast from "react-hot-toast";

// eslint-disable-next-line prettier/prettier
export const availableLocales = [
"de",
"en",
Expand Down
3 changes: 0 additions & 3 deletions web/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,4 @@ module.exports = {
},
},
},
plugins: [
require('@tailwindcss/line-clamp'),
],
};
Loading

0 comments on commit 29c95ff

Please sign in to comment.