Skip to content

Commit

Permalink
Merge branch '416-update-dependencies' into 'master'
Browse files Browse the repository at this point in the history
npm: update matomo-tracker-react

See merge request TIBHannover/orkg/orkg-frontend!924
  • Loading branch information
aoelen committed Sep 1, 2022
2 parents d235391 + 7d90731 commit 5ae38e9
Show file tree
Hide file tree
Showing 10 changed files with 2,552 additions and 8,380 deletions.
10,910 changes: 2,541 additions & 8,369 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"@citation-js/plugin-bibtex": "^0.6.1",
"@citation-js/plugin-csl": "^0.6.4",
"@citation-js/plugin-doi": "^0.6.1",
"@datapunt/matomo-tracker-react": "^0.5.1",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@handsontable/react": "^11.0.1",
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@reduxjs/toolkit": "^1.8.3",
"@tippyjs/react": "^4.2.6",
"@trainiac/html2canvas": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Authentication/SignIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Cookies } from 'react-cookie';
import { checkCookie } from 'utils';
import env from '@beam-australia/react-env';
import { useDispatch } from 'react-redux';
import { useMatomo } from '@datapunt/matomo-tracker-react';
import { useMatomo } from '@jonkoops/matomo-tracker-react';

const cookies = new Cookies();

Expand Down
2 changes: 1 addition & 1 deletion src/components/Authentication/SignUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { Cookies } from 'react-cookie';
import env from '@beam-australia/react-env';
import InfoSheet from 'assets/pdf/infosheet-data-protection.pdf';
import { reverse } from 'named-urls';
import { useMatomo } from '@datapunt/matomo-tracker-react';
import { useMatomo } from '@jonkoops/matomo-tracker-react';

const cookies = new Cookies();

Expand Down
2 changes: 1 addition & 1 deletion src/components/Comparison/Publish/Publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import env from '@beam-australia/react-env';
import Select from 'react-select';
import { getConferences } from 'services/backend/organizations';
import { SelectGlobalStyle } from 'components/Autocomplete/styled';
import { useMatomo } from '@datapunt/matomo-tracker-react';
import { useMatomo } from '@jonkoops/matomo-tracker-react';
import { useSelector } from 'react-redux';
import ResearchFieldSelectorModal from 'components/ResearchFieldSelector/ResearchFieldSelectorModal';

Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/DefaultLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Header from 'components/Layout/Header/Header';
import Footer from 'components/Layout/Footer';
import PropTypes from 'prop-types';
import { FontAwesomeIcon as Icon } from '@fortawesome/react-fontawesome';
import { useMatomo } from '@datapunt/matomo-tracker-react';
import { useMatomo } from '@jonkoops/matomo-tracker-react';
import useOnLocationChange from 'components/Layout/hooks/useOnLocationChange';
import { faTimes } from '@fortawesome/free-solid-svg-icons';
import styled from 'styled-components';
Expand Down
4 changes: 2 additions & 2 deletions src/components/List/PublishModal.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { useMatomo } from '@datapunt/matomo-tracker-react';
import { useMatomo } from '@jonkoops/matomo-tracker-react';
import { faSpinner } from '@fortawesome/free-solid-svg-icons';
import { FontAwesomeIcon as Icon } from '@fortawesome/react-fontawesome';
import useList from 'components/List/hooks/useList';
import ROUTES from 'constants/routes';
import { reverse } from 'named-urls';
import PropTypes from 'prop-types';
import React, { useState } from 'react';
import { useState } from 'react';
import { Link } from 'react-router-dom';
import { Alert, Button, FormGroup, Input, Label, Modal, ModalBody, ModalFooter, ModalHeader } from 'reactstrap';

Expand Down
2 changes: 1 addition & 1 deletion src/components/Matomo/withMatomo.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useMatomo } from '@datapunt/matomo-tracker-react';
import { useMatomo } from '@jonkoops/matomo-tracker-react';

/**
* A HOC to use the Matomo hooks in class components
Expand Down
4 changes: 2 additions & 2 deletions src/components/Review/PublishModal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import PropTypes from 'prop-types';
import React, { useState } from 'react';
import { useState } from 'react';
import { Alert, Button, FormGroup, Input, InputGroup, Label, Modal, ModalBody, ModalFooter, ModalHeader } from 'reactstrap';
import { createLiteralStatement, createResourceStatement, getStatementsBundleBySubject } from 'services/backend/statements';
import { FontAwesomeIcon as Icon } from '@fortawesome/react-fontawesome';
Expand All @@ -18,7 +18,7 @@ import Tooltip from 'components/Utils/Tooltip';
import { generateDoi } from 'services/backend/misc';
import ROUTES from 'constants/routes';
import CopyToClipboard from 'react-copy-to-clipboard';
import { useMatomo } from '@datapunt/matomo-tracker-react';
import { useMatomo } from '@jonkoops/matomo-tracker-react';

const PublishModal = ({ id, show, toggle, getVersions, paperId }) => {
const [isLoading, setIsLoading] = useState(false);
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import theme from 'assets/scss/ThemeVariables';
import { Provider } from 'react-redux';
import { CookiesProvider } from 'react-cookie';
import { ThemeProvider } from 'styled-components';
import { MatomoProvider, createInstance } from '@datapunt/matomo-tracker-react';
import { MatomoProvider, createInstance } from '@jonkoops/matomo-tracker-react';
import { DndProvider } from 'react-dnd';
import env from '@beam-australia/react-env';
import { HTML5Backend } from 'react-dnd-html5-backend';
Expand Down

0 comments on commit 5ae38e9

Please sign in to comment.