Skip to content

Commit

Permalink
Merge pull request #2255 from newrelic/sunny/upgrade-theme
Browse files Browse the repository at this point in the history
upgrade `@newrelic/gatsby-theme-newrelic` to 9.1.0
  • Loading branch information
sunnyzanchi authored Dec 8, 2023
2 parents ec6d65a + da7d7ef commit 525eee6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@emotion/styled": "^11.10.0",
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.19",
"@newrelic/gatsby-theme-newrelic": "6.19.1",
"@newrelic/gatsby-theme-newrelic": "9.1.0",
"@splitsoftware/splitio-react": "^1.2.0",
"@xstate/react": "^1.0.2",
"classnames": "^2.2.6",
Expand Down
28 changes: 24 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,13 @@
dependencies:
regenerator-runtime "^0.13.11"

"@babel/runtime@^7.3.1":
version "7.23.5"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.5.tgz#11edb98f8aeec529b82b211028177679144242db"
integrity sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==
dependencies:
regenerator-runtime "^0.14.0"

"@babel/template@^7.12.7", "@babel/template@^7.16.7", "@babel/template@^7.3.3":
version "7.16.7"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.7.tgz#8d126c8701fde4d66b264b3eba3d96f07666d155"
Expand Down Expand Up @@ -2811,10 +2818,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@6.19.1":
version "6.19.1"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-6.19.1.tgz#272c95527d4b111a395e4851e70dea67c0f0d1b3"
integrity sha512-ZvL1LeDT+jsweWUIa4NhTCaBSJslrglfd5PBmXstdJ6eOVZHPAPjht6AsRcG6C28EiyvzVnI12GSaLiEwv/bbw==
"@newrelic/gatsby-theme-newrelic@9.1.0":
version "9.1.0"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.1.0.tgz#2c09b1283133fe38676b40cf1f7cbdcda1b04e7f"
integrity sha512-NVbTMX+dtcQLpP3z6sY9q26vFrwiXKHPNeEQ4VZLMsStlvMLphFldlKwIzHoSZ5f4NeQB8ZzdmQx0FCZb9HyMQ==
dependencies:
"@wry/equality" "^0.4.0"
"@xstate/react" "^1.3.1"
Expand All @@ -2825,6 +2832,7 @@
gatsby-plugin-emotion "^6.10.0"
gatsby-plugin-layout "^2.10.0"
gatsby-plugin-newrelic "2.3.0"
gatsby-plugin-portal "^1.0.7"
gatsby-plugin-react-helmet "^5.4.0"
gatsby-plugin-robots-txt "^1.6.8"
gatsby-plugin-sharp "4.25.0"
Expand Down Expand Up @@ -8695,6 +8703,13 @@ gatsby-plugin-page-creator@^4.25.0:
globby "^11.1.0"
lodash "^4.17.21"

gatsby-plugin-portal@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/gatsby-plugin-portal/-/gatsby-plugin-portal-1.0.7.tgz#c2ff2cb2bbec27e0ae9ab610857f603197189dc0"
integrity sha512-Drb2zj9qOVbt+/miINhyT7IvUaY+z/sxFT+0+p0yX4theKSVJgtu0YisA+DFlCmNl+KE6VjbqANZ0HUh6aWVMA==
dependencies:
"@babel/runtime" "^7.3.1"

gatsby-plugin-react-helmet@^4.8.0:
version "4.14.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-4.14.0.tgz#69fe0bd90d65356a0aa144d4e8d75d2559638514"
Expand Down Expand Up @@ -14709,6 +14724,11 @@ regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==

regenerator-runtime@^0.14.0:
version "0.14.0"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45"
integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==

regenerator-transform@^0.15.0:
version "0.15.0"
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.0.tgz#cbd9ead5d77fae1a48d957cf889ad0586adb6537"
Expand Down

0 comments on commit 525eee6

Please sign in to comment.