Skip to content

Commit

Permalink
chore: update esm.sh to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Oct 2, 2024
1 parent 1202b0b commit 6fd92f8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 29 deletions.
36 changes: 17 additions & 19 deletions deno.lock

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

12 changes: 6 additions & 6 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ export {
useScope,
} from "https://deno.land/x/[email protected]/mod.ts";

import React from "https://esm.sh/[email protected]?pin=v122";
import React from "https://esm.sh/[email protected]?pin=v135";
export { React };
export {
Provider,
useDispatch,
useSelector,
useStore,
} from "https://esm.sh/[email protected]?pin=v122";
} from "https://esm.sh/[email protected]?pin=v135";
export type {
TypedUseSelectorHook,
} from "https://esm.sh/[email protected]?pin=v122";
export { createSelector } from "https://esm.sh/[email protected]?pin=v122";
} from "https://esm.sh/[email protected]?pin=v135";
export { createSelector } from "https://esm.sh/[email protected]?pin=v135";

export {
enablePatches,
produce,
produceWithPatches,
} from "https://esm.sh/[email protected]?pin=v122";
export type { Patch } from "https://esm.sh/[email protected]?pin=v122";
} from "https://esm.sh/[email protected]?pin=v135";
export type { Patch } from "https://esm.sh/[email protected]?pin=v135";
8 changes: 4 additions & 4 deletions npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ async function init() {
name: "effection",
version: "3.0.0-beta.3",
},
"https://esm.sh/[email protected]?pin=v122": {
"https://esm.sh/[email protected]?pin=v135": {
name: "react",
version: "^18.2.0",
peerDependency: true,
},
"https://esm.sh/[email protected]?pin=v122": {
"https://esm.sh/[email protected]?pin=v135": {
name: "react-redux",
version: "^8.0.5",
},
"https://esm.sh/[email protected]?pin=v122": {
"https://esm.sh/[email protected]?pin=v135": {
name: "immer",
version: "^10.0.2",
},
"https://esm.sh/[email protected]?pin=v122": {
"https://esm.sh/[email protected]?pin=v135": {
name: "reselect",
version: "^4.1.8",
},
Expand Down

0 comments on commit 6fd92f8

Please sign in to comment.