Skip to content

Commit

Permalink
build: upgrade dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kslimani committed Mar 8, 2025
1 parent a344572 commit 6d69f6f
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 473 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
],
"repository": "kslimani/ima-ad-player",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"babel-loader": "^9.2.1",
"core-js": "^3.38.1",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.95.0",
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.22.0",
"babel-loader": "^10.0.0",
"core-js": "^3.41.0",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"terser-webpack-plugin": "^5.3.14",
"webpack": "^5.98.0",
"webpack-build-notifier": "^3.1.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}
Loading

0 comments on commit 6d69f6f

Please sign in to comment.