From d4a86d6ab408dde565cf44fe6b2c0b4b5a8dd310 Mon Sep 17 00:00:00 2001 From: mrholek Date: Thu, 2 Jan 2025 20:29:47 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20update=20dependencies=20and=20devDepen?= =?UTF-8?q?dencies=20=20@rollup/plugin-commonjs=20=20=20=20=20=20=20^25.0.?= =?UTF-8?q?7=20=20=E2=86=92=20=20=20^25.0.8=20@rollup/plugin-node-resolve?= =?UTF-8?q?=20=20=20^15.2.3=20=20=E2=86=92=20=20=20^15.3.1=20@testing-libr?= =?UTF-8?q?ary/jest-dom=20=20=20=20=20=20^6.4.2=20=20=E2=86=92=20=20=20=20?= =?UTF-8?q?^6.6.3=20@testing-library/react=20=20=20=20=20=20=20=20^14.2.2?= =?UTF-8?q?=20=20=E2=86=92=20=20=20^14.3.1=20@types/lodash=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20^4.17.0=20=20=E2=86=92=20?= =?UTF-8?q?=20^4.17.13=20@types/react=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=2018.2.73=20=20=E2=86=92=20=20=2018.3.18=20@typ?= =?UTF-8?q?es/react-dom=20=20=20=20=20=20=20=20=20=20=20=20=20^18.2.22=20?= =?UTF-8?q?=20=E2=86=92=20=20=20^18.3.5=20chart.js=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20^4.4.2=20=20?= =?UTF-8?q?=E2=86=92=20=20=20=20^4.4.7=20react=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20^18.2.0=20=20?= =?UTF-8?q?=E2=86=92=20=20=20^18.3.1=20react-dom=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20=20^18.2.0=20=20=E2=86=92?= =?UTF-8?q?=20=20=20^18.3.1=20rollup=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20^4.13.1=20=20=E2=86=92=20?= =?UTF-8?q?=20=20^4.29.1=20ts-jest=20=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20^29.1.2=20=20=E2=86=92=20=20=20^2?= =?UTF-8?q?9.2.5=20typescript=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20^5.4.3=20=20=E2=86=92=20=20=20=20^5.7.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 0ee3f5d..8638e9a 100644 --- a/package.json +++ b/package.json @@ -41,28 +41,28 @@ }, "dependencies": { "@coreui/chartjs": "^4.0.0", - "chart.js": "^4.4.2" + "chart.js": "^4.4.7" }, "devDependencies": { - "@rollup/plugin-commonjs": "^25.0.7", - "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-commonjs": "^25.0.8", + "@rollup/plugin-node-resolve": "^15.3.1", "@rollup/plugin-typescript": "^11.1.6", - "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^14.2.2", - "@types/lodash": "^4.17.0", - "@types/react": "18.2.73", - "@types/react-dom": "^18.2.22", + "@testing-library/jest-dom": "^6.6.3", + "@testing-library/react": "^14.3.1", + "@types/lodash": "^4.17.13", + "@types/react": "18.3.18", + "@types/react-dom": "^18.3.5", "classnames": "^2.5.1", "jest": "^29.7.0", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "lodash": "^4.17.21", "prop-types": "^15.8.1", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "rollup": "^4.13.1", - "ts-jest": "^29.1.2", - "typescript": "^5.4.3" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "rollup": "^4.29.1", + "ts-jest": "^29.2.5", + "typescript": "^5.7.2" }, "peerDependencies": { "react": ">=17",