Skip to content

Commit

Permalink
Merge pull request #16589 from newrelic/sunny/bump-theme
Browse files Browse the repository at this point in the history
bump `@newrelic/gatsby-theme-newrelic` to 9.4.0
  • Loading branch information
clarkmcadoo committed Mar 20, 2024
2 parents 0786f4b + 1a34b1a commit e01b203
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ module.exports = {
},
},
layout: {
contentPadding: '2.625rem 5rem',
contentPadding: '5rem',
maxWidth: '1600px',
component: require.resolve('./src/layouts'),
mobileBreakpoint: '760px',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@emotion/styled": "^11.3.0",
"@mdx-js/mdx": "2.0.0-next.8",
"@mdx-js/react": "2.0.0-next.8",
"@newrelic/gatsby-theme-newrelic": "9.3.2",
"@newrelic/gatsby-theme-newrelic": "9.4.2",
"@splitsoftware/splitio-react": "^1.2.4",
"ansi-colors": "^4.1.3",
"cockatiel": "^3.0.0-beta.0",
Expand Down Expand Up @@ -220,4 +220,4 @@
"bugs": {
"url": "https://github.com/newrelic/docs-website/issues"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3629,10 +3629,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@9.3.2":
version "9.3.2"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.3.2.tgz#b5b92461b81649f0870ba151738a7b3757736d47"
integrity sha512-kjIL+Ht0etjPcalxBw8+KVRKhk2UG0sNXiKqByVGKPNJ8i6ne0Vz3HyafMbSF3KF6wdTvPEVb68eaDmFKnZaww==
"@newrelic/gatsby-theme-newrelic@9.4.2":
version "9.4.2"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.4.2.tgz#34a965a4eaa316d8e5cc714468c909fd98c01486"
integrity sha512-V1bpI/hesd8Cy9Fh51FT2KOrUrqo5bNXpE2xnu+sYarxLxGBxV3qokfg2O1j/KawtsFRz9HfgCUXvVMz6Be5RA==
dependencies:
"@segment/analytics-next" "1.63.0"
"@wry/equality" "^0.4.0"
Expand Down

0 comments on commit e01b203

Please sign in to comment.