Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 13, 2024
1 parent 260dd57 commit 69dd7f7
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
## [2.4.3] - Unreleased
### Fixed
- Ensure `LUME_LIVE_RELOAD` env variable is available in the _config file.
- Updates dependencies: `std`, `sass`, `postcss`, `decap-cms` and some icons.

## [2.4.2] - 2024-11-10
### 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 "jsr:@std/[email protected].7";
export * from "jsr:@std/[email protected].8";
2 changes: 1 addition & 1 deletion deps/decap.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const decapUrl =
"https://cdn.jsdelivr.net/npm/decap-cms@3.3.3/dist/decap-cms.js";
"https://cdn.jsdelivr.net/npm/decap-cms@3.4.0/dist/decap-cms.js";
export const serverUrl = "npm:[email protected]";
2 changes: 1 addition & 1 deletion deps/http.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { serveFile } from "jsr:@std/[email protected].9/file-server";
export { serveFile } from "jsr:@std/[email protected].10/file-server";
4 changes: 2 additions & 2 deletions deps/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const catalogs: Catalog[] = [
// https://tabler.io/icons
id: "tabler",
src:
"https://cdn.jsdelivr.net/npm/@tabler/icons@3.21.0/icons/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/@tabler/icons@3.22.0/icons/{variant}/{name}.svg",
variants: ["filled", "outline"],
},
{
Expand All @@ -139,7 +139,7 @@ export const catalogs: Catalog[] = [
// https://iconoir.com/
id: "iconoir",
src:
"https://cdn.jsdelivr.net/npm/iconoir@7.9.0/icons/{variant}/{name}.svg",
"https://cdn.jsdelivr.net/npm/iconoir@7.10.0/icons/{variant}/{name}.svg",
variants: ["regular", "solid"],
},
{
Expand Down
2 changes: 1 addition & 1 deletion deps/log.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].9";
export * from "jsr:@std/[email protected].10";
2 changes: 1 addition & 1 deletion deps/media_types.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/media-types@1.0.3";
export * from "jsr:@std/media-types@1.1.0";
2 changes: 1 addition & 1 deletion deps/postcss.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default as postcss } from "npm:[email protected].47";
export { default as postcss } from "npm:[email protected].49";
export { default as postcssImport } from "npm:[email protected]";
export { default as autoprefixer } from "npm:[email protected]";
2 changes: 1 addition & 1 deletion deps/sass.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "npm:[email protected].6";
export * from "npm:[email protected].7";
2 changes: 1 addition & 1 deletion deps/snapshot.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "jsr:@std/[email protected].4/snapshot";
export * from "jsr:@std/[email protected].5/snapshot";
4 changes: 2 additions & 2 deletions tests/__snapshots__/decap_cms.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ local_backend: false
<title>Admin</title>
</head>
<body>
<link href="/admin/config.yml" type="text/yaml" rel="cms-config-url"><script src="https://cdn.jsdelivr.net/npm/decap-cms@3.3.3/dist/decap-cms.js"></script><script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<link href="/admin/config.yml" type="text/yaml" rel="cms-config-url"><script src="https://cdn.jsdelivr.net/npm/decap-cms@3.4.0/dist/decap-cms.js"></script><script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</body>
</html>
',
Expand All @@ -173,7 +173,7 @@ local_backend: false
<title>Admin</title>
</head>
<body>
<link href="/admin/config.yml" type="text/yaml" rel="cms-config-url"><script src="https://cdn.jsdelivr.net/npm/decap-cms@3.3.3/dist/decap-cms.js"></script><script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<link href="/admin/config.yml" type="text/yaml" rel="cms-config-url"><script src="https://cdn.jsdelivr.net/npm/decap-cms@3.4.0/dist/decap-cms.js"></script><script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</body>
</html>
',
Expand Down

0 comments on commit 69dd7f7

Please sign in to comment.