diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 33e375783..d97bef631 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -39,7 +39,7 @@ "react-infinite-scroller": "^1.2.6", "react-redux": "^9.1.2", "react-router-dom": "^6.27.0", - "react-swipeable": "^7.0.1", + "react-swipeable": "^7.0.2", "redoc": "^2.2.0", "style-to-object": "^1.0.8", "throttle-debounce": "^5.0.2", @@ -6491,12 +6491,12 @@ } }, "node_modules/react-swipeable": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/react-swipeable/-/react-swipeable-7.0.1.tgz", - "integrity": "sha512-RKB17JdQzvECfnVj9yDZsiYn3vH0eyva/ZbrCZXZR0qp66PBRhtg4F9yJcJTWYT5Adadi+x4NoG53BxKHwIYLQ==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/react-swipeable/-/react-swipeable-7.0.2.tgz", + "integrity": "sha512-v1Qx1l+aC2fdxKa9aKJiaU/ZxmJ5o98RMoFwUqAAzVWUcxgfHFXDDruCKXhw6zIYXm6V64JiHgP9f6mlME5l8w==", "license": "MIT", "peerDependencies": { - "react": "^16.8.3 || ^17 || ^18" + "react": "^16.8.3 || ^17 || ^18 || ^19.0.0 || ^19.0.0-rc" } }, "node_modules/react-tabs": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index fff508edc..234e8fe4e 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -46,7 +46,7 @@ "react-infinite-scroller": "^1.2.6", "react-redux": "^9.1.2", "react-router-dom": "^6.27.0", - "react-swipeable": "^7.0.1", + "react-swipeable": "^7.0.2", "redoc": "^2.2.0", "style-to-object": "^1.0.8", "throttle-debounce": "^5.0.2",