Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 1, 2024
1 parent 90d3bd2 commit 30fad4d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Go to the `v1` branch to see the changelog of Lume 1.
## [2.1.1] - Unreleased
### Fixed
- Bug on init command generating the _cms.ts file [#575]
- Updated dependencies: `lightningcss`, `terser`, `cms`, `postcss-nesting`, `std`, `vento`.
- Updated dependencies: `lightningcss`, `terser`, `cms`, `postcss`, `postcss-nesting`, `std`, `vento`, `react` types.

## [2.1.0] - 2024-02-22
### Added
Expand Down
10 changes: 5 additions & 5 deletions cms.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.0/adapters/lume.ts";
export { default } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.0/mod.ts";
export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.0/storage/kv.ts";
export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.0/storage/fs.ts";
export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.0/storage/github.ts";
export { default as adapter } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.1/adapters/lume.ts";
export { default } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.1/mod.ts";
export { default as Kv } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.1/storage/kv.ts";
export { default as Fs } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.1/storage/fs.ts";
export { default as GitHub } from "https://cdn.jsdelivr.net/gh/lumeland/cms@v0.3.1/storage/github.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:postcss@8.4.35";
export { default as postcssImport } from "npm:postcss-import@16.0.1";
export { default as postcssNesting } from "npm:postcss-nesting@12.0.4";
export { default as autoprefixer } from "npm:autoprefixer@10.4.17";
export { default as autoprefixer } from "npm:autoprefixer@10.4.18";
2 changes: 1 addition & 1 deletion deps/react.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @deno-types="npm:@types/react@18.2.55"
// @deno-types="npm:@types/react@18.2.61"
export { default as React } from "npm:react@18.2.0";
// @deno-types="npm:@types/react-dom@18.2.19/server"
export { default as ReactDOMServer } from "npm:react-dom@18.2.0/server";
Expand Down

0 comments on commit 30fad4d

Please sign in to comment.