Skip to content

Commit

Permalink
add i18n faq component and fix clerk dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
blefnk committed Jan 12, 2024
1 parent b1dcc93 commit a7e5db0
Show file tree
Hide file tree
Showing 18 changed files with 2,389 additions and 945 deletions.
2 changes: 1 addition & 1 deletion .github/translations/readme/polish.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

🌐 [Relivator Demo](https://relivator.bleverse.com)

<!-- **TŁUMACZENIE NIE JEST AKTUALNE Z v1.2.3 [WERSJI ANGLOJĘZYCZNEJ README.MD](https://github.com/blefnk/relivator#readme)!** -->
<!-- **TŁUMACZENIE NIE JEST AKTUALNE Z v1.2.4 [WERSJI ANGLOJĘZYCZNEJ README.MD](https://github.com/blefnk/relivator#readme)!** -->

**Uwaga: Poniższy tekst jest w większości maszynowym tłumaczeniem pliku [README.md](https://github.com/blefnk/relivator#readme). Aktywnie pracujemy nad jego ulepszeniem. Prosimy o zapoznanie się z oryginałem, jeśli niektóre fragmenty tekstu są niejasne.**

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Relivator 1.2.3: The Most Feature-Rich Next.js 14 Starter
# Relivator 1.2.4: The Most Feature-Rich Next.js 14 Starter

<!-- https://github.com/blefnk/relivator#readme -->

Expand Down
2 changes: 2 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"firefox",
"Fiverr",
"flashowania",
"flowbite",
"formatjs",
"frameworku",
"frontendu",
Expand All @@ -128,6 +129,7 @@
"hyperscript",
"ianvs",
"icónico",
"iconoir",
"idempotency",
"iframeable",
"ikonik",
Expand Down
56 changes: 37 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relivator",
"version": "1.2.3",
"version": "1.2.4",
"private": true,
"author": {
"name": "Nazarii Korniienko",
Expand Down Expand Up @@ -30,7 +30,7 @@
"format:check": "prettier --check \"**/*.{js,ts,tsx,md,mdx,json}\" --cache --experimental-ternaries",
"format:old": "run-s format:write format:check",
"format:write": "prettier --write \"**/*.{js,ts,tsx,md,mdx,json}\" --cache --experimental-ternaries",
"preinstall": "npx only-allow pnpm",
"preinstall": "run-s pnpm:only reli:config",
"latest": "pnpm update --latest && pnpm up-trpc:next && pnpm add storybook@next @storybook/nextjs@next",
"lint": "eslint-ts . && pnpm stylelint src/**/*.css",
"lint:fix": "eslint-ts . --fix && pnpm stylelint --fix src/**/*.css",
Expand All @@ -44,6 +44,8 @@
"pg:check": "drizzle-kit check:pg",
"pg:generate": "drizzle-kit generate:pg",
"pg:push": "drizzle-kit push:pg",
"pnpm:only": "npx only-allow pnpm",
"reli:config": "tsx reli.config.ts",
"shadcn": "pnpx shadcn-ui@latest add",
"start": "next start",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/webhooks/stripe --latest",
Expand Down Expand Up @@ -73,7 +75,7 @@
"@auth/drizzle-adapter": "^0.3.14",
"@clerk/clerk-react": "4.30.3",
"@clerk/localizations": "^1.26.13",
"@clerk/nextjs": "4.29.2",
"@clerk/nextjs": "4.29.3",
"@clerk/themes": "1.7.9",
"@clerk/types": "3.60.0",
"@cspell/dict-companies": "^3.0.29",
Expand Down Expand Up @@ -132,14 +134,14 @@
"@storybook/nextjs": "8.0.0-alpha.9",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.3.0",
"@t3-oss/env-nextjs": "^0.7.1",
"@t3-oss/env-nextjs": "^0.7.3",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^5.17.9",
"@tanstack/react-query-next-experimental": "^5.17.9",
"@tanstack/react-table": "^8.11.4",
"@trpc/client": "11.0.0-next-beta.178",
"@trpc/react-query": "11.0.0-next-beta.178",
"@trpc/server": "11.0.0-next-beta.178",
"@tanstack/react-table": "^8.11.6",
"@trpc/client": "11.0.0-next-beta.193",
"@trpc/react-query": "11.0.0-next-beta.193",
"@trpc/server": "11.0.0-next-beta.193",
"@types/mdx": "^2.0.10",
"@udecode/cn": "^29.0.1",
"@udecode/plate-autoformat": "^30.0.0",
Expand Down Expand Up @@ -169,6 +171,7 @@
"axios": "^1.6.5",
"browserslist": "^4.22.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"cookies-next": "^4.1.0",
Expand All @@ -181,10 +184,14 @@
"eslint-config-next": "^14.0.4",
"eslint-plugin-drizzle": "^0.2.3",
"flag-icons": "^7.1.0",
"flowbite": "^2.2.1",
"flowbite-react": "^0.7.2",
"graphql": "^16.8.1",
"graphql-scalars": "^1.22.4",
"gsap": "^3.12.4",
"healthier": "^7.0.0",
"html-react-parser": "^5.1.0",
"iconoir-react": "^7.3.0",
"international-types": "^0.8.1",
"lodash": "^4.17.21",
"lucide-react": "^0.309.0",
Expand Down Expand Up @@ -226,20 +233,20 @@
"slate-react": "^0.101.5",
"storybook": "8.0.0-alpha.9",
"string-ts": "^2.0.0",
"stripe": "^14.11.0",
"stripe": "^14.12.0",
"superjson": "^2.2.1",
"tailwind-variants": "^0.1.20",
"tailwindcss-animate": "^1.0.7",
"ts-deepmerge": "^6.2.0",
"type-fest": "^4.9.0",
"uploadthing": "^6.1.1",
"uuid": "^9.0.1",
"vaul": "^0.8.0",
"winston": "^3.11.0",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@0no-co/graphqlsp": "^0.14.1",
"@antfu/eslint-config": "^2.6.2",
"@ava/typescript": "^4.1.0",
"@biomejs/biome": "^1.5.1",
Expand All @@ -258,8 +265,8 @@
"@tailwindcss/typography": "^0.5.10",
"@tanstack/eslint-plugin-query": "^5.17.7",
"@testing-library/jest-dom": "^6.2.0",
"@tokenami/dev": "^0.0.19",
"@tokenami/ts-plugin": "^0.0.19",
"@tokenami/dev": "^0.0.20",
"@tokenami/ts-plugin": "^0.0.20",
"@total-typescript/ts-reset": "^0.5.1",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
Expand All @@ -268,14 +275,15 @@
"@types/pg": "^8.10.9",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "10.4.16",
"ava": "^6.0.1",
"cross-env": "^7.0.3",
"cspell": "^8.3.2",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.20.10",
"drizzle-kit": "^0.20.12",
"eslint": "npm:eslint-ts-patch@8.56.0-0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -285,7 +293,7 @@
"eslint-plugin-format": "^0.1.0",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-jest": "^27.6.2",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jest-extended": "^2.0.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsdoc": "^48.0.2",
Expand Down Expand Up @@ -314,18 +322,18 @@
"knip": "3.13.2",
"lemonsqueezy.ts": "^0.1.7",
"lint-staged": "^15.2.0",
"markdown-it-shikiji": "^0.9.18",
"markdown-it-shikiji": "^0.9.19",
"mysql2": "^3.7.0",
"next-secure-headers": "^2.2.0",
"npm-check": "^6.0.1",
"npm-run-all2": "^6.1.1",
"postcss": "8.4.33",
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
"prettier": "^3.2.1",
"prettier-plugin-packagejson": "^2.4.9",
"prettier-plugin-tailwindcss": "^0.5.11",
"rehype-shikiji": "^0.9.18",
"shikiji": "^0.9.18",
"rehype-shikiji": "^0.9.19",
"shikiji": "^0.9.19",
"standard": "^17.1.0",
"stylelint": "^16.1.0",
"stylelint-config-css-modules": "^4.4.0",
Expand All @@ -349,7 +357,15 @@
},
"pnpm": {
"overrides": {
"graphql": "$graphql"
"next": "$next",
"graphql": "$graphql",
"@contentlayer/core>esbuild": "0.19.11",
"@opentelemetry/core>@opentelemetry/api": "1.7.0",
"@opentelemetry/otlp-transformer>@opentelemetry/api": "1.7.0",
"@opentelemetry/sdk-trace-base>@opentelemetry/api": "1.7.0",
"@opentelemetry/sdk-metrics>@opentelemetry/api": "1.7.0",
"@opentelemetry/sdk-logs>@opentelemetry/api": "1.7.0",
"@opentelemetry/resources>@opentelemetry/api": "1.7.0"
},
"allowedDeprecatedVersions": {
"@babel/plugin-proposal-nullish-coalescing-operator": "*",
Expand All @@ -363,7 +379,9 @@
"rollup-plugin-inject": "*",
"@npmcli/move-file": "*",
"sourcemap-codec": "*",
"coffee-script": "*",
"domexception": "*",
"gulp-header": "*",
"abab": "*",
"uuid": "*"
}
Expand Down
Loading

0 comments on commit a7e5db0

Please sign in to comment.