Skip to content

Commit

Permalink
chore: Drop lodash omit
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jan 26, 2024
1 parent c3b1b06 commit d272cce
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import supertest from "supertest";
import omit from "lodash.omit";
import { omit } from "lodash";
import app from "../../../server";
import { queryMock } from "../../../tests/graphqlQueryMock";
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { gql } from "graphql-request";
import omit from "lodash.omit";
import { omit } from "lodash";
import { getMostRecentPublishedFlow } from "../../../helpers";
import { sortBreadcrumbs } from "@opensystemslab/planx-core";
import { ComponentType } from "@opensystemslab/planx-core/types";
Expand Down
2 changes: 0 additions & 2 deletions api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"jsondiffpatch": "^0.5.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lodash.omit": "^4.5.0",
"mime": "^3.0.0",
"multer": "^1.4.5-lts.1",
"nanoid": "^3.3.7",
Expand Down Expand Up @@ -83,7 +82,6 @@
"@types/jsdom": "^21.1.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.14.202",
"@types/lodash.omit": "^4.5.9",
"@types/mime": "^3.0.4",
"@types/multer": "^1.4.11",
"@types/node": "^18.18.1",
Expand Down
12 changes: 0 additions & 12 deletions api.planx.uk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d272cce

Please sign in to comment.