Compare commits

..

2 Commits

Author SHA1 Message Date
AllenFang
b8c9712e91 fix wrong story code 2019-12-09 20:01:09 +08:00
Mark J. Lehman
e4589eb358 Update package.json (#1189) 2019-12-09 19:46:10 +08:00
7 changed files with 8 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-table2-editor",
"version": "1.4.0",
"version": "1.3.2",
"description": "it's the editor addon for react-bootstrap-table2",
"main": "./lib/index.js",
"scripts": {

View File

@@ -48,11 +48,7 @@ const columns = [{
data={ products }
columns={ columns }
exportCSV={ {
fileName: 'custom.csv',
separator: '|',
ignoreHeader: true,
noAutoBOM: false,
blobType: 'text/csv;charset=ansi'
ignoreFooter: false
} }
>
{

View File

@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-table2-example",
"version": "1.0.36",
"version": "1.0.30",
"description": "",
"main": "index.js",
"private": true,

View File

@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-table2-filter",
"version": "1.3.0",
"version": "1.1.12",
"description": "it's a column filter addon for react-bootstrap-table2",
"main": "./lib/index.js",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-table2-paginator",
"version": "2.1.0",
"version": "2.0.8",
"description": "it's the pagination addon for react-bootstrap-table2",
"main": "./lib/index.js",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-table2-toolkit",
"version": "2.1.1",
"version": "2.0.1",
"description": "The toolkit for react-bootstrap-table2",
"main": "./lib/index.js",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "react-bootstrap-table-next",
"version": "3.3.3",
"version": "3.1.9",
"description": "Next generation of react-bootstrap-table",
"main": "./lib/index.js",
"repository": {
@@ -36,7 +36,7 @@
}
],
"dependencies": {
"classnames": "2.2.5",
"classnames": "^2.2.5",
"react-transition-group": "2.5.3",
"underscore": "1.9.1"
},