node-red-contrib-power-saver 4.2.3 → 4.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,14 +2,24 @@ import navbar from "./navbar";
2
2
  import { path } from "@vuepress/utils";
3
3
  import { registerComponentsPlugin } from "@vuepress/plugin-register-components";
4
4
  import { searchPlugin } from "@vuepress/plugin-search";
5
-
5
+ import { googleAnalyticsPlugin } from "@vuepress/plugin-google-analytics";
6
+ import { viteBundler } from "@vuepress/bundler-vite"
6
7
  import { defaultTheme } from "@vuepress/theme-default";
7
8
  import { defineUserConfig } from "vuepress";
8
- import {viteBundler} from "@vuepress/bundler-vite"
9
9
 
10
10
  export default defineUserConfig({
11
11
  base: "/",
12
- bundler: viteBundler({}),
12
+ bundler: viteBundler({
13
+ viteOptions: {
14
+ css: {
15
+ preprocessorOptions: {
16
+ scss: {
17
+ api: "modern-compiler"
18
+ }
19
+ }
20
+ }
21
+ }
22
+ }),
13
23
  description: "A Node-RED node collection to save money on hourly changing power prices",
14
24
  head: [
15
25
  ["link", { rel: "shortcut icon", type: "image/x-icon", href: "euro.png" }],
@@ -7,10 +7,15 @@ sidebarDepth: 1
7
7
 
8
8
  List the most significant changes.
9
9
 
10
- ## 4.2.3
10
+
11
+ ## 4.2.4
11
12
 
12
13
  - Update dependencies
13
14
 
15
+ ## 4.2.3
16
+
17
+ - Update dependencies
18
+
14
19
  ## 4.2.2
15
20
 
16
21
  - Remove ads from doc.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-power-saver",
3
- "version": "4.2.3",
3
+ "version": "4.2.4",
4
4
  "description": "A module for Node-RED that you can use to turn on and off a switch based on power prices",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -46,22 +46,24 @@
46
46
  "url": "https://github.com/ottopaulsen/node-red-contrib-power-saver.git"
47
47
  },
48
48
  "devDependencies": {
49
- "@vuepress/bundler-vite": "2.0.0-rc.18",
50
- "@vuepress/utils": "2.0.0-rc.18",
51
- "@vuepress/plugin-register-components": "2.0.0-rc.54",
52
- "@vuepress/plugin-search": "2.0.0-rc.55",
53
- "@vuepress/theme-default": "2.0.0-rc.60",
49
+ "@vuepress/bundler-vite": "2.0.0-rc.19",
50
+ "@vuepress/plugin-google-analytics": "2.0.0-rc.66",
51
+ "@vuepress/plugin-register-components": "2.0.0-rc.66",
52
+ "@vuepress/plugin-search": "2.0.0-rc.66",
53
+ "@vuepress/theme-default": "2.0.0-rc.66",
54
+ "@vuepress/utils": "2.0.0-rc.19",
54
55
  "chai": "^4.3.10",
55
- "eslint": "9.14.0",
56
+ "eslint": "9.17.0",
56
57
  "expect": "29.7.0",
57
- "mocha": "^10.8.2",
58
- "node-red": "^4.0.5",
58
+ "mocha": "^11.0.1",
59
+ "node-red": "^4.0.8",
59
60
  "node-red-node-test-helper": "0.3.4",
60
- "sass-loader": "^16.0.3",
61
- "vuepress": "2.0.0-rc.18"
61
+ "sass-embedded": "^1.83.1",
62
+ "sass-loader": "^16.0.4",
63
+ "vuepress": "2.0.0-rc.19"
62
64
  },
63
65
  "dependencies": {
64
- "floating-vue": "2.0.0-beta.24",
66
+ "floating-vue": "5.2.2",
65
67
  "lodash.clonedeep": "4.5.0",
66
68
  "luxon": "3.5.0",
67
69
  "nano-time": "1.0.0",