Skip to content

Commit

Permalink
release: 2023-12-11 (#280)
Browse files Browse the repository at this point in the history
PR-URL: #280
Co-authored-by: Joe Karow <58997957+JoeKarow@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 11, 2023
2 parents 32b2338 + 1f2ee36 commit d0a8fa8
Show file tree
Hide file tree
Showing 5 changed files with 697 additions and 685 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Publish to Chromatic
uses: chromaui/action@2f12dc37555ffc9ed980d883e96b6d03724a2d6a # v10
uses: chromaui/action@ad023504f8a7c8bd7f63d0f6775c05357f3a6478 # v10
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2
uses: github/codeql-action/init@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2
uses: github/codeql-action/analyze@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v2
53 changes: 27 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,63 +40,64 @@
"@mantine/hooks": "6.0.21",
"@mantine/next": "6.0.21",
"@neondatabase/serverless": "0.6.0",
"@next/bundle-analyzer": "14.0.3",
"@next/bundle-analyzer": "14.0.4",
"@prisma/adapter-neon": "5.7.0",
"@prisma/client": "5.7.0",
"@tabler/icons-react": "2.42.0",
"@tabler/icons-react": "2.44.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"@trpc/client": "10.44.1",
"@trpc/next": "10.44.1",
"@trpc/react-query": "10.44.1",
"@trpc/server": "10.44.1",
"@vercel/analytics": "1.1.1",
"@vercel/speed-insights": "1.0.1",
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"i18next": "23.7.7",
"i18next": "23.7.8",
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "2.4.2",
"nanoid": "5.0.4",
"next": "14.0.3",
"next-i18next": "15.0.0",
"next": "14.0.4",
"next-i18next": "15.1.1",
"next-sitemap": "4.2.3",
"nextjs-routes": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "13.5.0",
"slugify": "1.6.6",
"superjson": "2.2.1",
"ws": "8.14.2",
"ws": "8.15.0",
"zod": "3.22.4"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@paralleldrive/cuid2": "2.2.2",
"@storybook/addon-a11y": "7.6.3",
"@storybook/addon-essentials": "7.6.3",
"@storybook/addon-interactions": "7.6.3",
"@storybook/addon-links": "7.6.3",
"@storybook/addon-viewport": "7.6.3",
"@storybook/blocks": "7.6.3",
"@storybook/nextjs": "7.6.3",
"@storybook/react": "7.6.3",
"@storybook/addon-a11y": "7.6.4",
"@storybook/addon-essentials": "7.6.4",
"@storybook/addon-interactions": "7.6.4",
"@storybook/addon-links": "7.6.4",
"@storybook/addon-viewport": "7.6.4",
"@storybook/blocks": "7.6.4",
"@storybook/nextjs": "7.6.4",
"@storybook/react": "7.6.4",
"@storybook/testing-library": "0.2.2",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.3.7",
"@types/node": "20.10.3",
"@types/node": "20.10.4",
"@types/prettier": "2.7.3",
"@types/react": "18.2.42",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/umami": "0.1.5",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"boxen": "7.1.1",
"chromatic": "10.0.0",
"chromatic": "10.1.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.55.0",
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.1",
Expand All @@ -106,25 +107,25 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-turbo": "1.11.0",
"eslint-plugin-turbo": "1.11.1",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"listr2": "8.0.0",
"luxon": "3.4.4",
"merge-anything": "5.1.7",
"prettier": "3.1.0",
"prettier": "3.1.1",
"prettier-plugin-jsdoc": "1.1.1",
"prettier-plugin-packagejson": "2.4.7",
"prettier-plugin-prisma": "5.0.0",
"prisma": "5.7.0",
"react-docgen-typescript": "2.2.2",
"storybook": "7.6.3",
"storybook": "7.6.4",
"tsx": "4.6.2",
"turbo": "1.11.0",
"turbo": "1.11.1",
"type-fest": "4.8.3",
"typescript": "5.3.2"
"typescript": "5.3.3"
},
"packageManager": "pnpm@8.11.0",
"packageManager": "pnpm@8.12.0",
"engines": {
"node": "^20.0.0",
"pnpm": "^8.0.0"
Expand Down
Loading

1 comment on commit d0a8fa8

@vercel
Copy link

@vercel vercel bot commented on d0a8fa8 Dec 11, 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.