Skip to content

Commit

Permalink
chore: replace unmaintained dependency patch-package
Browse files Browse the repository at this point in the history
I do not want to depend on obsolete shit that spams my console
with npm audit warnings.
  • Loading branch information
aradzie committed Dec 4, 2024
1 parent 67fa71d commit e500856
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 120 deletions.
219 changes: 100 additions & 119 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@jdalton/patch-package": "^8.1.1",
"compression-webpack-plugin": "^11.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
Expand All @@ -23,7 +24,6 @@
"lint-staged": "^15.2.10",
"mini-css-extract-plugin": "^2.9.2",
"null-loader": "^4.0.1",
"patch-package": "^8.0.0",
"postcss": "^8.4.49",
"postcss-less": "^6.0.0",
"prettier": "^3.4.2",
Expand Down

0 comments on commit e500856

Please sign in to comment.