Commit 66a30a79 authored by Robert Knight's avatar Robert Knight

Update @hypothesis/frontend-shared to v3.11.0

This required adapting pattern library import paths due to changes in
https://github.com/hypothesis/frontend-shared/pull/200.
parent 12f60b6b
...@@ -6,7 +6,7 @@ import { ...@@ -6,7 +6,7 @@ import {
// TODO: Update after https://github.com/hypothesis/frontend-shared/issues/179 // TODO: Update after https://github.com/hypothesis/frontend-shared/issues/179
// is resolved // is resolved
import Library from '@hypothesis/frontend-shared/lib/pattern-library/components/Library'; import Library from '@hypothesis/frontend-shared/lib-cjs/pattern-library/components/Library';
export default function ButtonPatterns() { export default function ButtonPatterns() {
return ( return (
......
import { startApp } from '@hypothesis/frontend-shared/lib/pattern-library'; import { startApp } from '@hypothesis/frontend-shared/lib-cjs/pattern-library';
import ButtonPatterns from './components/ButtonPatterns'; import ButtonPatterns from './components/ButtonPatterns';
import sidebarIcons from '../../src/sidebar/icons'; import sidebarIcons from '../../src/sidebar/icons';
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
"@babel/core": "^7.1.6", "@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6", "@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0", "@babel/preset-react": "^7.0.0",
"@hypothesis/frontend-shared": "3.10.0", "@hypothesis/frontend-shared": "3.11.0",
"@octokit/rest": "^18.0.0", "@octokit/rest": "^18.0.0",
"@sentry/browser": "^6.0.2", "@sentry/browser": "^6.0.2",
"approx-string-match": "^1.1.0", "approx-string-match": "^1.1.0",
......
...@@ -1113,10 +1113,10 @@ ...@@ -1113,10 +1113,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf" resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w== integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
"@hypothesis/frontend-shared@3.10.0": "@hypothesis/frontend-shared@3.11.0":
version "3.10.0" version "3.11.0"
resolved "https://registry.yarnpkg.com/@hypothesis/frontend-shared/-/frontend-shared-3.10.0.tgz#4eee2184d4f8b16320aeb5c98acebd8a3839227f" resolved "https://registry.yarnpkg.com/@hypothesis/frontend-shared/-/frontend-shared-3.11.0.tgz#4d408475b7dd47aca25b3b995b071a66653f7816"
integrity sha512-rGvYxH9HrrYmmG/oy+MAqi5e5i7mTKzdhuaXW3kHftAB8xf/AEUjMsZ6PqQhdC/Y8cwBBcFOXw7UJss9M8yHFw== integrity sha512-k+Lt1iRd7FcpMLUMygDABA3YBH9LALIUd72ANLtCEesRWUjq6dkwtUjGPWdGA/8fZlmvMmGFZqxZWUanC2OSHA==
"@istanbuljs/load-nyc-config@^1.0.0": "@istanbuljs/load-nyc-config@^1.0.0":
version "1.1.0" version "1.1.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment