@sandstreamdev/react-swipeable-list
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@sandstreamdev/react-swipeable-list", | ||
"description": "Swipeable list component for React", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"author": { | ||
@@ -30,22 +30,22 @@ "name": "Sandstream Development", | ||
"devDependencies": { | ||
"@babel/core": "7.10.2", | ||
"@babel/plugin-proposal-class-properties": "7.10.1", | ||
"@babel/plugin-transform-modules-commonjs": "7.10.1", | ||
"@babel/preset-env": "7.10.2", | ||
"@babel/preset-react": "7.10.1", | ||
"@rollup/plugin-commonjs": "13.0.0", | ||
"@rollup/plugin-node-resolve": "8.0.1", | ||
"@testing-library/jest-dom": "5.10.0", | ||
"@testing-library/react": "10.2.1", | ||
"autoprefixer": "9.8.0", | ||
"@babel/core": "7.10.5", | ||
"@babel/plugin-proposal-class-properties": "7.10.4", | ||
"@babel/plugin-transform-modules-commonjs": "7.10.4", | ||
"@babel/preset-env": "7.10.4", | ||
"@babel/preset-react": "7.10.4", | ||
"@rollup/plugin-commonjs": "14.0.0", | ||
"@rollup/plugin-node-resolve": "8.4.0", | ||
"@testing-library/jest-dom": "5.11.1", | ||
"@testing-library/react": "10.4.7", | ||
"autoprefixer": "9.8.5", | ||
"babel-eslint": "10.1.0", | ||
"eslint": "7.2.0", | ||
"eslint": "7.5.0", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"eslint-plugin-react": "7.20.0", | ||
"eslint-plugin-react-hooks": "4.0.4", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"eslint-plugin-react": "7.20.3", | ||
"eslint-plugin-react-hooks": "4.0.8", | ||
"husky": "4.2.5", | ||
"identity-obj-proxy": "3.0.0", | ||
"jest": "26.0.1", | ||
"lint-staged": "10.2.9", | ||
"jest": "26.1.0", | ||
"lint-staged": "10.2.11", | ||
"prettier": "2.0.5", | ||
@@ -55,9 +55,9 @@ "prop-types": "15.7.2", | ||
"react-dom": "16.13.1", | ||
"rollup": "2.15.0", | ||
"rollup": "2.22.1", | ||
"rollup-plugin-babel": "4.4.0", | ||
"rollup-plugin-copy": "3.3.0", | ||
"rollup-plugin-local-resolve": "1.0.7", | ||
"rollup-plugin-peer-deps-external": "2.2.2", | ||
"rollup-plugin-postcss": "3.1.2", | ||
"stylelint": "13.6.0", | ||
"rollup-plugin-peer-deps-external": "2.2.3", | ||
"rollup-plugin-postcss": "3.1.3", | ||
"stylelint": "13.6.1", | ||
"stylelint-config-standard": "20.0.0" | ||
@@ -64,0 +64,0 @@ }, |
Sorry, the diff of this file is not supported yet
86093