Skip to content

Commit

Permalink
Draft: Upgrade IIIF vault packages (#233)
Browse files Browse the repository at this point in the history
* Upgrade IIIF vault packages

* Try moduleResolutio of `bundler`; update typescript defs.

* Update import to get type check passing

---------

Co-authored-by: Mat Jordan <[email protected]>
  • Loading branch information
lfarrell and mathewjordan authored Nov 18, 2024
1 parent f35e10b commit 78e70c6
Show file tree
Hide file tree
Showing 30 changed files with 6,949 additions and 5,835 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ html/
# VSCode
.vscode/

# Intellij editor configs
.idea

dist/tsconfig.tsbuildinfo
tmp
.env.local
Expand Down
2 changes: 1 addition & 1 deletion docs/components/Splash/Element.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { ReactElement } from "react";

import { CSS } from "@stitches/react/types/css-util";
import { CSS } from "@stitches/react";
import CallToAction from "../CallToAction";
import { styled } from "src/styles/stitches.config";
import { useRouter } from "next/router";
Expand Down
Loading

0 comments on commit 78e70c6

Please sign in to comment.