From ef15d58fc1090ab1a3ddccc3a054d7e0a40bd0af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 12:20:51 +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 b25e164cbb..7eae35fb51 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.11", + "@angular-devkit/build-angular": "18.0.5", + "@angular/cli": "18.0.5", + "@angular/compiler-cli": "18.0.4", "@types/node": "20.14.8", "ts-node": "10.9.2", "tslint": "6.1.3", diff --git a/package.json b/package.json index 92cc04a433..78f2b1bc0a 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.6", - "@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.5.0", "eslint-plugin-jest-dom": "5.4.0", "eslint-plugin-react": "7.34.3", "eslint-plugin-react-hooks": "4.6.2", "eslint-plugin-testing-library": "6.2.2", - "globals": "14.0.0", + "globals": "15.6.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-matchmedia-mock": "1.1.0", @@ -111,7 +111,7 @@ "prettier": "3.3.2", "resize-observer-polyfill": "1.5.1", "rimraf": "5.0.7", - "style-loader": "3.3.4", + "style-loader": "4.0.0", "tailwindcss": "3.4.4", "terser-webpack-plugin": "5.3.10", "ts-jest": "29.1.5",