Skip to content

Commit

Permalink
Merge pull request #1134 from gusthoff/topic/infrastructure/yarn/upda…
Browse files Browse the repository at this point in the history
…tes/20241102/eslint_jsdom_sass-loader_upgrade

Frontend: upgrade eslint plugins, jsdom and sass-loader
  • Loading branch information
gusthoff authored Nov 3, 2024
2 parents 835d3ff + a02501a commit 18c38ab
Show file tree
Hide file tree
Showing 2 changed files with 238 additions and 222 deletions.
12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@types/jszip": "^3.4.1",
"@types/mocha": "^10.0.7",
"@types/node": "^20.16.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"amd-loader": "^0.0.8",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
Expand All @@ -44,15 +44,15 @@
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.9.1",
"eslint-plugin-jsdoc": "^48.11.0",
"eslint": "^9.14.0",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"ifdef-loader": "^2.3.2",
"imports-loader": "^5.0.0",
"istanbul-lib-instrument": "^6.0.3",
"jsdom": "^24.1.1",
"jsdom": "^25.0.1",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.9.1",
"mocha": "^10.7.3",
Expand All @@ -65,7 +65,7 @@
"sass": "^1.77.8",
"sass-lint": "^1.13.1",
"sass-lint-webpack": "^1.0.4",
"sass-loader": "^15.0.0",
"sass-loader": "^16.0.3",
"source-map-loader": "^5.0.0",
"source-map-support": "^0.5.21",
"terser-webpack-plugin": "^5.3.10",
Expand Down
Loading

0 comments on commit 18c38ab

Please sign in to comment.