Skip to content

Commit

Permalink
chore: bump preact version and pin esm.sh to v113 (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankgeorg authored Apr 5, 2023
1 parent 4d3b0ed commit c51ce80
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions frontend/imports/Preact.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
// @ts-nocheck
import {
//
render,
Component,
h,
cloneElement,
createContext,
createRef,
hydrate,
} from "https://esm.sh/v66/preact@10.6.6?target=es2020"
import { render, Component, h, cloneElement, createContext, createRef, hydrate } from "https://esm.sh/preact@10.13.2?pin=v113&target=es2020"
import {
//
useEffect,
Expand All @@ -19,9 +10,9 @@ import {
useCallback,
useContext,
useErrorBoundary,
} from "https://esm.sh/v66/preact@10.6.6/hooks?target=es2020"
} from "https://esm.sh/preact@10.13.2/hooks?pin=v113&target=es2020"

import htm from "https://esm.sh/v66/htm@3.1.0?target=es2020"
import htm from "https://esm.sh/htm@3.1.1?pin=v113&target=es2020"

const html = htm.bind(h)

Expand Down

0 comments on commit c51ce80

Please sign in to comment.