From 0c2d5c3736d1a7f1495480c92a4b7c28d0783dab Mon Sep 17 00:00:00 2001 From: "ramsesndame34@gmail.com" Date: Thu, 9 Jun 2022 09:15:19 +0100 Subject: [PATCH] for fixing the depencie conflit with react 18 --- .../react-swipeable-views-core/package.json | 60 +++++++------- .../react-swipeable-views-utils/package.json | 68 ++++++++-------- packages/react-swipeable-views/package.json | 78 +++++++++---------- 3 files changed, 103 insertions(+), 103 deletions(-) diff --git a/packages/react-swipeable-views-core/package.json b/packages/react-swipeable-views-core/package.json index 39a32d54..279625f7 100644 --- a/packages/react-swipeable-views-core/package.json +++ b/packages/react-swipeable-views-core/package.json @@ -1,31 +1,31 @@ { - "name": "react-swipeable-views-core", - "version": "0.14.0", - "description": "react-swipeable-views core modules", - "main": "lib/index.js", - "scripts": { - "prepublish": "pkgfiles" - }, - "repository": { - "type": "git", - "url": "https://github.com/oliviertassinari/react-swipeable-views.git" - }, - "author": "Olivier Tassinari (https://github.com/oliviertassinari)", - "bugs": { - "url": "https://github.com/oliviertassinari/react-swipeable-views/issues" - }, - "dependencies": { - "@babel/runtime": "7.0.0", - "warning": "^4.0.1" - }, - "devDependencies": { - "pkgfiles": "^2.3.2" - }, - "peerDependencies": { - "react": "^15.3.0 || ^16.0.0 || ^17.0.0" - }, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } -} + "name": "react-swipeable-views-core", + "version": "0.14.0", + "description": "react-swipeable-views core modules", + "main": "lib/index.js", + "scripts": { + "prepublish": "pkgfiles" + }, + "repository": { + "type": "git", + "url": "https://github.com/oliviertassinari/react-swipeable-views.git" + }, + "author": "Olivier Tassinari (https://github.com/oliviertassinari)", + "bugs": { + "url": "https://github.com/oliviertassinari/react-swipeable-views/issues" + }, + "dependencies": { + "@babel/runtime": "7.0.0", + "warning": "^4.0.1" + }, + "devDependencies": { + "pkgfiles": "^2.3.2" + }, + "peerDependencies": { + "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + }, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } +} \ No newline at end of file diff --git a/packages/react-swipeable-views-utils/package.json b/packages/react-swipeable-views-utils/package.json index f604103e..8d700300 100644 --- a/packages/react-swipeable-views-utils/package.json +++ b/packages/react-swipeable-views-utils/package.json @@ -1,35 +1,35 @@ { - "name": "react-swipeable-views-utils", - "version": "0.14.0", - "description": "react-swipeable-views utility modules", - "main": "lib/index.js", - "scripts": { - "prepublish": "pkgfiles" - }, - "repository": { - "type": "git", - "url": "https://github.com/oliviertassinari/react-swipeable-views.git" - }, - "author": "Olivier Tassinari (https://github.com/oliviertassinari)", - "bugs": { - "url": "https://github.com/oliviertassinari/react-swipeable-views/issues" - }, - "dependencies": { - "@babel/runtime": "7.0.0", - "keycode": "^2.1.7", - "prop-types": "^15.6.0", - "react-event-listener": "^0.6.0", - "react-swipeable-views-core": "^0.14.0", - "shallow-equal": "^1.2.1" - }, - "devDependencies": { - "pkgfiles": "^2.3.2" - }, - "peerDependencies": { - "react": "^15.3.0 || ^16.0.0 || ^17.0.0" - }, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } -} + "name": "react-swipeable-views-utils", + "version": "0.14.0", + "description": "react-swipeable-views utility modules", + "main": "lib/index.js", + "scripts": { + "prepublish": "pkgfiles" + }, + "repository": { + "type": "git", + "url": "https://github.com/oliviertassinari/react-swipeable-views.git" + }, + "author": "Olivier Tassinari (https://github.com/oliviertassinari)", + "bugs": { + "url": "https://github.com/oliviertassinari/react-swipeable-views/issues" + }, + "dependencies": { + "@babel/runtime": "7.0.0", + "keycode": "^2.1.7", + "prop-types": "^15.6.0", + "react-event-listener": "^0.6.0", + "react-swipeable-views-core": "^0.14.0", + "shallow-equal": "^1.2.1" + }, + "devDependencies": { + "pkgfiles": "^2.3.2" + }, + "peerDependencies": { + "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + }, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } +} \ No newline at end of file diff --git a/packages/react-swipeable-views/package.json b/packages/react-swipeable-views/package.json index 3cf321fe..1ffd7961 100644 --- a/packages/react-swipeable-views/package.json +++ b/packages/react-swipeable-views/package.json @@ -1,40 +1,40 @@ { - "name": "react-swipeable-views", - "version": "0.14.0", - "description": "A React component for swipeable views", - "main": "lib/index.js", - "scripts": { - "prepublish": "pkgfiles" - }, - "repository": { - "type": "git", - "url": "https://github.com/oliviertassinari/react-swipeable-views.git" - }, - "keywords": [ - "react", - "component", - "swipe", - "swipeable" - ], - "author": "Olivier Tassinari (https://github.com/oliviertassinari)", - "bugs": { - "url": "https://github.com/oliviertassinari/react-swipeable-views/issues" - }, - "dependencies": { - "@babel/runtime": "7.0.0", - "prop-types": "^15.5.4", - "react-swipeable-views-core": "^0.14.0", - "react-swipeable-views-utils": "^0.14.0", - "warning": "^4.0.1" - }, - "peerDependencies": { - "react": "^15.3.0 || ^16.0.0 || ^17.0.0" - }, - "devDependencies": { - "pkgfiles": "^2.3.2" - }, - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } -} + "name": "react-swipeable-views", + "version": "0.14.0", + "description": "A React component for swipeable views", + "main": "lib/index.js", + "scripts": { + "prepublish": "pkgfiles" + }, + "repository": { + "type": "git", + "url": "https://github.com/oliviertassinari/react-swipeable-views.git" + }, + "keywords": [ + "react", + "component", + "swipe", + "swipeable" + ], + "author": "Olivier Tassinari (https://github.com/oliviertassinari)", + "bugs": { + "url": "https://github.com/oliviertassinari/react-swipeable-views/issues" + }, + "dependencies": { + "@babel/runtime": "7.0.0", + "prop-types": "^15.5.4", + "react-swipeable-views-core": "^0.14.0", + "react-swipeable-views-utils": "^0.14.0", + "warning": "^4.0.1" + }, + "peerDependencies": { + "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + }, + "devDependencies": { + "pkgfiles": "^2.3.2" + }, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } +} \ No newline at end of file