Skip to content

Commit

Permalink
Merge pull request #1295 from newrelic/alec/update-theme
Browse files Browse the repository at this point in the history
feat: Update theme to include split(a/b) testing
  • Loading branch information
aswanson-nr authored May 11, 2021
2 parents 77e9551 + 9c698ca commit 66f048a
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 95 deletions.
7 changes: 6 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ module.exports = {
},
splitio: {
core: {
authorizationKey: process.env.SPLITIO_AUTH_KEY,
authorizationKey: process.env.SPLITIO_AUTH_KEY || 'localhost',
},
features: {
free_account_button_color: {
treatment: 'off',
},
},
env: {
development: {
Expand Down
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.3.0",
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.19",
"@newrelic/gatsby-theme-newrelic": "^2.0.1",
"@newrelic/gatsby-theme-newrelic": "2.2.0",
"@splitsoftware/splitio-react": "^1.2.0",
"@xstate/react": "^1.0.2",
"classnames": "^2.2.6",
Expand Down
186 changes: 93 additions & 93 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2052,10 +2052,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-2.0.1.tgz#44ff836e6b4d3430fdec528d6245ac55c0c00100"
integrity sha512-CQ7OLUMWJ2qUFmuJD8Yt3mUlXE2dSwEowfCSauoLPNyiFGtDariRd7IJThRagXbmz+8b+a96goJYxvkun+UOZQ==
"@newrelic/gatsby-theme-newrelic@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-2.2.0.tgz#9d0719c7084436354f5aab9112986aabd974e79f"
integrity sha512-0B3Mzs8KEm/p9aHE4pjyn2/u9tTFvd93X9TkZ5/JYeEKYTiLUvAg3CFPw+JWAP303lpGE7aoUsydFcLF91rAHw==
dependencies:
"@elastic/react-search-ui" "^1.5.1"
"@elastic/react-search-ui-views" "^1.5.1"
Expand Down Expand Up @@ -2086,7 +2086,7 @@
react-live "^2.2.3"
react-middle-ellipsis "^1.1.0"
react-simple-code-editor "^0.11.0"
react-spring "^9.1.1"
react-spring "^9.1.2"
react-typist "^2.0.5"
react-use "^17.2.3"
stream-browserify "^3.0.0"
Expand Down Expand Up @@ -2152,85 +2152,85 @@
schema-utils "^2.6.5"
source-map "^0.7.3"

"@react-spring/animated@~9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.1.1.tgz#996db774bbc42fb37838580674c4ade4f2d99f20"
integrity sha512-u8Assg5uySwqyoeb1f7eBAUSl8sleJTewdfhVi1EtcM9ngU2Snhcp6snF8NGxvf4gZp5z7v+Dfx3KdB2V8NnXQ==
dependencies:
"@react-spring/shared" "~9.1.1"
"@react-spring/types" "~9.1.1"

"@react-spring/core@~9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.1.1.tgz#0d109c9f921bf957dcb65340a4192061f28e5cb2"
integrity sha512-flHeLN56idxQ1YIpUYY1m3r2ZAM2xg7Zb/pHBFSCbnOKP7TtlhAAOfmrabERqaThmrqkFKiq9FjyF76d3OjE5g==
dependencies:
"@react-spring/animated" "~9.1.1"
"@react-spring/shared" "~9.1.1"
"@react-spring/types" "~9.1.1"

"@react-spring/konva@~9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.1.1.tgz#811b4baed651b9ffb8eb40caec7e80b6af6f446c"
integrity sha512-xD93j5gNYyNTspvtxZXIU91RIfAKdqHMCJ4m6pugFQyHpa3EYVFDIMkPx7l7sCngMH/9Ez5Irit7NDtp7rZ1Hw==
dependencies:
"@react-spring/animated" "~9.1.1"
"@react-spring/core" "~9.1.1"
"@react-spring/shared" "~9.1.1"
"@react-spring/types" "~9.1.1"

"@react-spring/native@~9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.1.1.tgz#484d335372ed180bebb9edcfde8b7d4370239207"
integrity sha512-eDBB4rSCmsuqyhc15VtEOQmEebvnMdg4Nh/OTyAvfDVNQTXm9H1LwZpKi1enxq2kUhpyZ8jX3kHzz3DPy0+Dag==
dependencies:
"@react-spring/animated" "~9.1.1"
"@react-spring/core" "~9.1.1"
"@react-spring/shared" "~9.1.1"
"@react-spring/types" "~9.1.1"

"@react-spring/shared@~9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.1.1.tgz#9f7b1a4051a0c71e0167805e7d499071b2aabddc"
integrity sha512-GA9A9l5JxC50eDTDPu5IDUMhQ4MiBrXd3ZdlI6/wUCgAsZ1wPx77sxaccomxlUomRet0IUcXCEKcL1Flax7ZMQ==
dependencies:
"@react-spring/types" "~9.1.1"
"@react-spring/animated@~9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.1.2.tgz#e43b122160f8f4cbb0caac8a7f57acd76dd12369"
integrity sha512-nKOGk+3aWbNp46V/CB1J2vR3GJI/Vork8N1WTI5mt+32QekrSsBn5/YFt4/iPaDGhLjukFxF0IjLs6hRLqSObw==
dependencies:
"@react-spring/shared" "~9.1.2"
"@react-spring/types" "~9.1.2"

"@react-spring/core@~9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.1.2.tgz#6d854a12fe9c3caa7942e51e708cb5fb4e2d1124"
integrity sha512-rgobYPCcLdDwbHBVqAmvtXhhX92G7MoPltJlzUge843yp1dNr47tkagFdCtw9NMGp6eHu/CE5byh/imlhLLAxw==
dependencies:
"@react-spring/animated" "~9.1.2"
"@react-spring/shared" "~9.1.2"
"@react-spring/types" "~9.1.2"

"@react-spring/konva@~9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.1.2.tgz#20567063efd8d441a268826e326bd5d7574bbc50"
integrity sha512-P60mhUHRYgPPhoTBQWzuzD3hfeCFWC0BQ7N0iHzpMTzDIrAvutyg+iAX59jSXo3yatrcx60NmlCsiG8tRxbw6w==
dependencies:
"@react-spring/animated" "~9.1.2"
"@react-spring/core" "~9.1.2"
"@react-spring/shared" "~9.1.2"
"@react-spring/types" "~9.1.2"

"@react-spring/native@~9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.1.2.tgz#d21a64c20ca08d2c5839cedcf9cc4842770f8ffc"
integrity sha512-d7+tCoKAnDPSoVtpyFFm4BWQhn1h833ocdP0d2POZzKTcR1iQ8YI7EQ22iKGLvwH+0vjymde039CgYy31INqWQ==
dependencies:
"@react-spring/animated" "~9.1.2"
"@react-spring/core" "~9.1.2"
"@react-spring/shared" "~9.1.2"
"@react-spring/types" "~9.1.2"

"@react-spring/shared@~9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.1.2.tgz#c36d077d7eb31fd2cbcf8956d9d35037b2998613"
integrity sha512-sj/RrhFZAteCWAMk+W0t6Ku/skn/lbskCCs8B7ZnHNLMGPM+Zb3MOk+aVbX3T/D0iq/oTnKWyQYqrXDKiFcZ7g==
dependencies:
"@react-spring/types" "~9.1.2"
rafz "^0.1.14"

"@react-spring/three@~9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.1.1.tgz#ba06152963ae592f6fb3e10487c325e623261788"
integrity sha512-0CW41OHFkyx9laD/ZEkuHLXTq58c25ZFPTD+NyI2wHuhI1wyM0YGhlueNFXVpzkgpwj9dYnpdI7KxN7Cx0dnJg==
dependencies:
"@react-spring/animated" "~9.1.1"
"@react-spring/core" "~9.1.1"
"@react-spring/shared" "~9.1.1"
"@react-spring/types" "~9.1.1"

"@react-spring/types@~9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.1.1.tgz#0e53317018b81c4716a776e65477c8b0ee62758e"
integrity sha512-GaesYowey+nmDw/yhZ5jErEH2UaDl4jxax8aQtW5h3OpNu/QS8swoEn/jxQgffLb0n6gjsER7QyIx/dmZIWlyw==

"@react-spring/web@~9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.1.1.tgz#f7ff454631d0e495887ed4631672982e1e6fb500"
integrity sha512-py4c/Agqz9Unf+Apame29XYTLqHnKXSwJA6Q44jcNtHRFMuRjIpCyhS13C1ZI5PcJT0g9b8CvtMQFiShne8wNQ==
dependencies:
"@react-spring/animated" "~9.1.1"
"@react-spring/core" "~9.1.1"
"@react-spring/shared" "~9.1.1"
"@react-spring/types" "~9.1.1"

"@react-spring/zdog@~9.1.1":
version "9.1.1"
resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.1.1.tgz#8a79a957a89141bf2281b597e98d9a8327a6ba15"
integrity sha512-v0bSWfc0HtfAH+ijdml+/h8pFtP+WtWkd8pDq1ncfA0V0ey+8/SILE6vd69jSIYq8Wr/Q/qIpMvPmM77YkT+Ag==
dependencies:
"@react-spring/animated" "~9.1.1"
"@react-spring/core" "~9.1.1"
"@react-spring/shared" "~9.1.1"
"@react-spring/types" "~9.1.1"
"@react-spring/three@~9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.1.2.tgz#49d1d4c0b9d059bd470712c78c9dd73af130677d"
integrity sha512-d/v94ykmfJGLTJxJ+jxlTAJSfFdD+SSf+yvXReS81hc7+9VYeEwIHVIEKOzckYnPy/MEOSVhIVKF/9wdFIIo6g==
dependencies:
"@react-spring/animated" "~9.1.2"
"@react-spring/core" "~9.1.2"
"@react-spring/shared" "~9.1.2"
"@react-spring/types" "~9.1.2"

"@react-spring/types@~9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.1.2.tgz#3273a182f825b38f44ead2a2f3984344abad1e2b"
integrity sha512-NZNImL0ymRFbss1cGKX2qSEeFdFoOgnIJZEW4Uczt+wm04J7g0Zuf23Hf8hM35JtxDr8QO5okp8BBtCM5FzzMg==

"@react-spring/web@~9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.1.2.tgz#6ec409e8559676834b67aa33f0a2d57643c3c555"
integrity sha512-E5W9Hmi2bO6CPorCNV/2iv12ux9LxHJAbpXmrBPKWFRqZixysiHoNQKKPG0DmSvUU1uKkvCvMC4VoB6pj/2kxw==
dependencies:
"@react-spring/animated" "~9.1.2"
"@react-spring/core" "~9.1.2"
"@react-spring/shared" "~9.1.2"
"@react-spring/types" "~9.1.2"

"@react-spring/zdog@~9.1.2":
version "9.1.2"
resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.1.2.tgz#edf270e93d5db8a94f65d4e94e4438352fbb454f"
integrity sha512-t5RobDp12HGVh6XJ1BZ+dFdxRQ/goEapYvjH5eqQa1vC97bSqJGLiG+SM/E360DtDlh8GXAyGSesd2pXzBkpPg==
dependencies:
"@react-spring/animated" "~9.1.2"
"@react-spring/core" "~9.1.2"
"@react-spring/shared" "~9.1.2"
"@react-spring/types" "~9.1.2"

"@semantic-release/changelog@^5.0.1":
version "5.0.1"
Expand Down Expand Up @@ -15225,17 +15225,17 @@ react-simple-code-editor@^0.11.0:
resolved "https://registry.yarnpkg.com/react-simple-code-editor/-/react-simple-code-editor-0.11.0.tgz#bb57c7c29b570f2ab229872599eac184f5bc673c"
integrity sha512-xGfX7wAzspl113ocfKQAR8lWPhavGWHL3xSzNLeseDRHysT+jzRBi/ExdUqevSMos+7ZtdfeuBOXtgk9HTwsrw==

react-spring@^9.1.1:
version "9.1.1"
resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.1.1.tgz#0771de37421501be2121631cff2b36d0331770e2"
integrity sha512-gdRyLETB5183zCygEKXq5lNsNLSRXC8PZjEacB6CXC4gK7EErqsJBaC5vIHYc9/PMsi2XvUyTP17y8IhYHnKjg==
dependencies:
"@react-spring/core" "~9.1.1"
"@react-spring/konva" "~9.1.1"
"@react-spring/native" "~9.1.1"
"@react-spring/three" "~9.1.1"
"@react-spring/web" "~9.1.1"
"@react-spring/zdog" "~9.1.1"
react-spring@^9.1.2:
version "9.1.2"
resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.1.2.tgz#a2392f5468bfd960976747d59361236536e1f303"
integrity sha512-xLmkierisElCQShCqAH3PpepjHhCyOK1wGSTdpvG7GGD+SbfG4Sac7wj6wrKTT5A5NUFM5OnVQUXZLe5HScIfA==
dependencies:
"@react-spring/core" "~9.1.2"
"@react-spring/konva" "~9.1.2"
"@react-spring/native" "~9.1.2"
"@react-spring/three" "~9.1.2"
"@react-spring/web" "~9.1.2"
"@react-spring/zdog" "~9.1.2"

react-test-renderer@^16.13.1:
version "16.14.0"
Expand Down

0 comments on commit 66f048a

Please sign in to comment.