Skip to content

Commit

Permalink
update dependencies 2 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ottopaulsen authored Nov 10, 2024
1 parent 5b8830c commit 824a468
Show file tree
Hide file tree
Showing 5 changed files with 7,148 additions and 4,927 deletions.
13 changes: 8 additions & 5 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ import navbar from "./navbar";
import { path } from "@vuepress/utils";
import { registerComponentsPlugin } from "@vuepress/plugin-register-components";
import { searchPlugin } from "@vuepress/plugin-search";
import { googleAnalyticsPlugin } from "@vuepress/plugin-google-analytics";

import { defaultTheme, defineUserConfig } from "vuepress";
import { defaultTheme } from "@vuepress/theme-default";
import { defineUserConfig } from "vuepress";
import {viteBundler} from "@vuepress/bundler-vite"

export default defineUserConfig({
base: "/",
bundler: viteBundler({}),
description: "A Node-RED node collection to save money on hourly changing power prices",
head: [
["link", { rel: "shortcut icon", type: "image/x-icon", href: "euro.png" }],
Expand All @@ -24,9 +26,9 @@ export default defineUserConfig({
plugins: [
registerComponentsPlugin({ componentsDir: path.resolve(__dirname, "./components") }),
searchPlugin({}),
googleAnalyticsPlugin({
id: "G-Z2QNNCDQZG",
}),
// googleAnalyticsPlugin({
// id: "G-Z2QNNCDQZG",
// }),
],
theme: defaultTheme({
contributors: false,
Expand Down Expand Up @@ -79,4 +81,5 @@ export default defineUserConfig({
"/changelog/": [{ text: "Changelog", children: ["/changelog/README.md"] }],
},
}),
title: "PowerSaver"
});
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ heroText: node-red-contrib-power-saver
tagline: A collection of nodes to Node-RED that automates saving money on variable electricity prices
actions:
- text: Guide
link: /guide
link: /guide/
type: primary
- text: Nodes
link: /nodes/
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ sidebarDepth: 1

List the most significant changes.

## 4.2.3

- Update dependencies

## 4.2.2

Expand Down
Loading

0 comments on commit 824a468

Please sign in to comment.