Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tar bort spesifikke lodash-pakker #5409

Merged
merged 1 commit into from
Dec 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions packages/behandling-opplaeringspenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"@navikt/ft-fakta-beregning-redesign": "1.0.17",
"@navikt/ft-fakta-fordel-beregningsgrunnlag": "7.3.20",
"@navikt/ft-prosess-beregningsgrunnlag": "6.3.20",
"@navikt/k9-fe-etablert-tilsyn": "1.0.3",
"@navikt/k9-fe-etablert-tilsyn": "1.0.4",
"@navikt/k9-fe-http-utils": "1.0.8",
"@navikt/k9-fe-inntektsmelding": "1.0.4",
"@navikt/k9-fe-medisinsk-vilkar": "1.0.3",
"@navikt/k9-fe-om-barnet": "1.0.3",
"@navikt/k9-fe-omsorgen-for": "1.0.3",
"@navikt/k9-fe-inntektsmelding": "1.0.5",
"@navikt/k9-fe-medisinsk-vilkar": "1.0.4",
"@navikt/k9-fe-om-barnet": "1.0.4",
"@navikt/k9-fe-omsorgen-for": "1.0.4",
"axios": "1.6.2",
"nav-frontend-alertstriper": "4.0.2",
"react": "18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/behandling-pleiepenger-sluttfase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@navikt/ft-fakta-fordel-beregningsgrunnlag": "7.3.20",
"@navikt/ft-prosess-beregningsgrunnlag": "6.3.20",
"@navikt/k9-fe-http-utils": "1.0.8",
"@navikt/k9-fe-inntektsmelding": "1.0.4",
"@navikt/k9-fe-medisinsk-vilkar": "1.0.3",
"@navikt/k9-fe-inntektsmelding": "1.0.5",
"@navikt/k9-fe-medisinsk-vilkar": "1.0.4",
"axios": "1.6.2",
"nav-frontend-alertstriper": "4.0.2",
"react": "18.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/behandling-pleiepenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"@navikt/ft-fakta-beregning-redesign": "1.0.17",
"@navikt/ft-fakta-fordel-beregningsgrunnlag": "7.3.20",
"@navikt/ft-prosess-beregningsgrunnlag": "6.3.20",
"@navikt/k9-fe-etablert-tilsyn": "1.0.3",
"@navikt/k9-fe-etablert-tilsyn": "1.0.4",
"@navikt/k9-fe-http-utils": "1.0.8",
"@navikt/k9-fe-inntektsmelding": "1.0.4",
"@navikt/k9-fe-medisinsk-vilkar": "1.0.3",
"@navikt/k9-fe-om-barnet": "1.0.3",
"@navikt/k9-fe-omsorgen-for": "1.0.3",
"@navikt/k9-fe-inntektsmelding": "1.0.5",
"@navikt/k9-fe-medisinsk-vilkar": "1.0.4",
"@navikt/k9-fe-om-barnet": "1.0.4",
"@navikt/k9-fe-omsorgen-for": "1.0.4",
"axios": "1.6.2",
"nav-frontend-alertstriper": "4.0.2",
"react": "18.2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/fakta-etablert-tilsyn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"classnames": "2.3.2",
"dayjs": "1.11.10",
"lodash": "4.17.21",
"lodash.throttle": "4.1.1",
"nav-frontend-alertstriper": "4.0.2",
"nav-frontend-alertstriper-style": "3.0.2",
"nav-frontend-chevron": "1.0.30",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { isDayAfter, Period } from '@fpsak-frontend/utils';
import { Table } from '@navikt/ds-react';
import dayjs from 'dayjs';
import { uniq } from 'lodash';
import uniq from 'lodash/uniq';
import React from 'react';
import EtablertTilsynType from '../../../types/EtablertTilsynType';
import EtablertTilsynRowContent from './EtablertTilsynRowContent';
Expand Down
4 changes: 2 additions & 2 deletions packages/fakta-inntektsmelding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"date-fns": "2.30.0",
"dayjs": "1.11.10",
"express": "4.18.2",
"lodash.throttle": "4.1.1",
"lodash": "4.17.21",
"msw": "1.3.2",
"msw-storybook-addon": "1.10.0",
"nav-frontend-alertstriper": "4.0.2",
Expand Down Expand Up @@ -77,7 +77,7 @@
"classnames": "2.3.2",
"date-fns": "2.30.0",
"dayjs": "1.11.10",
"lodash.throttle": "4.1.1",
"lodash": "4.17.21",
"msw-storybook-addon": "1.10.0",
"nav-frontend-alertstriper": "4.0.2",
"nav-frontend-alertstriper-style": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fakta-institusjon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@fpsak-frontend/form": "*",
"@k9-sak-web/types": "*",
"@navikt/ft-plattform-komponenter": "2.3.14",
"@navikt/k9-fe-form-utils": "1.0.17",
"@navikt/k9-fe-form-utils": "1.0.18",
"@navikt/k9-fe-period-utils": "1.0.12",
"formik": "2.4.5",
"yup": "0.32.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/fakta-medisinsk-vilkår/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"axios": "1.6.2",
"classnames": "2.3.2",
"dayjs": "1.11.10",
"lodash.throttle": "4.1.1",
"lodash": "4.17.21",
"react": "18.2.0",
"react-collapse": "5.1.1",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fakta-om-barnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"axios": "1.6.2",
"classnames": "2.3.2",
"dayjs": "1.11.10",
"lodash.throttle": "4.1.1",
"lodash": "4.17.21",
"react": "18.2.0",
"react-collapse": "5.1.1",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fakta-omsorgen-for/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"axios": "1.6.2",
"classnames": "2.3.2",
"dayjs": "1.11.10",
"lodash.throttle": "4.1.1",
"lodash": "4.17.21",
"nav-frontend-alertstriper": "4.0.2",
"nav-frontend-alertstriper-style": "3.0.2",
"nav-frontend-chevron": "1.0.30",
Expand Down
1 change: 0 additions & 1 deletion packages/fakta-omsorgsdager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"classnames": "2.3.2",
"dayjs": "1.11.10",
"lodash": "4.17.21",
"lodash.throttle": "4.1.1",
"nav-datovelger": "12.6.0",
"nav-frontend-alertstriper": "4.0.2",
"nav-frontend-alertstriper-style": "3.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useCallback, useEffect, useRef } from 'react';
import throttle from 'lodash.throttle';
import throttle from 'lodash/throttle';

