From 228058071d45ab6dcc2701f4217a1e093de21504 Mon Sep 17 00:00:00 2001 From: mrholek Date: Thu, 2 Jan 2025 20:26:57 +0100 Subject: [PATCH] chore: update dependencies and devDependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @rollup/plugin-commonjs ^26.0.1 → ^26.0.3 @rollup/plugin-node-resolve ^15.2.3 → ^15.3.1 @testing-library/jest-dom ^6.4.6 → ^6.6.3 @testing-library/react ^16.0.0 → ^16.1.0 @types/react ^18.3.3 → ^18.3.18 @types/react-dom ^18.3.0 → ^18.3.5 rollup ^4.18.1 → ^4.29.1 rollup-plugin-import-css ^3.5.0 → ^3.5.8 ts-jest ^29.2.2 → ^29.2.5 typescript ^5.5.3 → ^5.7.2 --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index ce7e643..2c5a151 100644 --- a/package.json +++ b/package.json @@ -37,23 +37,23 @@ "test:update": "jest --coverage --updateSnapshot" }, "devDependencies": { - "@rollup/plugin-commonjs": "^26.0.1", - "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-commonjs": "^26.0.3", + "@rollup/plugin-node-resolve": "^15.3.1", "@rollup/plugin-typescript": "^11.1.6", - "@testing-library/jest-dom": "^6.4.6", - "@testing-library/react": "^16.0.0", - "@types/react": "^18.3.3", - "@types/react-dom": "^18.3.0", + "@testing-library/jest-dom": "^6.6.3", + "@testing-library/react": "^16.1.0", + "@types/react": "^18.3.18", + "@types/react-dom": "^18.3.5", "classnames": "^2.5.1", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "rollup": "^4.18.1", - "rollup-plugin-import-css": "^3.5.0", - "ts-jest": "^29.2.2", - "typescript": "^5.5.3" + "rollup": "^4.29.1", + "rollup-plugin-import-css": "^3.5.8", + "ts-jest": "^29.2.5", + "typescript": "^5.7.2" }, "peerDependencies": { "react": ">=17",