@basmilius/vite-preset 3.40.0 → 3.41.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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,8 @@ Contains presets for [Vite](https://vite.dev) and [Vue](https://vuejs.org).
10
10
 
11
11
  ## ⭐️ Prerequisites
12
12
 
13
- - Bun >= 1.2.11
14
- - Node >= 23
13
+ - Bun >= 1.3.0
14
+ - Node >= 25
15
15
 
16
16
  ## 🚀 Getting started
17
17
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@basmilius/vite-preset",
3
3
  "description": "Commonly used presets used in Vite + Vue setups.",
4
- "version": "3.40.0",
4
+ "version": "3.41.0",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "funding": "https://github.com/sponsors/basmilius",