Skip to content

Commit

Permalink
Upgrade idiomorph to 0.3.0 (#1122)
Browse files Browse the repository at this point in the history
Use the upstream version that now includes a ESM dist file since

bigskysoftware/idiomorph@6cc541f
  • Loading branch information
Alberto Fernández-Capel committed Jan 8, 2024
1 parent 6fc2f38 commit 0741543
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"chai": "~4.3.4",
"eslint": "^8.13.0",
"express": "^4.18.2",
"idiomorph": "https://github.com/basecamp/idiomorph#rollout-build",
"idiomorph": "^0.3.0",
"multer": "^1.4.2",
"rollup": "^2.35.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/core/drive/morph_renderer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Idiomorph from "idiomorph"
import { Idiomorph } from "idiomorph/dist/idiomorph.esm.js"
import { dispatch } from "../../util"
import { Renderer } from "../renderer"

Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1865,9 +1865,10 @@ iconv-lite@0.4.24:
dependencies:
safer-buffer ">= 2.1.2 < 3"

"idiomorph@https://github.com/basecamp/idiomorph#rollout-build":
version "0.0.8"
resolved "https://github.com/basecamp/idiomorph#e906820368e4c9c52489a3336b8c3826b1bf6de5"
idiomorph@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/idiomorph/-/idiomorph-0.3.0.tgz#f6675bc5bef1a72c94021e43141a3f605d2d6288"
integrity sha512-UhV1Ey5xCxIwR9B+OgIjQa+1Jx99XQ1vQHUsKBU1RpQzCx1u+b+N6SOXgf5mEJDqemUI/ffccu6+71l2mJUsRA==

ieee754@^1.1.13:
version "1.2.1"
Expand Down

0 comments on commit 0741543

Please sign in to comment.