Skip to content

Commit

Permalink
Fix website build and run the precompiiled acceptance tests with Xcod…
Browse files Browse the repository at this point in the history
…e 12.4
  • Loading branch information
Pedro Piñera committed Mar 16, 2021
1 parent a4407f7 commit 6345c7d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tuist.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
xcode: ['12.3']
xcode: ['12.4']
feature:
[
'build',
Expand Down
2 changes: 1 addition & 1 deletion next/package.json
Expand Up @@ -24,7 +24,7 @@
"gatsby": "^2.32.11",
"gatsby-image": "^3.0.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^2.0.1",
"gatsby-plugin-mdx": "^1.0.1",
"gatsby-plugin-next-seo": "^1.7.0",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-react-helmet": "^3.10.0",
Expand Down
10 changes: 5 additions & 5 deletions next/yarn.lock
Expand Up @@ -7237,10 +7237,10 @@ gatsby-plugin-manifest@^2.12.1:
semver "^7.3.2"
sharp "^0.27.0"

gatsby-plugin-mdx@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.1.tgz#f3762a036ff9db5daa56dfdde313ddbdc67c05e3"
integrity sha512-wNMFTsa5u1KeESt3jyICy3fz5y3JhmKynFJ0J7YeTHm9EMoCclwfR4LRr1Mz9GLTIyWwvZEeVfwc7Vf5svXIvA==
gatsby-plugin-mdx@^1.0.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.10.1.tgz#44d175b8f339955ca2119b73c9ac55ec2a2f1c6f"
integrity sha512-imNVJEMBgaVX5P/V6/+cDja4RqG9i/h+9+2x+B5lM6JeAWz/GsiZ1xmv0iUPMTgMWSh+DRYW9gWc9KXeXJzCFQ==
dependencies:
"@babel/core" "^7.12.3"
"@babel/generator" "^7.12.5"
Expand All @@ -7257,7 +7257,7 @@ gatsby-plugin-mdx@^2.0.1:
escape-string-regexp "^1.0.5"
eval "^0.1.4"
fs-extra "^8.1.0"
gatsby-core-utils "^2.0.0"
gatsby-core-utils "^1.10.1"
gray-matter "^4.0.2"
json5 "^2.1.3"
loader-utils "^1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -29,7 +29,7 @@
"gatsby-plugin-favicon": "3.1.6",
"gatsby-plugin-feed": "^2.13.1",
"gatsby-plugin-manifest": "2.12.1",
"gatsby-plugin-mdx": "^2.0.1",
"gatsby-plugin-mdx": "^1.0.1",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^2.11.0",
"gatsby-plugin-next-seo": "^1.7.0",
Expand Down
34 changes: 5 additions & 29 deletions website/yarn.lock
Expand Up @@ -7273,16 +7273,6 @@ file-type@^16.0.0:
token-types "^2.0.0"
typedarray-to-buffer "^3.1.5"

file-type@^16.2.0:
version "16.3.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.3.0.tgz#f03af91db30f92cc9a0b335c0644c46101522f6d"
integrity sha512-ZA0hV64611vJT42ltw0T9IDwHApQuxRdrmQZWTeDmeAUtZBBVSQW3nSQqhhW1cAgpXgqcJvm410BYHXJQ9AymA==
dependencies:
readable-web-to-node-stream "^3.0.0"
strtok3 "^6.0.3"
token-types "^2.0.0"
typedarray-to-buffer "^3.1.5"

file-type@^3.1.0, file-type@^3.8.0:
version "3.9.0"
resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"
Expand Down Expand Up @@ -7711,20 +7701,6 @@ gatsby-core-utils@^1.10.1, gatsby-core-utils@^1.7.1:
tmp "^0.2.1"
xdg-basedir "^4.0.0"

gatsby-core-utils@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz#00fdc1f2efcaabe7426e63b020a7117ca613780c"
integrity sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
file-type "^16.2.0"
fs-extra "^8.1.0"
node-object-hash "^2.0.0"
proper-lockfile "^4.1.1"
tmp "^0.2.1"
xdg-basedir "^4.0.0"

gatsby-graphiql-explorer@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/gatsby-graphiql-explorer/-/gatsby-graphiql-explorer-0.11.0.tgz#2fe20ddb756180cf3a86defb2f24326ba0c9b062"
Expand Down Expand Up @@ -7804,10 +7780,10 @@ gatsby-plugin-manifest@2.12.1:
semver "^7.3.2"
sharp "^0.27.0"

gatsby-plugin-mdx@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-2.0.1.tgz#f3762a036ff9db5daa56dfdde313ddbdc67c05e3"
integrity sha512-wNMFTsa5u1KeESt3jyICy3fz5y3JhmKynFJ0J7YeTHm9EMoCclwfR4LRr1Mz9GLTIyWwvZEeVfwc7Vf5svXIvA==
gatsby-plugin-mdx@^1.0.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-mdx/-/gatsby-plugin-mdx-1.10.1.tgz#44d175b8f339955ca2119b73c9ac55ec2a2f1c6f"
integrity sha512-imNVJEMBgaVX5P/V6/+cDja4RqG9i/h+9+2x+B5lM6JeAWz/GsiZ1xmv0iUPMTgMWSh+DRYW9gWc9KXeXJzCFQ==
dependencies:
"@babel/core" "^7.12.3"
"@babel/generator" "^7.12.5"
Expand All @@ -7824,7 +7800,7 @@ gatsby-plugin-mdx@^2.0.1:
escape-string-regexp "^1.0.5"
eval "^0.1.4"
fs-extra "^8.1.0"
gatsby-core-utils "^2.0.0"
gatsby-core-utils "^1.10.1"
gray-matter "^4.0.2"
json5 "^2.1.3"
loader-utils "^1.4.0"
Expand Down

0 comments on commit 6345c7d

Please sign in to comment.