Skip to content

Commit cb8a721

Browse files
chore(deps-dev): bump vite from 4.2.1 to 4.2.3
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.2.1 to 4.2.3. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v4.2.3/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.2.3/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6db654 commit cb8a721

6 files changed

Lines changed: 1306 additions & 274 deletions

File tree

examples/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"svelte-check": "^4.1.0",
2020
"typescript": "^5.7.2",
2121
"unplugin-fonts": "workspace:*",
22-
"vite": "^6.0.1"
22+
"vite": "^5.4.21"
2323
}
2424
}

examples/vite-6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@fontsource/abeezee": "^5.1.0",
1212
"@fontsource/truculenta": "^5.1.0",
1313
"unplugin-fonts": "workspace:*",
14-
"vite": "^6.0.0"
14+
"vite": "^5.4.21"
1515
}
1616
}

examples/vite-7/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@fontsource/abeezee": "^5.1.0",
1212
"@fontsource/truculenta": "^5.1.0",
1313
"unplugin-fonts": "workspace:*",
14-
"vite": "^7.0.0"
14+
"vite": "^5.4.21"
1515
}
1616
}

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"@fontsource/abeezee": "^5.1.0",
1111
"@fontsource/truculenta": "^5.1.0",
1212
"unplugin-fonts": "workspace:*",
13-
"vite": "^4.2.1"
13+
"vite": "^5.4.21"
1414
}
1515
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"standard-version": "^9.5.0",
127127
"tsup": "^8.5.0",
128128
"typescript": "^5.8.3",
129-
"vite": "^7.0.5",
129+
"vite": "^5.4.21",
130130
"vitest": "^2.1.9",
131131
"webpack": "^5.100.2"
132132
}

0 commit comments

Comments
 (0)