Skip to content

Commit

Permalink
feat: add new cookie mgmt/tessen upgrade via theme bump
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Sep 23, 2021
1 parent 04c70da commit 00a7c00
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 2 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
{
resolve: '@newrelic/gatsby-theme-newrelic',
options: {
oneTrustID: '77dd4d78-49db-4057-81ea-4bc325d6ecdd',
forceTrailingSlashes: true,
layout: {
contentPadding: '2rem',
Expand Down Expand Up @@ -113,6 +114,7 @@ module.exports = {
},
},
tessen: {
tessenVersion: '1.14.0',
product: 'DEV',
subproduct: 'TDEV',
segmentWriteKey: 'Ako0hclX8WGHwl9rm4n5uxLtT4wgEtuU',
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.8.0",
"@newrelic/gatsby-theme-newrelic": "^3.0.0",
"@splitsoftware/splitio-react": "^1.2.0",
"@xstate/react": "^1.0.2",
"classnames": "^2.2.6",
Expand Down
2 changes: 0 additions & 2 deletions src/layouts/MainLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useState, useEffect } from 'react';
import PropTypes from 'prop-types';
import { css } from '@emotion/react';
import {
CookieConsentDialog,
GlobalHeader,
Layout,
Logo,
Expand Down Expand Up @@ -84,7 +83,6 @@ const MainLayout = ({ children, pageContext }) => {
</SdkContext.Provider>
<Layout.Footer fileRelativePath={fileRelativePath} />
</Layout>
<CookieConsentDialog />
</>
);
};
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2048,10 +2048,10 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@^2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-2.8.0.tgz#127848aafb92aa9988ec74beb7b8804da8cda6ab"
integrity sha512-ihmDqPPMrt4SccSpY+vZSf5kJBPK0IFb23si8wweDRczUVLAjHTXNEyKHZKYOUyvxdFMH/Lat8DuXdNROPH/VQ==
"@newrelic/gatsby-theme-newrelic@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-3.0.0.tgz#e9032e46d0bebef4f74da0ce98da4d058ce1edae"
integrity sha512-t7uojgs25wggWmjZghFGih9rHYvQ621v3f0mnQ7C+yduSiHQl2eFFZM+l0W/NwGcJjQ93N6rHwOhnCjnIb6WmQ==
dependencies:
"@wry/equality" "^0.4.0"
"@xstate/react" "^1.3.1"
Expand Down

0 comments on commit 00a7c00

Please sign in to comment.