Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d50c0a9
Bump prestashop/php-dev-tools from 4.3.0 to 5
dependabot[bot] Jun 1, 2024
b99eea4
Bump braces from 3.0.2 to 3.0.3 in /_dev
dependabot[bot] Jul 14, 2024
9bcdac3
Bump scssphp/scssphp from 1.12.0 to 1.13.0
dependabot[bot] Sep 1, 2024
9247190
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
dependabot[bot] Sep 3, 2024
dfc6977
Bump @headlessui/vue from 1.7.16 to 1.7.23 in /_dev
dependabot[bot] Oct 1, 2024
e7d86a6
Bump sortablejs from 1.15.1 to 1.15.3 in /_dev
dependabot[bot] Oct 1, 2024
8713d19
Bump @vueform/multiselect from 2.6.6 to 2.6.10 in /_dev
dependabot[bot] Oct 1, 2024
04f41e9
Merge pull request #73 from ValentinGratz/dependabot/npm_and_yarn/_de…
ValentinGratz May 25, 2026
3201046
Merge pull request #72 from ValentinGratz/dependabot/npm_and_yarn/_de…
ValentinGratz May 25, 2026
48159fe
Merge pull request #71 from ValentinGratz/dependabot/npm_and_yarn/_de…
ValentinGratz May 25, 2026
62bcbdd
Bump brace-expansion from 1.1.11 to 1.1.14 in /_dev
dependabot[bot] May 25, 2026
cd2a1c2
Bump postcss from 8.4.32 to 8.5.15 in /_dev
dependabot[bot] May 25, 2026
786eb61
Merge pull request #58 from ValentinGratz/dependabot/composer/prestas…
ValentinGratz Jun 28, 2026
60c0592
Merge pull request #62 from ValentinGratz/dependabot/npm_and_yarn/_de…
ValentinGratz Jun 28, 2026
362ac51
Merge pull request #65 from ValentinGratz/dependabot/composer/scssphp…
ValentinGratz Jun 28, 2026
da8eaaa
Bump tinymce and @tinymce/tinymce-vue in /_dev
dependabot[bot] Jun 28, 2026
a1fb435
Merge pull request #67 from ValentinGratz/dependabot/github_actions/d…
ValentinGratz Jun 28, 2026
0d68df3
Merge pull request #76 from ValentinGratz/dependabot/npm_and_yarn/_de…
ValentinGratz Jul 7, 2026
cb8a4b5
Merge pull request #75 from ValentinGratz/dependabot/npm_and_yarn/_de…
ValentinGratz Jul 7, 2026
faf0be4
Merge pull request #74 from ValentinGratz/dependabot/npm_and_yarn/_de…
ValentinGratz Jul 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
steps:
- name: Download artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: ${{ github.event.repository.name }}
- id: release_info
Expand Down
129 changes: 80 additions & 49 deletions _dev/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions _dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"watch-iframe": "vite build --watch --config vite.config.prettyblocks.js"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.1",
"@meforma/vue-toaster": "^1.3.0",
"@tailwindcss/forms": "^0.5.7",
"@tinymce/tinymce-vue": "^5.1.1",
"@tinymce/tinymce-vue": "^6.3.0",
"@vitejs/plugin-vue": "^2.3.4",
"@vueform/multiselect": "^2.6.6",
"@vueform/multiselect": "^2.6.10",
"autoprefixer": "^10.4.16",
"dropzone": "^6.0.0-beta.2",
"pinia": "^2.1.7",
"postcss": "^8.4.32",
"sortablejs": "^1.15.1",
"postcss": "^8.5.15",
"sortablejs": "^1.15.3",
"tailwindcss": "^3.4.0",
"tiny-emitter": "^2.1.0",
"uuid": "^9.0.1",
Expand Down
Loading