Skip to content

Commit

Permalink
Merge pull request #1052 from newrelic/zstix/bump-theme
Browse files Browse the repository at this point in the history
Update Theme Version
  • Loading branch information
zstix authored Dec 29, 2020
2 parents 60eb49c + 8c9b6c6 commit 5b9537a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
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": "^10.0.27",
"@mdx-js/mdx": "^1.6.19",
"@mdx-js/react": "^1.6.19",
"@newrelic/gatsby-theme-newrelic": "^1.16.3",
"@newrelic/gatsby-theme-newrelic": "^1.18.1",
"@splitsoftware/splitio-react": "^1.2.0",
"@xstate/react": "^1.0.2",
"classnames": "^2.2.6",
Expand Down
25 changes: 21 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3206,15 +3206,16 @@
eslint-plugin-promise "^4.2.1"
eslint-plugin-react "^7.14.3"

"@newrelic/gatsby-theme-newrelic@^1.16.3":
version "1.16.3"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-1.16.3.tgz#baae6b72a42cd838beff591ee958bdacaecf0773"
integrity sha512-OgZkEeOwWse7DEVYaDAxVRg0PUkYPuRJlamkj6r4+jW5qz1ZnKJKAS/tmq26P/Hxz8aexRas8NnTGkGI4r1nig==
"@newrelic/gatsby-theme-newrelic@^1.18.1":
version "1.18.1"
resolved "https://registry.yarnpkg.com/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-1.18.1.tgz#beb0376b2abc663f040376c3cac2ce4cce141773"
integrity sha512-TG633+UxjEWWAeRNjxacthJaQgxu6WNCISX/ZKjzoJjGwYoKwe3rNifnwghJJ7J1D49mCHrvkiYY/494wRN0fg==
dependencies:
"@elastic/react-search-ui" "^1.4.1"
"@elastic/react-search-ui-views" "^1.4.1"
"@elastic/search-ui-site-search-connector" "^1.4.1"
"@wry/equality" "^0.3.0"
"@xstate/react" "^1.1.0"
babel-plugin-prismjs "^2.0.1"
date-fns "^2.16.1"
gatsby-plugin-emotion "^4.3.10"
Expand All @@ -3236,10 +3237,13 @@
react-middle-ellipsis "^1.1.0"
react-simple-code-editor "^0.11.0"
react-spring "^8.0.27"
react-typist "^2.0.5"
react-use "^15.3.4"
use-dark-mode "^2.3.1"
use-media "^1.4.0"
use-persisted-state "^0.3.0"
warning "^4.0.3"
xstate "^4.15.1"

"@nodelib/[email protected]":
version "2.1.3"
Expand Down Expand Up @@ -4215,6 +4219,14 @@
use-isomorphic-layout-effect "^1.0.0"
use-subscription "^1.3.0"

"@xstate/react@^1.1.0":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@xstate/react/-/react-1.2.2.tgz#54d32034d40384782ee11145bbbb31b841a5a464"
integrity sha512-pXcUtts6EaEUmquzpMZ2yhAZZLAFYxKVaaHnQ8MPWpGuby0B5QMch17Ij59+LGQACQTSE0nDqXrvvBQId6m8qQ==
dependencies:
use-isomorphic-layout-effect "^1.0.0"
use-subscription "^1.3.0"

"@xtuc/ieee754@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
Expand Down Expand Up @@ -20670,6 +20682,11 @@ xstate@^4.14.0:
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.14.1.tgz#8902304944aa78ef5bdfa818ca2ca5fd109a3959"
integrity sha512-1LyR5c6wgA41660Cp8Dq5VWRtS75l+KnjysgpgZI9FVLvYl5BF2FmkfT5CAlTIo+CKfj/4IznQYkYfURxuY6WA==

xstate@^4.15.1:
version "4.15.2"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.15.2.tgz#52213ecbca7b9458ff9162c977c4944ee16891c8"
integrity sha512-C+3jzJbhkp9ywGB+E2YMbS4mLyuxv366+KGi2RBX6y99xZFezbrGfaPQGRvFvn58OlLlCuSfCwn6bPcp78aMyw==

xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54"
Expand Down

0 comments on commit 5b9537a

Please sign in to comment.