diff --git a/examples/animated-framer-motion/package.json b/examples/animated-framer-motion/package.json index 8c5e7ab..ebb10d3 100644 --- a/examples/animated-framer-motion/package.json +++ b/examples/animated-framer-motion/package.json @@ -13,7 +13,6 @@ "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "3.0.1", - "react-spring": "^8.0.27", "react-table": "next", "styled-components": "^4.3.2" }, diff --git a/examples/column-ordering/package.json b/examples/column-ordering/package.json index 8c5e7ab..d3c5328 100644 --- a/examples/column-ordering/package.json +++ b/examples/column-ordering/package.json @@ -7,13 +7,10 @@ "eject": "rescripts eject" }, "dependencies": { - "framer-motion": "^1.6.3", - "match-sorter": "^4.0.1", "namor": "^1.1.2", "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "3.0.1", - "react-spring": "^8.0.27", "react-table": "next", "styled-components": "^4.3.2" }, diff --git a/examples/column-ordering/src/App.js b/examples/column-ordering/src/App.js index 6d233fe..1bd688a 100644 --- a/examples/column-ordering/src/App.js +++ b/examples/column-ordering/src/App.js @@ -1,8 +1,6 @@ import React from 'react' import styled from 'styled-components' -import { useTable, useSortBy, useFilters, useColumnOrder } from 'react-table' -import { motion, AnimatePresence } from 'framer-motion' -import matchSorter from 'match-sorter' +import { useTable, useColumnOrder } from 'react-table' import makeData from './makeData'