Skip to content

Commit

Permalink
Merge branch 'master' into add-pooled-db-url
Browse files Browse the repository at this point in the history
  • Loading branch information
JasirZaeem authored Dec 27, 2022
2 parents 45b571c + 1e5d4c0 commit 908194d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@graphql-codegen/typescript-resolvers": "^2.7.10",
"@jest/types": "^29.2.1",
"@next/eslint-plugin-next": "^13.0.6",
"@next/eslint-plugin-next": "^13.1.1",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-storyshots": "^6.5.15",
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.1.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-mdx": "^1.17.1",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2718,10 +2718,10 @@
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.3.1.tgz#18266bd92de3b4aa4037b1927aa59e6f11879260"
integrity sha512-9P9THmRFVKGKt9DYqeC2aKIxm8rlvkK38V1P1sRE7qyoPBIs8l9oo79QoSdPtOWfzkbDAVUqvbQGgTMsb8BtJg==

"@next/eslint-plugin-next@13.1.0", "@next/eslint-plugin-next@^13.0.6":
version "13.1.0"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.1.0.tgz#52b71fb2a9aa27dc7bbb20fa0e9a540dfa0c2c09"
integrity sha512-LGh0iqcEwxs0HmEK96cXXuhofcOGSUGl8Zms279JW8Zq/6GJkXo87gtRpfJrwD+a77nEIdRaORPM91Us3xW0Qw==
"@next/eslint-plugin-next@13.1.1", "@next/eslint-plugin-next@^13.1.1":
version "13.1.1"
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-13.1.1.tgz#cc5e419cc85587f73f2ac0046a91df01dc6fef8b"
integrity sha512-SBrOFS8PC3nQ5aeZmawJkjKkWjwK9RoxvBSv/86nZp0ubdoVQoko8r8htALd9ufp16NhacCdqhu9bzZLDWtALQ==
dependencies:
glob "7.1.7"

Expand Down Expand Up @@ -8820,12 +8820,12 @@ escodegen@^2.0.0:
optionalDependencies:
source-map "~0.6.1"

eslint-config-next@^13.1.0:
version "13.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.1.0.tgz#cd749f70f59356de1d90c93af8704400e8927996"
integrity sha512-UdZm8GTR8PWys1dw+gJY+aLR/etkbTTsrRxiQ57nxqAE4Fw6PGZ2prLjqV6IhNkFve3c8ZgbCrUolfGad2mryA==
eslint-config-next@^13.1.1:
version "13.1.1"
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-13.1.1.tgz#b1a6602b0a339820585d4b2f8d2e08866b6699a7"
integrity sha512-/5S2XGWlGaiqrRhzpn51ux5JUSLwx8PVK2keLi5xk7QmhfYB8PqE6R6SlVw6hgnf/VexvUXSrlNJ/su00NhtHQ==
dependencies:
"@next/eslint-plugin-next" "13.1.0"
"@next/eslint-plugin-next" "13.1.1"
"@rushstack/eslint-patch" "^1.1.3"
"@typescript-eslint/parser" "^5.42.0"
eslint-import-resolver-node "^0.3.6"
Expand Down

0 comments on commit 908194d

Please sign in to comment.