Skip to content

Commit

Permalink
Merge branch 'master' into add-exercise-submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjenningz authored Oct 1, 2022
2 parents c86bd58 + fa2154f commit 3040ac1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"next-connect": "^0.13.0",
"next-mdx-remote": "^3.0.8",
"nodemailer": "^6.8.0",
"posthog-js": "^1.32.1",
"posthog-js": "^1.32.2",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "^17.0.2",
Expand All @@ -80,7 +80,7 @@
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/typescript-react-apollo": "^3.3.3",
"@graphql-codegen/typescript-resolvers": "^2.7.3",
"@jest/types": "^29.1.0",
"@jest/types": "^29.1.2",
"@next/eslint-plugin-next": "^12.3.1",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.12",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2523,10 +2523,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@jest/types@^29.1.0":
version "29.1.0"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.0.tgz#db23d727ce0a95500749551d8724fb3526d1e903"
integrity sha512-lE30u3z4lbTOqf5D7fDdoco3Qd8H6F/t73nLOswU4x+7VhgDQMX5y007IMqrKjFHdnpslaYymVFhWX+ttXNARQ==
"@jest/types@^29.1.0", "@jest/types@^29.1.2":
version "29.1.2"
resolved "https://registry.yarnpkg.com/@jest/types/-/types-29.1.2.tgz#7442d32b16bcd7592d9614173078b8c334ec730a"
integrity sha512-DcXGtoTykQB5jiwCmVr8H4vdg2OJhQex3qPkG+ISyDO7xQXbt/4R6dowcRyPemRnkH7JoHvZuxPBdlq+9JxFCg==
dependencies:
"@jest/schemas" "^29.0.0"
"@types/istanbul-lib-coverage" "^2.0.0"
Expand Down Expand Up @@ -14359,10 +14359,10 @@ postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.36, postcss@^7.0
source-map "^0.6.1"
supports-color "^6.1.0"

posthog-js@^1.32.1:
version "1.32.1"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.32.1.tgz#7154e8e020537ce7e359a8a8badf223e8d1e11ba"
integrity sha512-Ylky7c94bBgV9E+nCM8MZxGnn5hvWSemOmzt9TAhByTdMM2zoJfB+paOh3y8t/9RVgOfXO1fIoPL24AOY3HV7g==
posthog-js@^1.32.2:
version "1.32.2"
resolved "https://registry.yarnpkg.com/posthog-js/-/posthog-js-1.32.2.tgz#faf8e88946e448ccfd6f673d1cce4512dd7568d9"
integrity sha512-1jepbvxUCGJW7pxsiPeioct9+JZJKPur6j0M2+pe2WFmNnkBGlV7qbK/evv1k6jjYpG8SxDZqwU0RAseRyh7rA==
dependencies:
"@sentry/types" "^7.2.0"
fflate "^0.4.1"
Expand Down

0 comments on commit 3040ac1

Please sign in to comment.