Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jul 13, 2023
1 parent e4d127d commit 674cabc
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 28 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Any BREAKING CHANGE between minor versions will be documented here in upper case
- Save the esm.sh requests in cache.
This ensure the plugin will works ofline, once the requests are cached.
- Change the order of the custom plugins [#445]
- Updated deps: `terser`, `std`, `preact`, `postcss`, `liquid`.

## [1.18.1] - 2023-07-05
### Fixed
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 "https://deno.land/std@0.193.0/testing/asserts.ts";
export * from "https://deno.land/std@0.194.0/testing/asserts.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.193.0/encoding/base64.ts";
export * from "https://deno.land/std@0.194.0/encoding/base64.ts";
2 changes: 1 addition & 1 deletion deps/cliffy.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/cliffy@v0.25.7/mod.ts";
export * from "https://deno.land/x/cliffy@v1.0.0-rc.2/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.193.0/fmt/colors.ts";
export * from "https://deno.land/std@0.194.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.193.0/crypto/mod.ts";
export * from "https://deno.land/std@0.194.0/crypto/mod.ts";
2 changes: 1 addition & 1 deletion deps/esbuild.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/x/[email protected].11/mod.js";
export * from "https://deno.land/x/[email protected].12/mod.js";
2 changes: 1 addition & 1 deletion deps/flags.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.193.0/flags/mod.ts";
export * from "https://deno.land/std@0.194.0/flags/mod.ts";
2 changes: 1 addition & 1 deletion deps/front_matter.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.193.0/front_matter/any.ts";
export * from "https://deno.land/std@0.194.0/front_matter/any.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.193.0/fs/mod.ts";
export * from "https://deno.land/std@0.194.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.193.0/encoding/hex.ts";
export * from "https://deno.land/std@0.194.0/encoding/hex.ts";
6 changes: 3 additions & 3 deletions deps/http.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { serveFile } from "https://deno.land/std@0.193.0/http/file_server.ts";
export { Server } from "https://deno.land/std@0.193.0/http/server.ts";
export { serveFile } from "https://deno.land/std@0.194.0/http/file_server.ts";
export { Server } from "https://deno.land/std@0.194.0/http/server.ts";

export type { ConnInfo } from "https://deno.land/std@0.193.0/http/server.ts";
export type { ConnInfo } from "https://deno.land/std@0.194.0/http/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.193.0/jsonc/mod.ts";
export * from "https://deno.land/std@0.194.0/jsonc/mod.ts";
6 changes: 3 additions & 3 deletions deps/liquid.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from "npm:[email protected].3";
export type { LiquidOptions } from "npm:[email protected].3/dist/src/liquid-options";
export * from "npm:[email protected].4";
export type { LiquidOptions } from "npm:[email protected].4/dist/src/liquid-options";
export type {
TagClass,
TagImplOptions,
Template,
} from "npm:[email protected].3/dist/src/template";
} from "npm:[email protected].4/dist/src/template";
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.193.0/media_types/mod.ts";
export * from "https://deno.land/std@0.194.0/media_types/mod.ts";
2 changes: 1 addition & 1 deletion deps/path.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.193.0/path/mod.ts";
export * from "https://deno.land/std@0.194.0/path/mod.ts";
2 changes: 1 addition & 1 deletion deps/postcss.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as postcss } from "npm:[email protected].24";
export { default as postcss } from "npm:[email protected].25";
export { default as postcssImport } from "npm:[email protected]";
export { default as postcssNesting } from "npm:[email protected]";
export { default as autoprefixer } from "npm:[email protected]";
6 changes: 3 additions & 3 deletions deps/preact.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * as preact from "npm:preact@10.15.1";
export * as hooks from "npm:preact@10.15.1/hooks";
export { renderToString } from "npm:preact-render-to-string@6.1.0";
export * as preact from "npm:preact@10.16.0";
export * as hooks from "npm:preact@10.16.0/hooks";
export { renderToString } from "npm:preact-render-to-string@6.2.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.193.0/testing/snapshot.ts";
export * from "https://deno.land/std@0.194.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.18.2";
export type { MinifyOptions } from "npm:terser@5.18.2";
export { minify } from "npm:terser@5.19.0";
export type { MinifyOptions } from "npm:terser@5.19.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.193.0/toml/mod.ts";
export * from "https://deno.land/std@0.194.0/toml/mod.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.193.0/yaml/mod.ts";
export * from "https://deno.land/std@0.194.0/yaml/mod.ts";

0 comments on commit 674cabc

Please sign in to comment.