Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 29, 2023
1 parent 9c1034e commit f4631d4
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 22 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Any BREAKING CHANGE between minor versions will be documented here in upper case
- `pagefind` plugin:
Fix the output string to be a string decoded from raw byte data [#411].
- Duplicate pages on reload files inside `_data/` folders.
- Updated dependencies: `sass`, `deno_dom`, `nunjucks`, `std`, `esbuild`, `terser`, `katex`, `lightningcss`, `postcss`, `terser`, `liquid`, `tailwindcss`.
- Updated dependencies: `sass`, `deno_dom`, `nunjucks`, `std`, `esbuild`, `terser`, `katex`, `lightningcss`, `postcss`, `terser`, `liquid`, `tailwindcss`, `katex`.

## [1.16.2] - 2023-04-03
### Added
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.184.0/testing/asserts.ts";
export * from "https://deno.land/std@0.185.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.184.0/encoding/base64.ts";
export * from "https://deno.land/std@0.185.0/encoding/base64.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.184.0/fmt/colors.ts";
export * from "https://deno.land/std@0.185.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.184.0/crypto/mod.ts";
export * from "https://deno.land/std@0.185.0/crypto/mod.ts";
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.184.0/flags/mod.ts";
export * from "https://deno.land/std@0.185.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.184.0/front_matter/yaml.ts";
export * from "https://deno.land/std@0.185.0/front_matter/yaml.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.184.0/fs/mod.ts";
export * from "https://deno.land/std@0.185.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.184.0/encoding/hex.ts";
export * from "https://deno.land/std@0.185.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.184.0/http/file_server.ts";
export { Server } from "https://deno.land/std@0.184.0/http/server.ts";
export { serveFile } from "https://deno.land/std@0.185.0/http/file_server.ts";
export { Server } from "https://deno.land/std@0.185.0/http/server.ts";

export type { ConnInfo } from "https://deno.land/std@0.184.0/http/server.ts";
export type { ConnInfo } from "https://deno.land/std@0.185.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.184.0/jsonc/mod.ts";
export * from "https://deno.land/std@0.185.0/jsonc/mod.ts";
2 changes: 1 addition & 1 deletion deps/katex.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default as katex } from "npm:[email protected].6";
export { default as katex } from "npm:[email protected].7";

interface TrustContext {
command: string;
Expand Down
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.184.0/media_types/mod.ts";
export * from "https://deno.land/std@0.185.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.184.0/path/mod.ts";
export * from "https://deno.land/std@0.185.0/path/mod.ts";
2 changes: 1 addition & 1 deletion deps/sass.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from "npm:[email protected].0";
export { default } from "npm:[email protected].1";
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.184.0/testing/snapshot.ts";
export * from "https://deno.land/std@0.185.0/testing/snapshot.ts";
4 changes: 2 additions & 2 deletions deps/tailwindcss.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from "npm:[email protected].1";
export type { Config } from "npm:[email protected].1";
export { default } from "npm:[email protected].2";
export type { Config } from "npm:[email protected].2";
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.184.0/yaml/mod.ts";
export * from "https://deno.land/std@0.185.0/yaml/mod.ts";
8 changes: 7 additions & 1 deletion tests/__snapshots__/tailwindcss.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ snapshot[`postcss plugin 5`] = `
snapshot[`postcss plugin 6`] = `
{
content: "/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
Expand Down Expand Up @@ -1073,6 +1073,9 @@ video {
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
Expand Down Expand Up @@ -1120,6 +1123,9 @@ video {
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
Expand Down

0 comments on commit f4631d4

Please sign in to comment.