Skip to content

Commit

Permalink
Upgrade Encore dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Nov 24, 2024
1 parent 85e7909 commit c6b390b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@ecommit/crud-bundle": "link:assets",
"@symfony/webpack-encore": "^3.0",
"core-js": "^3.0.0",
"@symfony/webpack-encore": "^5.0",
"core-js": "^3.38.0",
"eslint": "^9.0",
"globals": "^15.12",
"install": "^0.13.0",
Expand All @@ -15,7 +17,9 @@
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^5.0",
"neostandard": "^0.11.8",
"webpack-notifier": "^1.6.0",
"webpack": "^5.74.0",
"webpack-cli": "^5.1.0",
"webpack-notifier": "^1.15.0",
"whatwg-fetch": "^3.6.2"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion webpack-encore-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function (outputPath) {
.enableVersioning(false)
.configureBabelPresetEnv((config) => {
config.useBuiltIns = 'usage';
config.corejs = 3;
config.corejs = '3.38';
})
;

Expand Down

0 comments on commit c6b390b

Please sign in to comment.