Skip to content

Commit

Permalink
#77: updated react version
Browse files Browse the repository at this point in the history
  • Loading branch information
VikLiegostaiev committed Jul 11, 2021
1 parent 49ecaef commit 0cb41e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-page-scroller",
"version": "2.1.0",
"version": "2.2.0",
"description": "Simple React component for smoothy full-page scolling",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,8 +24,8 @@
},
"peerDependencies": {
"babel-polyfill": "^6.26.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router-dom": "^4.3.1",
"prop-types": "^15.6.2"
},
Expand All @@ -44,9 +44,9 @@
"gh-pages": "^1.1.0",
"nwb": "^0.25.2",
"prettier": "^1.18.2",
"react": "^16.13.1",
"react": "^17.0.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.13.1",
"react-dom": "^17.0.0",
"react-router-dom": "^4.3.1"
},
"author": "Viktor Liegostaiev",
Expand Down

0 comments on commit 0cb41e7

Please sign in to comment.