Skip to content

Commit

Permalink
release: 2023-06-20 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jun 20, 2023
2 parents 3851adf + e9989f9 commit 72e704d
Show file tree
Hide file tree
Showing 14 changed files with 1,136 additions and 1,482 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: pnpm install
# 👇 Runs Chromatic CLI in ./packages/ui
- name: Publish to Chromatic
uses: chromaui/action@7b439818e52945a64bc891ce8b0d8fec3aa47343 # v1
uses: chromaui/action@422cd01724d9a94e7d32d3d1e04ed5b044e90ba3 # v1
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2
uses: github/codeql-action/init@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2
uses: github/codeql-action/analyze@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: mheap/github-action-required-labels@8c23b2a5dd991324e5f37b3fea9dfce5afd7657e # v5
uses: mheap/github-action-required-labels@4e9ef4ce8c697cf55716ecbf7f13a3d9e0b6ac6a # v5
with:
labels: "breaking-change, bugfix, documentation, enhancement, refactor, performance, new-feature, maintenance, ci, dependencies, translations, changelog-ignore"
mode: minimum
Expand Down
96 changes: 48 additions & 48 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,86 +31,86 @@
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/server": "11.11.0",
"@mantine/carousel": "6.0.13",
"@mantine/core": "6.0.13",
"@mantine/dates": "6.0.13",
"@mantine/dropzone": "6.0.13",
"@mantine/form": "6.0.13",
"@mantine/hooks": "6.0.13",
"@mantine/modals": "6.0.13",
"@mantine/next": "6.0.13",
"@mantine/notifications": "6.0.13",
"@mantine/nprogress": "6.0.13",
"@mantine/prism": "6.0.13",
"@mantine/spotlight": "6.0.13",
"@mantine/tiptap": "6.0.13",
"@mantine/utils": "6.0.13",
"@mantine/carousel": "6.0.14",
"@mantine/core": "6.0.14",
"@mantine/dates": "6.0.14",
"@mantine/dropzone": "6.0.14",
"@mantine/form": "6.0.14",
"@mantine/hooks": "6.0.14",
"@mantine/modals": "6.0.14",
"@mantine/next": "6.0.14",
"@mantine/notifications": "6.0.14",
"@mantine/nprogress": "6.0.14",
"@mantine/prism": "6.0.14",
"@mantine/spotlight": "6.0.14",
"@mantine/tiptap": "6.0.14",
"@mantine/utils": "6.0.14",
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "13.4.5",
"@prisma/client": "4.15.0",
"@next/bundle-analyzer": "13.4.6",
"@prisma/client": "4.16.0",
"@tabler/icons-react": "2.22.0",
"@tanstack/react-query": "4.29.12",
"@tanstack/react-query-devtools": "4.29.12",
"@tanstack/react-query": "4.29.14",
"@tanstack/react-query-devtools": "4.29.14",
"@tiptap/extension-link": "2.0.3",
"@tiptap/react": "2.0.3",
"@tiptap/starter-kit": "2.0.3",
"@trpc/client": "10.30.0",
"@trpc/next": "10.30.0",
"@trpc/react-query": "10.30.0",
"@trpc/server": "10.30.0",
"@trpc/client": "10.31.0",
"@trpc/next": "10.31.0",
"@trpc/react-query": "10.31.0",
"@trpc/server": "10.31.0",
"@vercel/analytics": "1.0.1",
"dayjs": "1.11.8",
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"eslint-config-prettier": "8.8.0",
"i18next": "22.5.1",
"i18next": "23.2.1",
"i18next-browser-languagedetector": "7.0.2",
"i18next-http-backend": "2.2.1",
"luxon": "3.3.0",
"nanoid": "4.0.2",
"next": "13.4.5",
"next": "13.4.6",
"next-auth": "4.22.1",
"next-i18next": "13.3.0",
"next-i18next": "14.0.0",
"nextjs-routes": "2.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "12.3.1",
"react-i18next": "13.0.0",
"slugify": "1.6.6",
"superjson": "1.12.3",
"zod": "3.21.4"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@paralleldrive/cuid2": "2.2.1",
"@storybook/addon-a11y": "7.0.20",
"@storybook/addon-essentials": "7.0.20",
"@storybook/addon-interactions": "7.0.20",
"@storybook/addon-links": "7.0.20",
"@storybook/addon-viewport": "7.0.20",
"@storybook/blocks": "7.0.20",
"@storybook/nextjs": "7.0.20",
"@storybook/react": "7.0.20",
"@storybook/addon-a11y": "7.0.22",
"@storybook/addon-essentials": "7.0.22",
"@storybook/addon-interactions": "7.0.22",
"@storybook/addon-links": "7.0.22",
"@storybook/addon-viewport": "7.0.22",
"@storybook/blocks": "7.0.22",
"@storybook/nextjs": "7.0.22",
"@storybook/react": "7.0.22",
"@storybook/testing-library": "0.1.0",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.3.0",
"@types/node": "18.16.17",
"@types/node": "18.16.18",
"@types/prettier": "2.7.3",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@types/umami": "0.1.1",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"boxen": "7.1.0",
"chromatic": "6.18.2",
"dotenv": "16.1.4",
"chromatic": "6.19.8",
"dotenv": "16.3.1",
"dotenv-cli": "7.2.1",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "8.8.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-i18next": "6.0.2",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.32.2",
Expand All @@ -124,15 +124,15 @@
"prettier-plugin-jsdoc": "0.4.2",
"prettier-plugin-packagejson": "2.4.3",
"prettier-plugin-prisma": "4.13.0",
"prisma": "4.15.0",
"prisma": "4.16.0",
"react-docgen-typescript": "2.2.2",
"storybook": "7.0.20",
"storybook": "7.0.22",
"tsx": "3.12.7",
"turbo": "1.10.3",
"type-fest": "3.11.1",
"type-fest": "3.12.0",
"typescript": "5.1.3"
},
"packageManager": "pnpm@8.6.2",
"packageManager": "pnpm@8.6.3",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
Expand Down
Loading

0 comments on commit 72e704d

Please sign in to comment.