@studiokloek/vite-config 0.11.9 → 0.12.1

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.
@@ -1,2 +1,3 @@
1
+ /// <reference types="node" />
1
2
  import { type BinaryLike } from 'node:crypto';
2
3
  export declare function md5(buffer: BinaryLike): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studiokloek/vite-config",
3
- "version": "0.11.9",
3
+ "version": "0.12.1",
4
4
  "license": "MIT",
5
5
  "author": "Martijn Swart <opensource@studiokloek.nl> (https://studiokloek.nl)",
6
6
  "description": "Base Vite config for usage in our projects.",
@@ -37,7 +37,7 @@
37
37
  "release/publish": "npx np"
38
38
  },
39
39
  "engines": {
40
- "node": ">=14.18.0"
40
+ "node": ">=18"
41
41
  },
42
42
  "np": {
43
43
  "tests": false
@@ -65,10 +65,10 @@
65
65
  }
66
66
  },
67
67
  "dependencies": {
68
- "@sveltejs/vite-plugin-svelte": "^2.5.2",
68
+ "@sveltejs/vite-plugin-svelte": "^2.5.3",
69
69
  "@typescript-eslint/eslint-plugin": "^6.12.0",
70
70
  "@typescript-eslint/parser": "^6.12.0",
71
- "@vheemstra/vite-plugin-imagemin": "^1.1.4",
71
+ "@vheemstra/vite-plugin-imagemin": "^1.1.5",
72
72
  "@vitejs/plugin-legacy": "^4.1.1",
73
73
  "eslint": "^8.54.0",
74
74
  "eslint-config-prettier": "^9.0.0",
@@ -90,8 +90,8 @@
90
90
  "postcss-load-config": "^4.0.2",
91
91
  "prettier": "^3.1.0",
92
92
  "prettier-package-json": "^2.8.0",
93
- "prettier-plugin-svelte": "^3.1.1",
94
- "rollup-plugin-visualizer": "^5.9.2",
93
+ "prettier-plugin-svelte": "^3.1.2",
94
+ "rollup-plugin-visualizer": "^5.9.3",
95
95
  "sass": "^1.69.5",
96
96
  "stylelint": "^15.11.0",
97
97
  "svelte": "^3.59.2",
@@ -118,15 +118,15 @@
118
118
  "@types/imagemin": "^8.0.5",
119
119
  "@types/imagemin-mozjpeg": "^8.0.4",
120
120
  "@types/imagemin-optipng": "^5.2.4",
121
- "@types/node": "^20.9.4",
121
+ "@types/node": "^20.10.0",
122
122
  "rimraf": "^5.0.5",
123
- "rollup": "^4.5.1",
123
+ "rollup": "^4.5.2",
124
124
  "typescript": "4.9.5",
125
125
  "xo": "^0.56.0"
126
126
  },
127
127
  "resolutions": {
128
128
  "@types/estree": "^1.0.5",
129
- "@types/node": "^20.9.1",
129
+ "@types/node": "^20.10.0",
130
130
  "vite": "v4.5.0"
131
131
  },
132
132
  "volta": {