Skip to content

Commit 5ad94e7

Browse files
committed
feat: update vite and frontend tooling
1 parent 3cb8f63 commit 5ad94e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leafs/mvc",
3-
"version": "3.8",
3+
"version": "3.8.1",
44
"description": "A lightweight PHP MVC framework powered by Leaf",
55
"type": "library",
66
"keywords": [
@@ -35,7 +35,7 @@
3535
"leafs/cors": "*",
3636
"leafs/auth": "^3.0",
3737
"leafs/db": "*",
38-
"leafs/vite": "*",
38+
"leafs/vite": "^0.3.0",
3939
"leafs/form": "^3.0",
4040
"leafs/http": "^3.0",
4141
"leafs/aloe": "^2.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"type": "module",
33
"devDependencies": {
4-
"@leafphp/vite-plugin": "^0.1.2",
5-
"vite": "^4.4.9"
4+
"@leafphp/vite-plugin": "^0.1.3",
5+
"vite": "^6.0.0"
66
},
77
"scripts": {
88
"dev": "vite",

0 commit comments

Comments
 (0)