mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
v7.0.1
This commit is contained in:
parent
ad3ce36930
commit
428382c17c
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-table",
|
"name": "react-table",
|
||||||
"version": "7.0.0",
|
"version": "7.0.1",
|
||||||
"description": "Hooks for building lightweight, fast and extendable datagrids for React",
|
"description": "Hooks for building lightweight, fast and extendable datagrids for React",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://github.com/tannerlinsley/react-table#readme",
|
"homepage": "https://github.com/tannerlinsley/react-table#readme",
|
||||||
@ -42,7 +42,8 @@
|
|||||||
],
|
],
|
||||||
"browserslist": "> 0.25%, not dead",
|
"browserslist": "> 0.25%, not dead",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@scarf/scarf": "^0.1.3"
|
"docz": "^2.2.0",
|
||||||
|
"gatsby-theme-docz": "^2.2.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.8.3"
|
"react": "^16.8.3"
|
||||||
@ -98,9 +99,5 @@
|
|||||||
"rollup-plugin-size-snapshot": "^0.10.0",
|
"rollup-plugin-size-snapshot": "^0.10.0",
|
||||||
"rollup-plugin-terser": "^5.1.2",
|
"rollup-plugin-terser": "^5.1.2",
|
||||||
"serve": "^11.2.0"
|
"serve": "^11.2.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"docz": "^2.2.0",
|
|
||||||
"gatsby-theme-docz": "^2.2.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user