Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 9, 2024
1 parent eb8922d commit 556a80f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
- New option `watcher.include` to add extra external paths to the watcher.

### Fixed
- Updated deps: `sass`, `std`, `pagefind`, `xml`, `postcss`, `decap-cms`.
- Updated deps: `sass`, `std`, `pagefind`, `xml`, `postcss`, `decap-cms`, `terser`, `deno-dom`.
- Nav plugin: Search for pages with basename as `index`.
- Reload on edit `_config.ts` and `_cms.ts` files if they are out of the src directory.
- Code improvements [#662].
Expand Down
2 changes: 1 addition & 1 deletion deps/dom.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// <reference lib="dom" />
/// <reference lib="dom.iterable" />
export * from "https://deno.land/x/[email protected].47/deno-dom-wasm.ts";
export * from "https://deno.land/x/[email protected].48/deno-dom-wasm.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.31.6";
export type { MinifyOptions } from "npm:terser@5.31.6";
export { minify } from "npm:terser@5.32.0";
export type { MinifyOptions } from "npm:terser@5.32.0";

0 comments on commit 556a80f

Please sign in to comment.