Skip to content

Commit

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

### Fixed
- Reload site on rename/delete file.
- Updated dependencies: `std`, `esbuild`, `lightningcss`, `unocss`, `date-fns`, `cms`, `eta`, `katex`, `liquid`, `markdown-it`, `postcss`, `postcss-import`, `autoprefixer`, `preact`, `sharp`.
- Updated dependencies: `std`, `esbuild`, `lightningcss`, `unocss`, `date-fns`, `cms`, `eta`, `katex`, `liquid`, `markdown-it`, `postcss`, `postcss-import`, `autoprefixer`, `preact`, `sharp`, `tailwindcss`, `terser`, `vento`.

## [2.1.2] - 2024-03-14
### Added
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].8/adapters/lume.ts";
export { default } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].8/mod.ts";
export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].8/storage/kv.ts";
export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].8/storage/fs.ts";
export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].8/storage/github.ts";
export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/adapters/lume.ts";
export { default } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/mod.ts";
export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/storage/kv.ts";
export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/storage/fs.ts";
export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/[email protected].9/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.220.1/assert/mod.ts";
export * from "https://deno.land/std@0.221.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.220.1/encoding/base64.ts";
export * from "https://deno.land/std@0.221.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.220.1/cli/mod.ts";
export * from "https://deno.land/std@0.221.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.220.1/fmt/colors.ts";
export * from "https://deno.land/std@0.221.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.220.1/crypto/mod.ts";
export * from "https://deno.land/std@0.221.0/crypto/mod.ts";
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.220.1/front_matter/any.ts";
export { test } from "https://deno.land/std@0.220.1/front_matter/mod.ts";
export * from "https://deno.land/std@0.221.0/front_matter/any.ts";
export { test } from "https://deno.land/std@0.221.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.220.1/fs/mod.ts";
export * from "https://deno.land/std@0.221.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.220.1/encoding/hex.ts";
export * from "https://deno.land/std@0.221.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.220.1/http/file_server.ts";
export { serveFile } from "https://deno.land/std@0.221.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.220.1/jsonc/mod.ts";
export * from "https://deno.land/std@0.221.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.220.1/log/mod.ts";
export * from "https://deno.land/std@0.221.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.220.1/media_types/mod.ts";
export * from "https://deno.land/std@0.221.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.220.1/path/mod.ts";
export * as posix from "https://deno.land/std@0.220.1/path/posix/mod.ts";
export * from "https://deno.land/std@0.221.0/path/mod.ts";
export * as posix from "https://deno.land/std@0.221.0/path/posix/mod.ts";
6 changes: 3 additions & 3 deletions deps/react.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @deno-types="npm:@types/[email protected].64"
// @deno-types="npm:@types/[email protected].73"
export { default as React } from "npm:[email protected]";
// @deno-types="npm:@types/[email protected].21/server"
// @deno-types="npm:@types/[email protected].23/server"
export { default as ReactDOMServer } from "npm:[email protected]/server";
// @deno-types="npm:@types/[email protected].21/client"
// @deno-types="npm:@types/[email protected].23/client"
export { default as ReactDOMClient } from "npm:[email protected]/client";
export const specifier = "npm:[email protected]";
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.220.1/testing/snapshot.ts";
export * from "https://deno.land/std@0.221.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:terser@5.29.2";
export type { MinifyOptions } from "npm:terser@5.29.2";
export { minify } from "npm:terser@5.30.0";
export type { MinifyOptions } from "npm:terser@5.30.0";
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.220.1/toml/mod.ts";
export * from "https://deno.land/std@0.221.0/toml/mod.ts";
10 changes: 5 additions & 5 deletions deps/unocss.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// https://github.com/denoland/deno/issues/19096
import transformerVariantGroupImport from "npm:@unocss/[email protected].6";
import transformerDirectivesImport from "npm:@unocss/[email protected].6";
import transformerVariantGroupImport from "npm:@unocss/[email protected].8";
import transformerDirectivesImport from "npm:@unocss/[email protected].8";

export {
createGenerator,
type SourceCodeTransformer,
type UnocssPluginContext,
type UserConfig,
} from "npm:@unocss/[email protected].6";
export { presetUno } from "npm:@unocss/[email protected].6";
} from "npm:@unocss/[email protected].8";
export { presetUno } from "npm:@unocss/[email protected].8";
export { default as MagicString } from "npm:[email protected]";

// https://github.com/denoland/deno/issues/16458#issuecomment-1295003089
Expand All @@ -17,4 +17,4 @@ export const transformerVariantGroup =
export const transformerDirectives =
transformerDirectivesImport as unknown as typeof transformerDirectivesImport.default;

export const resetUrl = "https://unpkg.com/@unocss/[email protected].6";
export const resetUrl = "https://unpkg.com/@unocss/[email protected].8";
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].1/mod.ts";
export { FileLoader } from "https://deno.land/x/[email protected].1/src/loader.ts";
export { default as engine } from "https://deno.land/x/[email protected].4/mod.ts";
export { FileLoader } from "https://deno.land/x/[email protected].4/src/loader.ts";

export type {
Environment,
Plugin,
} from "https://deno.land/x/[email protected].1/src/environment.ts";
export type { Token } from "https://deno.land/x/[email protected].1/src/tokenizer.ts";
} from "https://deno.land/x/[email protected].4/src/environment.ts";
export type { Token } from "https://deno.land/x/[email protected].4/src/tokenizer.ts";
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.220.1/yaml/mod.ts";
export * from "https://deno.land/std@0.221.0/yaml/mod.ts";
2 changes: 1 addition & 1 deletion tests/__snapshots__/unocss.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3926,7 +3926,7 @@ snapshot[`Unocss plugin (with transformers) 3`] = `
}.custom-div:hover{--un-text-opacity:1;color:rgb(248 113 113 / var(--un-text-opacity));}

.grid {
display:grid;grid-template-columns:repeat(2,minmax(0,1fr));;
display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
}

@media (min-width: 640px) {
Expand Down

0 comments on commit 3124128

Please sign in to comment.