Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AC-1565: API docs build failed due to SyntaxError: Unexpected token { #398

Merged
merged 22 commits into from
Jul 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1041dfd
AC-1565 Bump and enforce node version of 10.17
bkemper Jul 17, 2020
631467b
AC-1565 Bump gatsby from v2.19.30 to v2.24.3
bkemper Jul 17, 2020
d3ee5e9
AC-1565 npm audit fix
bkemper Jul 17, 2020
d070697
AC-1565 Uninstall gatsby-mdx
bkemper Jul 17, 2020
edb2dac
AC-1565 Upgraded gatsby-plugin-algolia from v0.3.2 to v0.11.1
bkemper Jul 17, 2020
b1b8ac5
AC-1565 Upgraded gatsby-plugin-google-tagmanager from v2.1.5 to v2.3.11
bkemper Jul 17, 2020
fec4f87
AC-1565 Upgraded gatsby-plugin-lodash from v3.1.2 to v3.3.10
bkemper Jul 17, 2020
5239f28
AC-1565 Upgraded gatsby-plugin-netlify from v2.1.3 to v2.3.11
bkemper Jul 17, 2020
f8723e6
AC-1565 Uninstalled gatsby-plugin-netlify-cms
bkemper Jul 17, 2020
773f95e
AC-1565 Upgraded gatsby-plugin-nprogress from v2.1.2 to v2.3.10
bkemper Jul 17, 2020
06db2a8
AC-1565 Uninstalled gatsby-plugin-offline
bkemper Jul 17, 2020
250004d
AC-1565 Upgraded gatsby-plugin-page-creator from v2.2.1 to v2.3.17
bkemper Jul 17, 2020
90297c4
AC-1565 Upgraded gatsby-plugin-react-helmet from v3.1.3 to v3.3.10
bkemper Jul 17, 2020
a10b5b9
AC-1565 Upgraded gatsby-plugin-sharp from v2.0.32 to v2.6.19
bkemper Jul 17, 2020
147bdf0
AC-1565 Upgraded gatsby-plugin-styled-components from v3.1.2 to v3.3.10
bkemper Jul 17, 2020
bbac661
AC-1565 Uninstalled gatsby-plugin-webpack-bundle-analyzer
bkemper Jul 17, 2020
51575a1
AC-1565 Upgraded gatsby-remark-images from v3.1.7 to v3.3.19
bkemper Jul 17, 2020
fdb80af
AC-1565 Upgraded gatsby-source-filesystem from v2.2.2 to v2.3.19
bkemper Jul 17, 2020
86a413f
AC-1565 Upgraded gatsby-source-wordpress from v3.1.14 to v3.3.22
bkemper Jul 17, 2020
4576058
AC-1565 Upgraded gatsby-transformer-json from v2.2.2 to v2.4.11
bkemper Jul 17, 2020
1e3fcb2
AC-1565 Upgraded gatsby-transformer-remark from v2.6.11 to v2.8.25
bkemper Jul 17, 2020
93aab08
Because Jon told me too :)
bkemper Jul 17, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.17.0
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
7 changes: 0 additions & 7 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ module.exports = {
showSpinner: false,
}
},
// `gatsby-plugin-offline`,
`gatsby-plugin-netlify-cache`,
`gatsby-plugin-lodash`,
`gatsby-plugin-react-helmet`,
Expand Down Expand Up @@ -116,11 +115,5 @@ module.exports = {
],
},
}
// {
// resolve: `gatsby-mdx`,
// options: {
// extensions: [".mdx", ".md"]
// }
// }
])
}
Loading