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",