Skip to content

Commit

Permalink
release 2023-07-20 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow authored Jul 20, 2023
2 parents 4b0caf1 + cb46e2e commit b4e7045
Show file tree
Hide file tree
Showing 24 changed files with 2,810 additions and 2,589 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
with:
node-version: 18
- uses: pnpm/action-setup@c3b53f6a16e57305370b4ae5a540c2077a1d50dd # v2.2.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@004c5de30b6423267685b897a3d595e944f7fed5 # v2
uses: github/codeql-action/init@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@004c5de30b6423267685b897a3d595e944f7fed5 # v2
uses: github/codeql-action/analyze@1813ca74c3faaa3a2da2070b9b8a0b3e7373a0d8 # v2
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git_commit_gpgsign: true

- name: Install Node.js
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
with:
node-version: 18

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.17.0
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ const config = {
remotePatterns: [{ protocol: 'https', hostname: 'placehold.co', pathname: '/**' }],
// domains: ['placehold.co'],
},
experimental: {
outputFileTracingExcludes: {
'*': ['**swc+core**', '**esbuild**'],
},
},
eslint: { ignoreDuringBuilds: process.env.VERCEL_ENV !== 'production' },
typescript: { ignoreBuildErrors: process.env.VERCEL_ENV !== 'production' },
}
Expand Down
114 changes: 57 additions & 57 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,85 +30,85 @@
"with-env": "dotenv -e ./.env --"
},
"dependencies": {
"@crowdin/crowdin-api-client": "1.23.3",
"@crowdin/crowdin-api-client": "1.23.4",
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.15",
"@mantine/core": "6.0.15",
"@mantine/dates": "6.0.15",
"@mantine/dropzone": "6.0.15",
"@mantine/form": "6.0.15",
"@mantine/hooks": "6.0.15",
"@mantine/modals": "6.0.15",
"@mantine/next": "6.0.15",
"@mantine/notifications": "6.0.15",
"@mantine/nprogress": "6.0.15",
"@mantine/prism": "6.0.15",
"@mantine/spotlight": "6.0.15",
"@mantine/tiptap": "6.0.15",
"@mantine/utils": "6.0.15",
"@mantine/carousel": "6.0.17",
"@mantine/core": "6.0.17",
"@mantine/dates": "6.0.17",
"@mantine/dropzone": "6.0.17",
"@mantine/form": "6.0.17",
"@mantine/hooks": "6.0.17",
"@mantine/modals": "6.0.17",
"@mantine/next": "6.0.17",
"@mantine/notifications": "6.0.17",
"@mantine/nprogress": "6.0.17",
"@mantine/prism": "6.0.17",
"@mantine/spotlight": "6.0.17",
"@mantine/tiptap": "6.0.17",
"@mantine/utils": "6.0.17",
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "13.4.8",
"@prisma/client": "4.16.2",
"@tabler/icons-react": "2.23.0",
"@tanstack/react-query": "4.29.19",
"@tanstack/react-query-devtools": "4.29.19",
"@tiptap/extension-link": "2.0.3",
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@trpc/client": "10.33.0",
"@trpc/next": "10.33.0",
"@trpc/react-query": "10.33.0",
"@trpc/server": "10.33.0",
"@next/bundle-analyzer": "13.4.10",
"@prisma/client": "5.0.0",
"@tabler/icons-react": "2.27.0",
"@tanstack/react-query": "4.29.25",
"@tanstack/react-query-devtools": "4.29.25",
"@tiptap/extension-link": "2.0.4",
"@tiptap/react": "2.0.4",
"@tiptap/starter-kit": "2.0.4",
"@trpc/client": "10.35.0",
"@trpc/next": "10.35.0",
"@trpc/react-query": "10.35.0",
"@trpc/server": "10.35.0",
"@vercel/analytics": "1.0.1",
"dayjs": "1.11.9",
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"eslint-config-prettier": "8.8.0",
"i18next": "23.2.6",
"i18next": "23.2.11",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.1",
"luxon": "3.3.0",
"nanoid": "4.0.2",
"next": "13.4.8",
"next-auth": "4.22.1",
"next": "13.4.10",
"next-auth": "4.22.3",
"next-i18next": "14.0.0",
"next-sitemap": "4.1.8",
"nextjs-routes": "2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.0.1",
"react-i18next": "13.0.2",
"slugify": "1.6.6",
"superjson": "1.12.4",
"superjson": "1.13.1",
"zod": "3.21.4"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@paralleldrive/cuid2": "2.2.1",
"@storybook/addon-a11y": "7.0.25",
"@storybook/addon-essentials": "7.0.25",
"@storybook/addon-interactions": "7.0.25",
"@storybook/addon-links": "7.0.25",
"@storybook/addon-viewport": "7.0.25",
"@storybook/blocks": "7.0.25",
"@storybook/nextjs": "7.0.25",
"@storybook/react": "7.0.25",
"@storybook/addon-a11y": "7.1.0",
"@storybook/addon-essentials": "7.1.0",
"@storybook/addon-interactions": "7.1.0",
"@storybook/addon-links": "7.1.0",
"@storybook/addon-viewport": "7.1.0",
"@storybook/blocks": "7.1.0",
"@storybook/nextjs": "7.1.0",
"@storybook/react": "7.1.0",
"@storybook/testing-library": "0.2.0",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.3.0",
"@types/node": "18.16.19",
"@types/prettier": "2.7.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/umami": "0.1.1",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"boxen": "7.1.0",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.2",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"boxen": "7.1.1",
"chromatic": "6.19.9",
"dotenv": "16.3.1",
"dotenv-cli": "7.2.1",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"eslint-config-prettier": "8.8.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.5.5",
Expand All @@ -117,25 +117,25 @@
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-turbo": "1.10.7",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-turbo": "1.10.9",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"listr2": "6.6.0",
"merge-anything": "5.1.7",
"prettier": "2.8.8",
"prettier-plugin-jsdoc": "0.4.2",
"prettier-plugin-packagejson": "2.4.3",
"prettier-plugin-prisma": "4.13.0",
"prisma": "4.16.2",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"prisma": "5.0.0",
"react-docgen-typescript": "2.2.2",
"storybook": "7.0.25",
"storybook": "7.1.0",
"tsx": "3.12.7",
"turbo": "1.10.7",
"type-fest": "3.12.0",
"turbo": "1.10.9",
"type-fest": "4.0.0",
"typescript": "5.1.6"
},
"packageManager": "[email protected].6",
"packageManager": "[email protected].9",
"engines": {
"node": "^18.0.0",
"pnpm": "^8.0.0"
Expand Down
Loading

1 comment on commit b4e7045

@vercel
Copy link

@vercel vercel bot commented on b4e7045 Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.