Skip to content

Commit

Permalink
release: 2023-08-22 (#150)
Browse files Browse the repository at this point in the history
PR-URL: #150
Co-authored-by: Joe Karow <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 22, 2023
2 parents 3e292e8 + 0609928 commit 7c20aae
Show file tree
Hide file tree
Showing 5 changed files with 1,206 additions and 925 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: github/privileged-requester@c124d56612a42b75bfa9984b21d1af9fa0ca7186 # v1.0.0
- uses: github/privileged-requester@91ebaf95f94bf27577b474f91936815d0f98138e # v1.0.1
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
with:
myToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .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@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: 18
- uses: pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
Expand All @@ -43,7 +43,7 @@ jobs:
run: pnpm install
# 👇 Runs Chromatic CLI in ./packages/ui
- name: Publish to Chromatic
uses: chromaui/action@4f2201a85e8dcbaaf39969d144e6e917da2ae327 # v1
uses: chromaui/action@355e2a05a179e9e89c2b237dcd55adbeb89e577e # v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
Expand Down
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@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3
with:
node-version: 18

Expand Down
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"@mantine/tiptap": "6.0.19",
"@mantine/utils": "6.0.19",
"@next-auth/prisma-adapter": "1.0.7",
"@next/bundle-analyzer": "13.4.15",
"@prisma/client": "5.1.1",
"@tabler/icons-react": "2.30.0",
"@tanstack/react-query": "4.32.6",
"@tanstack/react-query-devtools": "4.32.6",
"@tiptap/extension-link": "2.0.4",
"@tiptap/react": "2.0.4",
"@tiptap/starter-kit": "2.0.4",
"@next/bundle-analyzer": "13.4.19",
"@prisma/client": "5.2.0",
"@tabler/icons-react": "2.32.0",
"@tanstack/react-query": "4.33.0",
"@tanstack/react-query-devtools": "4.33.0",
"@tiptap/extension-link": "2.1.6",
"@tiptap/react": "2.1.6",
"@tiptap/starter-kit": "2.1.6",
"@trpc/client": "10.37.1",
"@trpc/next": "10.37.1",
"@trpc/react-query": "10.37.1",
Expand All @@ -65,13 +65,13 @@
"embla-carousel-auto-height": "7.1.0",
"embla-carousel-react": "7.1.0",
"eslint-config-prettier": "9.0.0",
"i18next": "23.4.4",
"i18next": "23.4.5",
"i18next-browser-languagedetector": "7.1.0",
"i18next-http-backend": "2.2.1",
"luxon": "3.4.0",
"nanoid": "4.0.2",
"next": "13.4.15",
"next-auth": "4.23.0",
"next": "13.4.19",
"next-auth": "4.23.1",
"next-i18next": "14.0.0",
"next-sitemap": "4.2.2",
"nextjs-routes": "2.0.1",
Expand All @@ -80,56 +80,56 @@
"react-i18next": "13.1.2",
"slugify": "1.6.6",
"superjson": "1.13.1",
"zod": "3.22.0"
"zod": "3.22.2"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@paralleldrive/cuid2": "2.2.2",
"@storybook/addon-a11y": "7.2.3",
"@storybook/addon-essentials": "7.2.3",
"@storybook/addon-interactions": "7.2.3",
"@storybook/addon-links": "7.2.3",
"@storybook/addon-viewport": "7.2.3",
"@storybook/blocks": "7.2.3",
"@storybook/nextjs": "7.2.3",
"@storybook/react": "7.2.3",
"@storybook/addon-a11y": "7.3.2",
"@storybook/addon-essentials": "7.3.2",
"@storybook/addon-interactions": "7.3.2",
"@storybook/addon-links": "7.3.2",
"@storybook/addon-viewport": "7.3.2",
"@storybook/blocks": "7.3.2",
"@storybook/nextjs": "7.3.2",
"@storybook/react": "7.3.2",
"@storybook/testing-library": "0.2.0",
"@tomfreudenberg/next-auth-mock": "0.5.6",
"@types/luxon": "3.3.1",
"@types/node": "18.17.5",
"@types/node": "18.17.8",
"@types/prettier": "2.7.3",
"@types/react": "18.2.20",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/umami": "0.1.2",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"boxen": "7.1.1",
"chromatic": "6.21.0",
"chromatic": "6.23.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.2.1",
"dotenv-cli": "7.3.0",
"eslint": "8.47.0",
"eslint-config-next": "13.4.15",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "9.0.0",
"eslint-formatter-github": "1.1.4",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-codegen": "0.17.0",
"eslint-plugin-i18next": "6.0.3",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-storybook": "0.6.13",
"eslint-plugin-turbo": "1.10.12",
"husky": "8.0.3",
"lint-staged": "14.0.0",
"lint-staged": "14.0.1",
"listr2": "6.6.1",
"merge-anything": "5.1.7",
"prettier": "3.0.1",
"prettier": "3.0.2",
"prettier-plugin-jsdoc": "1.0.1",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-prisma": "5.0.0",
"prisma": "5.1.1",
"prisma": "5.2.0",
"react-docgen-typescript": "2.2.2",
"storybook": "7.2.3",
"storybook": "7.3.2",
"tsx": "3.12.7",
"turbo": "1.10.12",
"type-fest": "4.2.0",
Expand Down
Loading

1 comment on commit 7c20aae

@vercel
Copy link

@vercel vercel bot commented on 7c20aae Aug 22, 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.