Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 48730fc

Browse files
committed
fix: bump theme to version that handles blocked cookies
1 parent 20820f6 commit 48730fc

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@emotion/styled": "^11.3.0",
1010
"@mdx-js/mdx": "^1.6.22",
1111
"@mdx-js/react": "^1.6.22",
12-
"@newrelic/gatsby-theme-newrelic": "2.4.0",
12+
"@newrelic/gatsby-theme-newrelic": "^2.4.2",
1313
"@splitsoftware/splitio-react": "^1.2.4",
1414
"date-fns": "^2.17.0",
1515
"feather-icons": "^4.28.0",

yarn.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -1977,10 +1977,10 @@
19771977
eslint-plugin-promise "^4.2.1"
19781978
eslint-plugin-react "^7.14.3"
19791979

1980-
"@newrelic/[email protected].0":
1981-
version "2.4.0"
1982-
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-2.4.0.tgz#cd53bda7fd8230be0cc350a3f83067c7352f18ab"
1983-
integrity sha512-HXN+hkP6ixiOlN4ZOfjNefmH2dYfmDRBPJISM85+lvhZIJZ1EkHPEvmslIiAbixMOpolEgulYjT0PNMYMOdMaQ==
1980+
"@newrelic/gatsby-theme-newrelic@^2.4.2":
1981+
version "2.4.2"
1982+
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-2.4.2.tgz#e792fe218e7525e3e646cec636f71788b13aaedb"
1983+
integrity sha512-P4L0QogK8R/wzeRH90oG64E1TxeOB2Ylj++3xZ75pCuef7bHOkRYTBUiIBobo//la0Tt1N/LgDzgG4Cw+eI/fA==
19841984
dependencies:
19851985
"@wry/equality" "^0.4.0"
19861986
"@xstate/react" "^1.3.1"
@@ -2016,6 +2016,7 @@
20162016
terser "^5.6.1"
20172017
ua-parser-js "^0.7.28"
20182018
use-dark-mode "^2.3.1"
2019+
use-local-storage-state "^9.0.2"
20192020
use-media "^1.4.0"
20202021
util "^0.12.3"
20212022
warning "^4.0.3"
@@ -16922,6 +16923,11 @@ use-isomorphic-layout-effect@^1.0.0:
1692216923
resolved "https://registry.yarnpkg.com/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.1.tgz#7bb6589170cd2987a152042f9084f9effb75c225"
1692316924
integrity sha512-L7Evj8FGcwo/wpbv/qvSfrkHFtOpCzvM5yl2KVyDJoylVuSvzphiiasmjgQPttIGBAy2WKiBNR98q8w7PiNgKQ==
1692416925

16926+
use-local-storage-state@^9.0.2:
16927+
version "9.0.2"
16928+
resolved "https://registry.yarnpkg.com/use-local-storage-state/-/use-local-storage-state-9.0.2.tgz#77ace2fd72c8d17d3da5be74cf6aa3e25b6e321c"
16929+
integrity sha512-loNVFqrzfsNoNVtM/3RJbjKVhSgTX15vPC5Tcuk7oflF0nonldRivMGAgFU3toi9v6hfTT/x8M+o6ifDN2n0OQ==
16930+
1692516931
use-media@^1.4.0:
1692616932
version "1.4.0"
1692716933
resolved "https://registry.yarnpkg.com/use-media/-/use-media-1.4.0.tgz#e777bf1f382a7aacabbd1f9ce3da2b62e58b2a98"

0 commit comments

Comments
 (0)