react-swipe-to-delete-component
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -0,1 +1,4 @@ | ||
### v1.0.6 | ||
* Fix dependencies in CD | ||
### v1.0.5 | ||
@@ -2,0 +5,0 @@ * Add CI |
/*! | ||
* React-swipe-to-delete-component v1.0.5 | ||
* React-swipe-to-delete-component v1.0.6 | ||
* A simple React component implement 'swipe to delete' UI-pattern. | ||
@@ -4,0 +4,0 @@ * https://github.com/gaer87/react-swipe-to-delete-component |
{ | ||
"name": "react-swipe-to-delete-component", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A simple React component implement 'swipe to delete' UI-pattern.", | ||
@@ -70,11 +70,8 @@ "homepage": "https://github.com/gaer87/react-swipe-to-delete-component", | ||
"dependencies": { | ||
"@babel/runtime": "^7.12.5", | ||
"prop-types": "^15.8.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
"@babel/runtime": "^7.12.5" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.1.1", | ||
"react-dom": "^16.1.1", | ||
"prop-types": "^15.6.0" | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"prop-types": "^15.8.1" | ||
}, | ||
@@ -81,0 +78,0 @@ "jest": { |
# React-swipe-to-delete-component | ||
[![Code Climate](https://codeclimate.com/github/gaer87/react-swipe-to-delete-component/badges/gpa.svg)](https://codeclimate.com/github/gaer87/react-swipe-to-delete-component) | ||
[![Coverage Status](https://coveralls.io/repos/github/gaer87/react-swipe-to-delete-component/badge.svg?branch=master)](https://coveralls.io/github/gaer87/react-swipe-to-delete-component?branch=master) | ||
[![Build Status](https://github.com/JS-DevTools/npm-publish/workflows/CI-CD/badge.svg)](https://github.com/gaer87/react-swipe-to-delete-component/actions) | ||
@@ -5,0 +6,0 @@ A simple React component implement 'swipe to delete' UI-pattern. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40652
4
71
- Removedprop-types@^15.8.1
- Removedreact@^17.0.2
- Removedreact-dom@^17.0.2