@kevinmarrec/vite-plugin-dark-mode 1.2.2 → 1.3.0

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -2
  2. package/package.json +12 -12
package/dist/index.mjs CHANGED
@@ -18,6 +18,5 @@ var src_default = () => ({
18
18
  };
19
19
  }
20
20
  });
21
-
22
21
  //#endregion
23
- export { src_default as default };
22
+ export { src_default as default };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@kevinmarrec/vite-plugin-dark-mode",
3
3
  "type": "module",
4
- "version": "1.2.2",
5
- "packageManager": "bun@1.2.22",
4
+ "version": "1.3.0",
5
+ "packageManager": "bun@1.3.10",
6
6
  "description": "Vite plugin to set initial color scheme based on user preferences.",
7
7
  "author": "Kevin Marrec <kevin@marrec.io>",
8
8
  "license": "MIT",
@@ -38,19 +38,19 @@
38
38
  "test:coverage": "vitest run --coverage"
39
39
  },
40
40
  "peerDependencies": {
41
- "vite": ">=7.0.0"
41
+ "vite": "^7.0.0 || ^8.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@kevinmarrec/eslint-config": "^1.11.0",
45
- "@kevinmarrec/tsconfig": "^1.11.0",
46
- "@types/bun": "^1.3.9",
47
- "@vitest/coverage-v8": "^4.0.18",
44
+ "@kevinmarrec/eslint-config": "^1.13.0",
45
+ "@kevinmarrec/tsconfig": "^1.13.0",
46
+ "@types/bun": "^1.3.10",
47
+ "@vitest/coverage-v8": "^4.1.0",
48
48
  "bumpp": "^10.4.1",
49
- "eslint": "^9.39.3",
50
- "knip": "^5.85.0",
51
- "taze": "^19.9.2",
52
- "tsdown": "^0.20.3",
49
+ "eslint": "^9.39.4",
50
+ "knip": "^5.86.0",
51
+ "taze": "^19.10.0",
52
+ "tsdown": "^0.21.2",
53
53
  "typescript": "^5.9.3",
54
- "vitest": "^4.0.18"
54
+ "vitest": "^4.1.0"
55
55
  }
56
56
  }