Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 22, 2024
1 parent 10bade8 commit 99622e3
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
## [2.2.1] - Unreleased
### Fixed
- Show an error when trying to copy a file from outside the src folder [#610].
- Updated dependencies: `std`, `preact-render-to-string`, `vento`, `lightningcss`, `unocss`.

## [2.2.0] - 2024-05-17
[Luísa Villalta](https://galicianliterature.com/villalta) edition.
Expand Down
2 changes: 1 addition & 1 deletion deps/assert.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].2";
export * from "jsr:@std/[email protected].3";
2 changes: 1 addition & 1 deletion deps/base64.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].1/base64";
export * from "jsr:@std/[email protected].2/base64";
2 changes: 1 addition & 1 deletion deps/cli.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].2";
export * from "jsr:@std/[email protected].3";
2 changes: 1 addition & 1 deletion deps/hex.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].1/hex";
export * from "jsr:@std/[email protected].2/hex";
2 changes: 1 addition & 1 deletion deps/http.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { serveFile } from "jsr:@std/[email protected].0/file-server";
export { serveFile } from "jsr:@std/[email protected].1/file-server";
2 changes: 1 addition & 1 deletion deps/lightningcss.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:lightningcss-wasm@1.24.1";
export * from "npm:lightningcss-wasm@1.25.0";
2 changes: 1 addition & 1 deletion deps/preact.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * as preact from "npm:[email protected]";
export * as hooks from "npm:[email protected]/hooks";
export { renderToString } from "npm:preact-render-to-string@6.4.2";
export { renderToString } from "npm:preact-render-to-string@6.5.1";
export const specifier = "npm:[email protected]";
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].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";
} from "npm:@unocss/[email protected].3";
export { presetUno } from "npm:@unocss/[email protected].3";
export { default as transformerVariantGroup } from "npm:@unocss/[email protected].3";
export { default as transformerDirectives } from "npm:@unocss/[email protected].3";
export { default as MagicString } from "npm:[email protected]";

export const resetUrl = "https://unpkg.com/@unocss/[email protected].2";
export const resetUrl = "https://unpkg.com/@unocss/[email protected].3";
8 changes: 4 additions & 4 deletions deps/vento.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export { default as engine } from "https://deno.land/x/[email protected].5/mod.ts";
export { FileLoader } from "https://deno.land/x/[email protected].5/src/loader.ts";
export { default as engine } from "https://deno.land/x/[email protected].6/mod.ts";
export { FileLoader } from "https://deno.land/x/[email protected].6/src/loader.ts";

export type {
Environment,
Plugin,
} from "https://deno.land/x/[email protected].5/src/environment.ts";
export type { Token } from "https://deno.land/x/[email protected].5/src/tokenizer.ts";
} from "https://deno.land/x/[email protected].6/src/environment.ts";
export type { Token } from "https://deno.land/x/[email protected].6/src/tokenizer.ts";

0 comments on commit 99622e3

Please sign in to comment.