From 1743d69d3de9b74a6173ce5f1848446881e86c9f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 10:22:54 +0000 Subject: [PATCH] chore(deps): update all devdependencies --- development/client-angular/package.json | 6 +++--- package.json | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/development/client-angular/package.json b/development/client-angular/package.json index b0107d6073..b322bd60a1 100644 --- a/development/client-angular/package.json +++ b/development/client-angular/package.json @@ -21,9 +21,9 @@ "build": "ng build" }, "devDependencies": { - "@angular-devkit/build-angular": "17.3.8", - "@angular/cli": "17.3.8", - "@angular/compiler-cli": "17.3.10", + "@angular-devkit/build-angular": "18.0.3", + "@angular/cli": "18.0.3", + "@angular/compiler-cli": "18.0.2", "@types/node": "20.14.0", "ts-node": "10.9.2", "tslint": "6.1.3", diff --git a/package.json b/package.json index dcf313a25e..5de5966c08 100755 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "@parcel/watcher": "2.4.1", "@svgr/webpack": "8.1.0", "@testing-library/jest-dom": "6.4.5", - "@testing-library/react": "14.3.1", + "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2", "@total-typescript/ts-reset": "0.5.1", "@types/archiver": "6.0.2", @@ -95,13 +95,13 @@ "archiver": "7.0.1", "autoprefixer": "10.4.19", "copy-webpack-plugin": "12.0.2", - "css-loader": "6.11.0", - "eslint": "8.57.0", + "css-loader": "7.1.2", + "eslint": "9.4.0", "eslint-plugin-jest-dom": "5.4.0", "eslint-plugin-react": "7.34.2", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-testing-library": "6.2.2", - "globals": "14.0.0", + "globals": "15.4.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-matchmedia-mock": "1.1.0", @@ -111,7 +111,7 @@ "prettier": "3.3.0", "resize-observer-polyfill": "1.5.1", "rimraf": "5.0.7", - "style-loader": "3.3.4", + "style-loader": "4.0.0", "tailwindcss": "3.4.3", "terser-webpack-plugin": "5.3.10", "ts-jest": "29.1.4",