🧑‍💻 Use sherif (#1400)

This commit is contained in:
Luke Vella 2024-10-19 13:17:01 +01:00 committed by GitHub
parent 084b096c6f
commit 003118a0ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 51 additions and 400 deletions

View file

@ -21,7 +21,7 @@
"@svgr/webpack": "^6.5.1",
"@vercel/analytics": "^0.1.8",
"accept-language-parser": "^1.5.0",
"dayjs": "^1.11.7",
"dayjs": "^1.11.10",
"gray-matter": "^4.0.3",
"i18next": "^22.4.9",
"i18next-icu": "^2.3.0",
@ -36,8 +36,8 @@
},
"devDependencies": {
"@next/bundle-analyzer": "^12.3.4",
"@rallly/tsconfig": "*",
"@rallly/eslint-config": "*",
"@rallly/tsconfig": "*",
"@types/color-hash": "^1.0.2",
"@types/lodash": "^4.14.178",
"cross-env": "^7.0.3",

View file

@ -53,9 +53,9 @@
"cookie": "^0.7.0",
"crypto": "^1.0.1",
"dayjs": "^1.11.10",
"i18next": "^22.4.9",
"i18next-icu": "^2.3.0",
"i18next-resources-to-backend": "^1.1.4",
"i18next": "^22.4.9",
"ics": "^3.1.0",
"intl-messageformat": "^10.3.4",
"iron-session": "^6.3.1",
@ -63,7 +63,7 @@
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"lodash": "^4.17.21",
"lucide-react": "^0.367.0",
"lucide-react": "^0.387.0",
"micro": "^10.0.1",
"nanoid": "^4.0.0",
"next-auth": "^4.24.5",
@ -73,8 +73,8 @@
"posthog-js": "^1.154.0",
"posthog-node": "^4.0.1",
"react-big-calendar": "^1.8.1",
"react-hook-form-persist": "^3.0.0",
"react-hook-form": "^7.42.1",
"react-hook-form-persist": "^3.0.0",
"react-i18next": "^12.1.4",
"react-remove-scroll": "^2.5.6",
"react-use": "^17.4.0",
@ -99,7 +99,7 @@
"i18next-scanner": "^4.2.0",
"i18next-scanner-typescript": "^1.1.1",
"smtp-tester": "^2.1.0",
"vitest": "^1.3.1",
"vitest": "^2.1.1",
"wait-on": "^6.0.1"
}
}