Skip to content

Commit

Permalink
minor #6631 Update the Webpack Encore configuration (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was squashed before being merged into the 4.x branch.

Discussion
----------

Update the Webpack Encore configuration

As commented by `@Seb33300` in #6590 (comment) we should have checked the latest recipe for Webpack Encore (https://github.com/symfony/recipes/blob/main/symfony/webpack-encore-bundle/2.0/package.json) when upgrading its configuration.

So, I just did that and added the missing packages.

#SymfonyHackday

Commits
-------

d901a91 Update the Webpack Encore configuration
  • Loading branch information
javiereguiluz committed Dec 7, 2024
2 parents d82326c + d901a91 commit 03f593a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
"basiclightbox": "^5.0.4",
"bootstrap": "^5.1.0",
"codemirror": "^5.65.2",
"core-js": "^3.38.0",
"dirty-form": "^0.4.0",
"file-loader": "^6.0.0",
"mark.js": "^8.11.1",
"postcss": "^8.4.31",
"regenerator-runtime": "^0.14.0",
"slugify": "^1.4.0",
"tom-select": "^2.0.1",
"trix": "^2.1.4",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,11 @@ core-js-compat@^3.38.0, core-js-compat@^3.38.1:
dependencies:
browserslist "^4.24.2"

core-js@^3.38.0:
version "3.39.0"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.39.0.tgz#57f7647f4d2d030c32a72ea23a0555b2eaa30f83"
integrity sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g==

cross-spawn@^7.0.3:
version "7.0.6"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
Expand Down

0 comments on commit 03f593a

Please sign in to comment.