Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-bootstrap-table/react-bootstrap-table2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cristhian-net/react-bootstrap-table-next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 3, 2023

  1. upgrade underscore

    cristhian-net committed Apr 3, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    764049d View commit details
  2. eslint

    cristhian-net committed Apr 3, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    831476a View commit details
  3. package name

    cristhian-net committed Apr 3, 2023
    Copy the full SHA
    2dd80f1 View commit details
Showing with 5 additions and 4 deletions.
  1. +1 −0 .eslintrc
  2. +4 −4 package.json
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
],
"rules": {
"comma-dangle": ["error", "never"],
"linebreak-style": ["error", "windows"],
"react/jsx-curly-spacing": [2, "always"],
"react/forbid-prop-types": 0,
"react/jsx-filename-extension": 0,
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-bootstrap-table2",
"version": "0.0.1",
"private": true,
"name": "@cristhiansalta/react-bootstrap-table-next",
"version": "0.0.2",
"private": false,
"description": "Rebuilt for react-bootstrap-table",
"main": "index.js",
"scripts": {
@@ -84,7 +84,7 @@
"prop-types": "15.5.10",
"react": "16.4.0",
"react-dom": "16.4.0",
"underscore": "1.9.1"
"underscore": "^1.13.6"
},
"jest": {
"collectCoverageFrom": [