Skip to content

Commit

Permalink
docs(example): update example to use v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed Jan 23, 2021
1 parent 0e87a33 commit b7f9035
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/.eslintcache

This file was deleted.

2 changes: 2 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

.eslintcache
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"react-use-scrollspy": "^3.0.0",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
},
Expand Down
9 changes: 8 additions & 1 deletion example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6928,7 +6928,7 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=

"lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.5:
[email protected], "lodash@>=3.5 <5", lodash@^4.17.11, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.5:
version "4.17.20"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
Expand Down Expand Up @@ -9048,6 +9048,13 @@ [email protected]:
optionalDependencies:
fsevents "^2.1.3"

react-use-scrollspy@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/react-use-scrollspy/-/react-use-scrollspy-3.0.0.tgz#43726a43d2f6fdfd10249107f54c12710c91e378"
integrity sha512-db/bhhQ5NvtXSbN5T2MvDEYeHo8AfMLEsHCaOoJhmpOy63dVmgEYGEc6TU/I+Rvwxgtgo7Y8fM1YbGD9wtt+Pw==
dependencies:
lodash "4.17.20"

react@^17.0.1:
version "17.0.1"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
Expand Down

0 comments on commit b7f9035

Please sign in to comment.