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

Commit cfbdf28

Browse files
feat: update theme to 6.8.0
1 parent bf78927 commit cfbdf28

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
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": "^6.0.2",
12+
"@newrelic/gatsby-theme-newrelic": "^6.8.0",
1313
"@splitsoftware/splitio-react": "^1.2.4",
1414
"date-fns": "^2.17.0",
1515
"feather-icons": "^4.28.0",

yarn.lock

+8-7
Original file line numberDiff line numberDiff line change
@@ -2099,10 +2099,10 @@
20992099
eslint-plugin-promise "^4.2.1"
21002100
eslint-plugin-react "^7.14.3"
21012101

2102-
"@newrelic/gatsby-theme-newrelic@^6.0.2":
2103-
version "6.0.2"
2104-
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-6.0.2.tgz#2cdff4b9187f7c7b4ce305fbdb3025d9d79303d0"
2105-
integrity sha512-6uU/xd7ePpg34kfIN0oRPpAEwfsCJznHto13qod22mJIcu1ueQuSqMDxF6OxaK0QvI5aLym2ydQiwzZoPNYGIg==
2102+
"@newrelic/gatsby-theme-newrelic@^6.8.0":
2103+
version "6.8.0"
2104+
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-6.8.0.tgz#1d2b85e095370b3e006551d911abdaf51767bdd7"
2105+
integrity sha512-9IEokhypUzNIK6UdP9LwhfVaHMGQlfZFyfySPbPgVKA7dohdj2zGpb5E7Lu8MSaTHEmMa8aeXvVk0TWDhRP2gA==
21062106
dependencies:
21072107
"@wry/equality" "^0.4.0"
21082108
"@xstate/react" "^1.3.1"
@@ -2125,7 +2125,8 @@
21252125
path-browserify "^1.0.1"
21262126
polished "^4.1.1"
21272127
prism-react-renderer "^1.2.0"
2128-
prismjs "^1.23.0"
2128+
prismjs "^1.28.0"
2129+
prop-types "^15.5.7"
21292130
react-i18next "^11.8.13"
21302131
react-live "^2.2.3"
21312132
react-middle-ellipsis "^1.1.0"
@@ -12501,7 +12502,7 @@ prism-react-renderer@^1.2.0, prism-react-renderer@^1.2.1:
1250112502
resolved "https://registry.yarnpkg.com/prism-react-renderer/-/prism-react-renderer-1.3.1.tgz#88fc9d0df6bed06ca2b9097421349f8c2f24e30d"
1250212503
integrity sha512-xUeDMEz074d0zc5y6rxiMp/dlC7C+5IDDlaEUlcBOFE2wddz7hz5PNupb087mPwTt7T9BrFmewObfCBuf/LKwQ==
1250312504

12504-
prismjs@^1.23.0:
12505+
prismjs@^1.28.0:
1250512506
version "1.28.0"
1250612507
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.28.0.tgz#0d8f561fa0f7cf6ebca901747828b149147044b6"
1250712508
integrity sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==
@@ -12553,7 +12554,7 @@ prompts@^2.0.1, prompts@^2.3.2:
1255312554
kleur "^3.0.3"
1255412555
sisteransi "^1.0.5"
1255512556

12556-
prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
12557+
prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.5.8, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
1255712558
version "15.8.1"
1255812559
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
1255912560
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==

0 commit comments

Comments
 (0)