Skip to content

Commit

Permalink
client: Update dependencies
Browse files Browse the repository at this point in the history
- @fortawesome/free-brands-svg-icons: 6.5.1 → 6.5.2
- @fortawesome/free-regular-svg-icons: 6.5.1 → 6.5.2
- @fortawesome/free-solid-svg-icons: 6.5.1 → 6.5.2
- @kunukn/react-collapse: 2.2.10 → 3.0.5
- @parcel/packager-raw-url: 2.11.0 → 2.12.0
- @parcel/service-worker: 2.11.0 → 2.12.0
- @parcel/transformer-image: 2.11.0 → 2.12.0
- @parcel/transformer-sass: 2.11.0 → 2.12.0
- @parcel/transformer-webmanifest: 2.11.0 → 2.12.0
- autoprefixer: 10.4.16 → 10.4.19
- core-js: 3.35.0 → 3.36.1
- dexie: 3.2.4 → 3.2.7
- eslint: 8.56.0 → 8.57.0
- eslint-plugin-react: 7.33.2 → 7.34.1
- parcel: 2.11.0 → 2.12.0
- postcss: 8.4.33 → 8.4.38
- prettier: 2.8.8 → 3.2.5
  https://prettier.io/blog/2023/07/05/3.0.0.html
- stylelint: 16.1.0 → 16.3.1
- stylelint-config-standard-scss: 13.0.0 → 13.1.0
- yet-another-react-lightbox: 3.15.6 → 3.17.2
  • Loading branch information
jtojnar committed Apr 6, 2024
1 parent d730422 commit 20d1662
Show file tree
Hide file tree
Showing 7 changed files with 1,311 additions and 1,492 deletions.
2 changes: 1 addition & 1 deletion client/js/templates/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
useLocation,
} from 'react-router-dom';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import Collapse from '@kunukn/react-collapse';
import { Collapse } from '@kunukn/react-collapse';
import classNames from 'classnames';
import HashPassword from './HashPassword';
import OpmlImport from './OpmlImport';
Expand Down
2 changes: 1 addition & 1 deletion client/js/templates/NavFilters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { Link, useRouteMatch } from 'react-router-dom';
import classNames from 'classnames';
import { FilterType } from '../Filter';
import { forceReload, makeEntriesLinkLocation, ENTRIES_ROUTE_PATTERN } from '../helpers/uri';
import Collapse from '@kunukn/react-collapse';
import { Collapse } from '@kunukn/react-collapse';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import * as icons from '../icons';
import { LocalizationContext } from '../helpers/i18n';
Expand Down
2 changes: 1 addition & 1 deletion client/js/templates/NavSources.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { usePreviousImmediate } from 'rooks';
import classNames from 'classnames';
import { unescape } from 'html-escaper';
import { forceReload, makeEntriesLinkLocation, ENTRIES_ROUTE_PATTERN } from '../helpers/uri';
import Collapse from '@kunukn/react-collapse';
import { Collapse } from '@kunukn/react-collapse';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { LoadingState } from '../requests/LoadingState';
import * as sourceRequests from '../requests/sources';
Expand Down
2 changes: 1 addition & 1 deletion client/js/templates/NavTags.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { unescape } from 'html-escaper';
import { forceReload, makeEntriesLinkLocation, ENTRIES_ROUTE_PATTERN } from '../helpers/uri';
import ColorChooser from './ColorChooser';
import { updateTag } from '../requests/tags';
import Collapse from '@kunukn/react-collapse';
import { Collapse } from '@kunukn/react-collapse';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import * as icons from '../icons';
import { LocalizationContext } from '../helpers/i18n';
Expand Down
Loading

0 comments on commit 20d1662

Please sign in to comment.