Skip to content

Commit

Permalink
change vite-plugin-symfony package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
lhapaipai committed Feb 9, 2024
1 parent fe29733 commit a7d8262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/package.json
Expand Up @@ -7,6 +7,6 @@
},
"devDependencies": {
"vite": "^5.0",
"vite-plugin-symfony": "^6.3"
"vite-plugin-symfony": "^6.4"
}
}
2 changes: 1 addition & 1 deletion src/PentatrionViteBundle.php
Expand Up @@ -6,5 +6,5 @@

class PentatrionViteBundle extends Bundle
{
public const VERSION = ['6.3.6', 6, 3, 6];
public const VERSION = ['6.4.0', 6, 4, 0];
}

0 comments on commit a7d8262

Please sign in to comment.