Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 23, 2024
1 parent 9ff16a6 commit f4057eb
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 @@ -17,7 +17,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
- `liquid` plugin. It never worked fine with `search.pages()` [#600].

### Fixed
- Updated dependencies: `unocss`, `liquid`, `postcss-nesting`.
- Updated dependencies: `unocss`, `liquid`, `postcss-nesting`, `terser`, `xml`.

## [2.1.4] - 2024-04-17
### Added
Expand Down
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].3";
export type { MinifyOptions } from "npm:[email protected].3";
export { minify } from "npm:[email protected].4";
export type { MinifyOptions } from "npm:[email protected].4";
2 changes: 1 addition & 1 deletion deps/xml.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/xml@2.1.3/mod.ts";
export * from "https://deno.land/x/xml@4.0.0/mod.ts";

0 comments on commit f4057eb

Please sign in to comment.