Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 12, 2024
1 parent efd9a3d commit c3449b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deps/react.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @deno-types="npm:@types/[email protected].1"
// @deno-types="npm:@types/[email protected].2"
export { default as React } from "npm:[email protected]";
// @deno-types="npm:@types/[email protected]/server"
export { default as ReactDOMServer } from "npm:[email protected]/server";
Expand Down
2 changes: 1 addition & 1 deletion deps/sass.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:[email protected].0";
export * from "npm:[email protected].1";
10 changes: 5 additions & 5 deletions deps/unocss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export {
type SourceCodeTransformer,
type UnocssPluginContext,
type UserConfig,
} from "npm:@unocss/[email protected].0";
export { presetUno } from "npm:@unocss/[email protected].0";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].0";
export { default as transformerDirectives } from "npm:@unocss/[email protected].0";
} from "npm:@unocss/[email protected].2";
export { presetUno } from "npm:@unocss/[email protected].2";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].2";
export { default as transformerDirectives } from "npm:@unocss/[email protected].2";
export { default as MagicString } from "npm:[email protected]";

export const resetUrl = "https://unpkg.com/@unocss/[email protected].0";
export const resetUrl = "https://unpkg.com/@unocss/[email protected].2";

0 comments on commit c3449b1

Please sign in to comment.