Skip to content

Commit

Permalink
Cleanup package.json and set 2.0.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Oct 11, 2024
1 parent 7e53fa6 commit 1761b53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"require": {
"php": "^8.2",
"sylius/sylius": "^2.0.0-alpha.2",
"sylius/sylius": "2.0.x-dev",
"symfony/dotenv": "^6.4 || ^7.1",
"symfony/flex": "^2.4",
"symfony/runtime": "^6.4 || ^7.1"
Expand Down
21 changes: 3 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,15 @@
"watch": "encore dev --watch"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@sylius-ui/admin": "file:vendor/sylius/sylius/src/Sylius/Bundle/AdminBundle",
"@sylius-ui/shop": "file:vendor/sylius/sylius/src/Sylius/Bundle/ShopBundle",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
"apexcharts": "^3.41.0",
"bootstrap": "^5.3.3",
"chart.js": "^3.7.1",
"flag-icons": "^7.2.3",
"infinite-tree": "^1.17.1",
"slugify": "^1.6",
"stimulus-use": "^0.52.2",
"@tabler/core": "^1.0.0-beta21"
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.18.10",
"@babel/register": "^7.0.0",
"@hotwired/stimulus": "^3.2.2",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/webpack-encore": "^3.1.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"sass": "^1.54.8",
"sass-loader": "^13.0.0",
"tom-select": "^2.2.2"
Expand Down

0 comments on commit 1761b53

Please sign in to comment.