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 Aug 22, 2024
1 parent 8a85caa commit 2443d1b
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
},
"devDependencies": {
"vite": "^5.0",
"vite-plugin-symfony": "^6.5"
"vite-plugin-symfony": "^7.0"
}
}
2 changes: 1 addition & 1 deletion src/PentatrionViteBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

class PentatrionViteBundle extends Bundle
{
public const VERSION = ['6.5.3', 6, 5, 3];
public const VERSION = ['7.0.0', 7, 0, 0];
}

0 comments on commit 2443d1b

Please sign in to comment.