Skip to content

Commit

Permalink
chore: update vite, npm packages and craft, vite craft plugin to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch committed Jan 30, 2025
1 parent aafbb2e commit 9955aef
Show file tree
Hide file tree
Showing 5 changed files with 2,013 additions and 3,899 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"require": {
"php": ">=8.1",
"craftcms/cms": "^5.0.0",
"nystudio107/craft-vite":"^5.0.0",
"craftcms/cms": "5.6.3",
"nystudio107/craft-vite": "5.0.1",
"vlucas/phpdotenv": "^5.6.0"
},
"require-dev": {
Expand All @@ -29,5 +29,12 @@
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example.dev', '.env');\""
]
}
}
},
"repositories": [
{
"type": "composer",
"url": "https://composer.craftcms.com",
"canonical": false
}
]
}
Loading

0 comments on commit 9955aef

Please sign in to comment.