// Brukes for midlertidig mellomlagring av input fra saksbehandlare som ett global objekt i k9-sak-web.
export const BrukFormSesjonslagring = (
Expand Down
2 changes: 1 addition & 1 deletion packages/fakta-opplaering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@navikt/ds-react": "5.11.2",
"@navikt/ft-plattform-komponenter": "2.3.14",
"@navikt/k9-fe-date-utils": "1.0.9",
"@navikt/k9-fe-form-utils": "1.0.17",
"@navikt/k9-fe-form-utils": "1.0.18",
"@navikt/k9-fe-period-utils": "1.0.12",
"classnames": "2.3.2",
"dayjs": "1.11.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@navikt/ft-plattform-komponenter": "2.3.14",
"classnames": "2.3.2",
"formik": "2.4.5",
"lodash.throttle": "4.1.1",
"lodash": "4.17.21",
"moment": "2.29.4",
"nav-frontend-core": "6.0.1",
"nav-frontend-etiketter": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/prosess-aarskvantum-oms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@k9-sak-web/konstanter": "1.0.0",
"@k9-sak-web/types": "1.0.0",
"classnames": "2.3.2",
"lodash.throttle": "4.1.1",
"lodash": "4.17.21",
"moment": "2.29.4",
"nav-frontend-alertstriper": "4.0.2",
"nav-frontend-alertstriper-style": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/prosess-uttak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"cors": "2.8.5",
"dayjs": "1.11.10",
"express": "4.18.2",
"lodash.throttle": "4.1.1",
"lodash": "4.17.21",
"nav-frontend-alertstriper": "4.0.2",
"nav-frontend-alertstriper-style": "3.0.2",
"nav-frontend-chevron": "1.0.30",
Expand Down
2 changes: 1 addition & 1 deletion packages/prosess-vilkar-opptjening-oms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@navikt/ft-plattform-komponenter": "2.3.14",
"classnames": "2.3.2",
"dayjs": "1.11.10",
"lodash.isequal": "4.5.0",
"lodash": "4.17.21",
"moment": "2.29.4",
"nav-frontend-core": "6.0.1",
"nav-frontend-grid": "2.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { dateFormat } from '@fpsak-frontend/utils';
import { Aksjonspunkt, Fagsak, Opptjening, OpptjeningBehandling, SubmitCallback, Vilkar } from '@k9-sak-web/types';
import { SideMenu } from '@navikt/ft-plattform-komponenter';
import classNames from 'classnames/bind';
import isEqual from 'lodash.isequal';
import isEqual from 'lodash/isEqual';
import React, { useEffect, useState } from 'react';
import { RawIntlProvider, createIntl, createIntlCache } from 'react-intl';

Expand Down
2 changes: 1 addition & 1 deletion packages/prosess-vilkar-sykdom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@fpsak-frontend/utils": "1.0.0",
"@navikt/ft-plattform-komponenter": "2.3.14",
"classnames": "2.3.2",
"lodash.isequal": "4.5.0",
"lodash": "4.17.21",
"nav-frontend-core": "6.0.1",
"nav-frontend-spinner": "3.0.1",
"nav-frontend-spinner-style": "1.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { dateFormat } from '@fpsak-frontend/utils';
import Vilkarperiode from '@k9-sak-web/types/src/vilkarperiode';
import { SideMenu } from '@navikt/ft-plattform-komponenter';
import classNames from 'classnames/bind';
import isEqual from 'lodash.isequal';
import isEqual from 'lodash/isEqual';
import { Element, Undertekst, Undertittel } from 'nav-frontend-typografi';
import React from 'react';
import { FormattedMessage, RawIntlProvider, createIntl, createIntlCache } from 'react-intl';
Expand Down
12 changes: 6 additions & 6 deletions packages/sak-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@navikt/ft-plattform-komponenter": "2.3.14",
"@navikt/ft-prosess-beregningsgrunnlag": "6.3.20",
"@navikt/ft-ui-komponenter": "2.1.17",
"@navikt/k9-fe-etablert-tilsyn": "1.0.3",
"@navikt/k9-fe-etablert-tilsyn": "1.0.4",
"@navikt/k9-fe-http-utils": "1.0.8",
"@navikt/k9-fe-inntektsmelding": "1.0.4",
"@navikt/k9-fe-medisinsk-vilkar": "1.0.3",
"@navikt/k9-fe-om-barnet": "1.0.3",
"@navikt/k9-fe-omsorgen-for": "1.0.3",
"@navikt/k9-fe-omsorgsdager": "1.0.2",
"@navikt/k9-fe-inntektsmelding": "1.0.5",
"@navikt/k9-fe-medisinsk-vilkar": "1.0.4",
"@navikt/k9-fe-om-barnet": "1.0.4",
"@navikt/k9-fe-omsorgen-for": "1.0.4",
"@navikt/k9-fe-omsorgsdager": "1.0.3",
"@sentry/browser": "7.84.0",
"axios": "1.6.2",
"classnames": "2.3.2",
Expand Down
Loading
Loading