react-simply-carousel
Advanced tools
Comparing version 9.1.7 to 9.1.8
{ | ||
"name": "react-simply-carousel", | ||
"version": "9.1.7", | ||
"version": "9.1.8", | ||
"description": "A simple, lightweight, fully controlled isomorphic (with SSR support) React.js carousel component. Touch enabled and responsive. With support for autoplay and infinity options. Fully customizable", | ||
@@ -49,3 +49,3 @@ "files": [ | ||
"@rollup/plugin-typescript": "^11.1.0", | ||
"@types/react": "^18.0.27", | ||
"@types/react": "^19.0.2", | ||
"@types/react-dom": "^18.0.10", | ||
@@ -64,4 +64,4 @@ "@typescript-eslint/eslint-plugin": "^5.50.0", | ||
"prettier": "3.3.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"rollup": "^4.9.2", | ||
@@ -72,5 +72,5 @@ "tslib": "^2.5.0", | ||
"peerDependencies": { | ||
"@types/react": "^16.8 || ^17 || ^18", | ||
"react": "^16.8 || ^17 || ^18", | ||
"react-dom": "^16.8 || ^17 || ^18" | ||
"@types/react": "^16.8 || ^17 || ^18 || ^19", | ||
"react": "^16.8 || ^17 || ^18 || ^19", | ||
"react-dom": "^16.8 || ^17 || ^18 || ^19" | ||
}, | ||
@@ -77,0 +77,0 @@ "peerDependenciesMeta": { |
54665