Skip to content

Commit

Permalink
Merge branch 'master' into 2462-lack-of-information-when-theres-nothi…
Browse files Browse the repository at this point in the history
…ng-to-review
  • Loading branch information
flacial authored Nov 5, 2022
2 parents 49e20e4 + 0f9e90f commit 8f4a757
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@primer/octicons-react": "17.8.0",
"@primer/octicons-react": "17.9.0",
"@prisma/client": "4",
"@quixo3/prisma-session-store": "^3.1.10",
"@sentry/nextjs": "^7.17.4",
Expand Down Expand Up @@ -68,7 +68,7 @@
"react-dom": "^17.0.2",
"react-feather": "^2.0.10",
"rehype-autolink-headings": "^6.1.0",
"sass": "^1.55.0",
"sass": "^1.56.0",
"use-undo": "^1.1.0",
"winston": "^3.8.2",
"yup": "^0.32.11"
Expand All @@ -81,7 +81,7 @@
"@graphql-codegen/typescript-react-apollo": "^3.3.6",
"@graphql-codegen/typescript-resolvers": "^2.7.6",
"@jest/types": "^29.2.1",
"@next/eslint-plugin-next": "^13.0.1",
"@next/eslint-plugin-next": "^13.0.2",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-storyshots": "^6.5.13",
Expand All @@ -108,7 +108,7 @@
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-next": "^13.0.1",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-mdx": "^1.17.1",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
41 changes: 24 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2679,10 +2679,17 @@
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.3.1.tgz#18266bd92de3b4aa4037b1927aa59e6f11879260"
integrity sha512-9P9THmRFVKGKt9DYqeC2aKIxm8rlvkK38V1P1sRE7qyoPBIs8l9oo79QoSdPtOWfzkbDAVUqvbQGgTMsb8BtJg==

"@next/eslint-plugin-next@13.0.1", "@next/eslint-plugin-next@^13.0.1":
version "13.0.1"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.0.1.tgz#b2fbf9932b125ba61326be50badb3cf1b3292ea2"
integrity sha512-t3bggJhKE/oB4pvMM7hMNnmIpIqsMGJ+OLklk8llOkSeXtfCV+MBQbhImWxf5QODkxNAmMK3IJGAAecQhBTc/Q==
"@next/eslint-plugin-next@13.0.2", "@next/eslint-plugin-next@^13.0.1":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.0.2.tgz#89fe2144b37896f926e2bd9bed675396f1f697ce"
integrity sha512-W+fIIIaFU7Kct7Okx91C7XDRGolv/w2RUenX2yZFeeNVcuVzDIKUcNmckrYbYcwrNQUSXmtwrs3g8xwast0YtA==
dependencies:
glob "7.1.7"

"@next/eslint-plugin-next@^13.0.2":
version "13.0.2"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.0.2.tgz#89fe2144b37896f926e2bd9bed675396f1f697ce"
integrity sha512-W+fIIIaFU7Kct7Okx91C7XDRGolv/w2RUenX2yZFeeNVcuVzDIKUcNmckrYbYcwrNQUSXmtwrs3g8xwast0YtA==
dependencies:
glob "7.1.7"

Expand Down Expand Up @@ -2842,10 +2849,10 @@
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.9.2.tgz#adea7b6953cbb34651766b0548468e743c6a2353"
integrity sha512-VZMYa7+fXHdwIq1TDhSXoVmSPEGM/aa+6Aiq3nVVJ9bXr24zScr+NlKFKC3iPljA7ho/GAZr+d2jOf5GIRC30Q==

"@primer/octicons-react@17.8.0":
version "17.8.0"
resolved "https://registry.yarnpkg.com/@primer/octicons-react/-/octicons-react-17.8.0.tgz#a1bb95c54d1fa142b1cee4a3a7ec1d1edbdaa3bf"
integrity sha512-arLdPgMz5Se1svrm5Y7WIeSUHp02Kn4hZcJ/ELgthQJrAa6r+LpidVyzAF/aOzR5DQEwN7zvA5EjnzocTir4Yw==
"@primer/octicons-react@17.9.0":
version "17.9.0"
resolved "https://registry.yarnpkg.com/@primer/octicons-react/-/octicons-react-17.9.0.tgz#034ad1f377c2834900a2dd6b3c54079628dd73b1"
integrity sha512-fx2abdGfzzHqB8DOSq6FqNgusjkeDHfPFTa8DjSaugCFccEO2vIfM2ZY1sg4c5SpOQEQAbOEC4/gqWDulIRHzA==

"@prisma/client@4":
version "4.0.0"
Expand Down Expand Up @@ -8688,12 +8695,12 @@ escodegen@^2.0.0:
optionalDependencies:
source-map "~0.6.1"

eslint-config-next@^13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.0.1.tgz#9f346912f3b2451d6c8e9ac508b2f7a6893d9f16"
integrity sha512-/N9UpSwkbEMj5pIiB235p7QHaSW08ta/iKVaIHF44wufxr+PuJVLwg5LzlAaQbmCZCBpYvVttl3ZxTusP1g2sg==
eslint-config-next@^13.0.2:
version "13.0.2"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.0.2.tgz#7c87837821ea7468e018ca41f3bf6fa37d53db68"
integrity sha512-SrrHp+zBDYLjOFZdM5b9aW/pliK687Xxfa+qpDuL08Z04ReHhmz3L+maXaAqgrEVZHQximP7nh0El4yNDJW+CA==
dependencies:
"@next/eslint-plugin-next" "13.0.1"
"@next/eslint-plugin-next" "13.0.2"
"@rushstack/eslint-patch" "^1.1.3"
"@typescript-eslint/parser" "^5.21.0"
eslint-import-resolver-node "^0.3.6"
Expand Down Expand Up @@ -15667,10 +15674,10 @@ sass-loader@^10.2.1:
schema-utils "^3.0.0"
semver "^7.3.2"

sass@^1.55.0:
version "1.55.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.55.0.tgz#0c4d3c293cfe8f8a2e8d3b666e1cf1bff8065d1c"
integrity sha512-Pk+PMy7OGLs9WaxZGJMn7S96dvlyVBwwtToX895WmCpAOr5YiJYEUJfiJidMuKb613z2xNWcXCHEuOvjZbqC6A==
sass@^1.56.0:
version "1.56.0"
resolved "https://registry.yarnpkg.com/sass/-/sass-1.56.0.tgz#134032075a3223c8d49cb5c35e091e5ba1de8e0a"
integrity sha512-WFJ9XrpkcnqZcYuLRJh5qiV6ibQOR4AezleeEjTjMsCocYW59dEG19U3fwTTXxzi2Ed3yjPBp727hbbj53pHFw==
dependencies:
chokidar ">=3.0.0 <4.0.0"
immutable "^4.0.0"
Expand Down

0 comments on commit 8f4a757

Please sign in to comment.