Skip to content

Commit

Permalink
change devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Sep 18, 2024
1 parent d0c7973 commit dedd5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:

-
name: Upload Behat logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: "Behat logs (PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }})"
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
"choices.js": "^10.2.0",
"infinite-tree": "^1.17.1",
"slugify": "^1.6",
"stimulus-use": "^0.52"
},
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"stimulus-use": "^0.52",
"@sylius-ui/frontend": "^1.0",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
Expand Down

0 comments on commit dedd5fb

Please sign in to comment.