Skip to content

Commit

Permalink
Fix @babel dependency version, resolving webpack warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Nov 24, 2021
1 parent f2ea12d commit 992ca5c
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 176 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/plugin-proposal-decorators": "7.15.8",
"@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
"@babel/preset-env": "7.15.8",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.16.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@symfony/webpack-encore": "1.6.1",
"@types/big.js": "6.1.2",
"@types/jquery": "3.5.6",
Expand Down
Loading

0 comments on commit 992ca5c

Please sign in to comment.