We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb8f63 commit 5ad94e7Copy full SHA for 5ad94e7
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leafs/mvc",
3
- "version": "3.8",
+ "version": "3.8.1",
4
"description": "A lightweight PHP MVC framework powered by Leaf",
5
"type": "library",
6
"keywords": [
@@ -35,7 +35,7 @@
35
"leafs/cors": "*",
36
"leafs/auth": "^3.0",
37
"leafs/db": "*",
38
- "leafs/vite": "*",
+ "leafs/vite": "^0.3.0",
39
"leafs/form": "^3.0",
40
"leafs/http": "^3.0",
41
"leafs/aloe": "^2.0"
package.json
@@ -1,8 +1,8 @@
"type": "module",
"devDependencies": {
- "@leafphp/vite-plugin": "^0.1.2",
- "vite": "^4.4.9"
+ "@leafphp/vite-plugin": "^0.1.3",
+ "vite": "^6.0.0"
},
7
"scripts": {
8
"dev": "vite",
0 commit comments