Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 14, 2024
1 parent 888d44c commit c8497c5
Show file tree
Hide file tree
Showing 23 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Go to the `v1` branch to see the changelog of Lume 1.

### Fixed
- UnoCSS plugin: the async process of adding `<style>` elements is not awaited [#578].
- Updated dependencies: `std`, `terser`, `cms`, `postcss`, `react` types, `unocss`, `vento`.
- Updated dependencies: `std`, `terser`, `cms`, `postcss`, `react` types, `unocss`, `vento`, `date-fns`, `sass`, `terser`.
- Replace Sharp with `svg2png` as the library to convert svg to png.

## [2.1.1] - 2024-03-01
Expand Down
10 changes: 5 additions & 5 deletions cms.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/adapters/lume.ts";
export { default } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/mod.ts";
export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/storage/kv.ts";
export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/storage/fs.ts";
export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].4/storage/github.ts";
export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].7/adapters/lume.ts";
export { default } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].7/mod.ts";
export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].7/storage/kv.ts";
export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].7/storage/fs.ts";
export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].7/storage/github.ts";
2 changes: 1 addition & 1 deletion deps/assert.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/assert/mod.ts";
export * from "https://deno.land/std@0.220.0/assert/mod.ts";
2 changes: 1 addition & 1 deletion deps/base64.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/encoding/base64.ts";
export * from "https://deno.land/std@0.220.0/encoding/base64.ts";
2 changes: 1 addition & 1 deletion deps/cli.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/cli/mod.ts";
export * from "https://deno.land/std@0.220.0/cli/mod.ts";
2 changes: 1 addition & 1 deletion deps/colors.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/fmt/colors.ts";
export * from "https://deno.land/std@0.220.0/fmt/colors.ts";
2 changes: 1 addition & 1 deletion deps/crypto.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/crypto/mod.ts";
export * from "https://deno.land/std@0.220.0/crypto/mod.ts";
4 changes: 2 additions & 2 deletions deps/date.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { format } from "npm:date-fns@3.3.1/format";
export type { Locale } from "npm:date-fns@3.3.1/locale";
export { format } from "npm:date-fns@3.4.0/format";
export type { Locale } from "npm:date-fns@3.4.0/locale";
4 changes: 2 additions & 2 deletions deps/front_matter.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "https://deno.land/std@0.219.1/front_matter/any.ts";
export { test } from "https://deno.land/std@0.219.1/front_matter/mod.ts";
export * from "https://deno.land/std@0.220.0/front_matter/any.ts";
export { test } from "https://deno.land/std@0.220.0/front_matter/mod.ts";
2 changes: 1 addition & 1 deletion deps/fs.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/fs/mod.ts";
export * from "https://deno.land/std@0.220.0/fs/mod.ts";
2 changes: 1 addition & 1 deletion deps/hex.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/encoding/hex.ts";
export * from "https://deno.land/std@0.220.0/encoding/hex.ts";
2 changes: 1 addition & 1 deletion deps/http.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { serveFile } from "https://deno.land/std@0.219.1/http/file_server.ts";
export { serveFile } from "https://deno.land/std@0.220.0/http/file_server.ts";
2 changes: 1 addition & 1 deletion deps/jsonc.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/jsonc/mod.ts";
export * from "https://deno.land/std@0.220.0/jsonc/mod.ts";
2 changes: 1 addition & 1 deletion deps/log.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/log/mod.ts";
export * from "https://deno.land/std@0.220.0/log/mod.ts";
2 changes: 1 addition & 1 deletion deps/media_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/media_types/mod.ts";
export * from "https://deno.land/std@0.220.0/media_types/mod.ts";
4 changes: 2 additions & 2 deletions deps/path.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "https://deno.land/std@0.219.1/path/mod.ts";
export * as posix from "https://deno.land/std@0.219.1/path/posix/mod.ts";
export * from "https://deno.land/std@0.220.0/path/mod.ts";
export * as posix from "https://deno.land/std@0.220.0/path/posix/mod.ts";
2 changes: 1 addition & 1 deletion deps/sass.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:sass@1.71.1";
export * from "npm:sass@1.72.0";
2 changes: 1 addition & 1 deletion deps/snapshot.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/testing/snapshot.ts";
export * from "https://deno.land/std@0.220.0/testing/snapshot.ts";
4 changes: 2 additions & 2 deletions deps/terser.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { minify } from "npm:[email protected].1";
export type { MinifyOptions } from "npm:[email protected].1";
export { minify } from "npm:[email protected].2";
export type { MinifyOptions } from "npm:[email protected].2";
2 changes: 1 addition & 1 deletion deps/toml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/toml/mod.ts";
export * from "https://deno.land/std@0.220.0/toml/mod.ts";
2 changes: 1 addition & 1 deletion deps/unidecode.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as unidecode } from "npm:[email protected].8";
export { default as unidecode } from "npm:unidecode@1.0.1";
2 changes: 1 addition & 1 deletion deps/yaml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.219.1/yaml/mod.ts";
export * from "https://deno.land/std@0.220.0/yaml/mod.ts";
12 changes: 6 additions & 6 deletions tests/__snapshots__/source_maps.test.ts.snap

Large diffs are not rendered by default.

0 comments on commit c8497c5

Please sign in to comment.