Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
Prev Previous commit
chore: Update gatsby-theme-newrelic
  • Loading branch information
gmanandhar-nr committed May 6, 2025
commit 289a47a219146b6be52d5d25d4729b5da7f308b7
2 changes: 1 addition & 1 deletion 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.11.2",
"@newrelic/gatsby-theme-newrelic": "9.11.3",
"@splitsoftware/splitio-react": "^1.2.4",
"ansi-colors": "^4.1.3",
"cockatiel": "^3.0.0-beta.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3750,10 +3750,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/[email protected].2":
version "9.11.2"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.11.2.tgz#af262e306304e13b10dc3ade4bc9eb48743aa099"
integrity sha512-RT+fQFzr9pRmyaqp0EdM9zmZhORpYXhKLpHsPZYZhW6N/2HeOt672bJ5lVKTZze8L835muFe9BCSFVy+RE2+Ug==
"@newrelic/[email protected].3":
version "9.11.3"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-9.11.3.tgz#e510f10059e7c0d76abbab5d616d6053887d313c"
integrity sha512-Peapl9Rqktx+FlbFvugmHcjD6mXBc2GmlcIUfhoOsCTo3vStZnCdJ64Juws9A7jWJSA973zOu6ScrugcquwRTw==
dependencies:
"@segment/analytics-next" "1.63.0"
"@wry/equality" "^0.4.0"
Expand All @@ -3765,7 +3765,7 @@
gatsby "^4.25.2"
gatsby-plugin-emotion "^6.10.0"
gatsby-plugin-layout "^2.10.0"
gatsby-plugin-newrelic "^2.7.0"
gatsby-plugin-newrelic "^2.8.0"
gatsby-plugin-portal "^1.0.7"
gatsby-plugin-react-helmet "^5.4.0"
gatsby-plugin-robots-txt "^1.6.8"
Expand Down Expand Up @@ -11481,10 +11481,10 @@ gatsby-plugin-netlify@^5.1.1:
lodash.mergewith "^4.6.2"
webpack-assets-manifest "^5.0.6"

gatsby-plugin-newrelic@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-newrelic/-/gatsby-plugin-newrelic-2.7.0.tgz#28a250f87aa464425580ee8de0d240612021b7b5"
integrity sha512-bzvx4HRrrjCKEnEXFr6IXVwx3328uNM99r/1UhDZnUdMk8kzgBhWGVb9SYbMmpFWQQWWNN+BApSQcTF8QnGozw==
gatsby-plugin-newrelic@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-newrelic/-/gatsby-plugin-newrelic-2.8.0.tgz#36c8666391ed1d1a5181961cbfbff96344ab0045"
integrity sha512-gl/9lcXCiffK5VD0Q/t4bqHMJQzGWePZyHJSZK756UnBrDVJs65HI1xtGsqyGJzxmUtxW1dwfX1cc+joaTZxyQ==
dependencies:
"@babel/runtime" "^7.12.5"

Expand Down
Loading