Skip to content

Commit

Permalink
chore: bump planx-core & MUI deps (#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Jul 29, 2024
1 parent d359dc6 commit d2a8e18
Show file tree
Hide file tree
Showing 9 changed files with 2,170 additions and 2,147 deletions.
8 changes: 5 additions & 3 deletions api.planx.uk/modules/admin/session/html.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { generateApplicationHTML } from "@opensystemslab/planx-core";
import { $api } from "../../../client";
import type {
DrawBoundaryUserAction,
PlanXExportData,
} from "@opensystemslab/planx-core/types";
import type { RequestHandler } from "express";
import type { PlanXExportData } from "@opensystemslab/planx-core/types";
import { DrawBoundaryUserAction } from "@opensystemslab/planx-core/dist/templates/html/map/Map";
import { $api } from "../../../client";

type HTMLExportHandler = RequestHandler<{ sessionId: string }, string>;

Expand Down
2 changes: 1 addition & 1 deletion api.planx.uk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packageManager": "[email protected]",
"dependencies": {
"@airbrake/node": "^2.1.8",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#fc14234",
"@opensystemslab/planx-core": "git+https://github.com/theopensystemslab/planx-core#dd24b0a",
"@types/isomorphic-fetch": "^0.0.36",
"adm-zip": "^0.5.10",
"aws-sdk": "^2.1467.0",
Expand Down
Loading

0 comments on commit d2a8e18

Please sign in to comment.