Skip to content

Commit

Permalink
Merge 90abe98 into 7b37b92
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidprice authored Jun 2, 2021
2 parents 7b37b92 + 90abe98 commit 903aeb5
Show file tree
Hide file tree
Showing 65 changed files with 442 additions and 207 deletions.
Binary file removed .yarn-packages-cache/@auth0-auth0-spa-js-1.14.0.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn-packages-cache/@babel-parser-7.14.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn-packages-cache/@babel-preset-env-7.14.4.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/@babel-types-7.14.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn-packages-cache/@graphql-codegen-cli-1.21.4.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn-packages-cache/@graphql-tools-utils-6.2.4.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/@jest-console-27.0.2.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/@jest-test-result-27.0.2.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/@jest-types-27.0.2.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn-packages-cache/@types-express-4.17.11.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/@types-yargs-16.0.3.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/ansi-styles-5.2.0.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/browser-tabs-lock-1.2.14.tgz
Binary file not shown.
Binary file removed .yarn-packages-cache/browser-tabs-lock-1.2.9.tgz
Binary file not shown.
Binary file removed .yarn-packages-cache/camel-case-4.1.1.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/core-js-3.13.1.tgz
Binary file not shown.
Binary file removed .yarn-packages-cache/firebase-8.6.2.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/firebase-8.6.3.tgz
Binary file not shown.
Binary file removed .yarn-packages-cache/firebase-admin-9.8.0.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/firebase-admin-9.9.0.tgz
Binary file not shown.
Binary file removed .yarn-packages-cache/glob-7.1.6.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/jest-message-util-27.0.2.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/jest-regex-util-27.0.1.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/jest-util-27.0.2.tgz
Binary file not shown.
Binary file removed .yarn-packages-cache/jest-watch-typeahead-0.6.3.tgz
Binary file not shown.
Binary file not shown.
Binary file added .yarn-packages-cache/jest-watcher-27.0.2.tgz
Binary file not shown.
Binary file added .yarn-packages-cache/pretty-format-27.0.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.76",
"@types/express": "4.17.11",
"@types/express": "4.17.12",
"@types/lodash.escape": "4.0.6",
"@types/morgan": "1.9.2",
"@types/qs": "6.9.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"types": "./dist/index.d.ts",
"license": "MIT",
"devDependencies": {
"@auth0/auth0-spa-js": "1.14.0",
"@supabase/supabase-js": "1.11.15",
"@auth0/auth0-spa-js": "1.15.0",
"@supabase/supabase-js": "1.12.0",
"@types/netlify-identity-widget": "1.9.1",
"@types/react": "17.0.6",
"firebase": "8.6.2",
"firebase-admin": "9.8.0",
"firebase": "8.6.3",
"firebase-admin": "9.9.0",
"gotrue-js": "0.9.29",
"magic-sdk": "4.3.0",
"msal": "1.4.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-private-methods": "7.13.0",
"@babel/plugin-transform-runtime": "7.14.3",
"@babel/preset-env": "7.14.2",
"@babel/preset-env": "7.14.4",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@babel/runtime-corejs3": "7.14.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"graphql-tag": "2.12.4",
"html-webpack-plugin": "4.0.2",
"jest": "26.4.2",
"jest-watch-typeahead": "0.6.3",
"jest-watch-typeahead": "0.6.4",
"lodash.escaperegexp": "4.1.2",
"mini-css-extract-plugin": "1.4.1",
"null-loader": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@types/aws-lambda": "8.10.76",
"@types/express": "4.17.11",
"@types/express": "4.17.12",
"@types/morgan": "1.9.2",
"@types/qs": "6.9.6",
"@types/require-dir": "1.0.1",
Expand Down
16 changes: 8 additions & 8 deletions packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
"types": "dist/index.d.ts",
"license": "MIT",
"dependencies": {
"@babel/parser": "7.14.3",
"@babel/parser": "7.14.4",
"@babel/traverse": "7.14.2",
"@babel/plugin-transform-typescript": "7.14.3",
"@babel/plugin-transform-typescript": "7.14.4",
"@babel/runtime-corejs3": "7.14.0",
"fast-glob": "3.2.5",
"deepmerge": "4.2.2",
"findup-sync": "4.0.0",
"glob": "7.1.6",
"glob": "7.1.7",
"kill-port": "1.6.1",
"prettier": "2.3.0",
"toml": "3.0.0",
"graphql": "15.5.0",
"@graphql-codegen/cli": "1.21.4",
"@graphql-codegen/cli": "1.21.5",
"@graphql-codegen/core": "1.17.10",
"@graphql-codegen/typescript": "1.22.0",
"@graphql-codegen/typescript-operations": "1.17.16",
"@graphql-codegen/typescript-react-apollo": "2.2.4",
"@graphql-codegen/typescript-resolvers": "1.19.1",
"@graphql-codegen/typescript": "1.22.1",
"@graphql-codegen/typescript-operations": "1.18.0",
"@graphql-codegen/typescript-react-apollo": "2.2.5",
"@graphql-codegen/typescript-resolvers": "1.19.2",
"@graphql-codegen/schema-ast": "1.18.3"

},
Expand Down
617 changes: 426 additions & 191 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 903aeb5

Please sign in to comment.