Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed Oct 9, 2022
1 parent 4173d6c commit 3790ae0
Show file tree
Hide file tree
Showing 5 changed files with 5,141 additions and 4,307 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,20 @@ DerivedData
*.xcuserstate
project.xcworkspace

# Intellij
#
.idea

# node.js
#
node_modules/
npm-debug.log

# Build
lib/
lib/

# Yarn berry with node modules linker
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*
541 changes: 541 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nodeLinker: node-modules

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-use-scrollspy",
"version": "3.0.2",
"author": "Patrick Puritscher <hello@patrickpuritscher.com>",
"author": "Patrick Böder <hello@patrickpuritscher.com>",
"homepage": "https://purii.github.io/react-use-scrollspy",
"description": "Flexible React Hook to automatically update navigation based on scroll position",
"license": "MIT",
Expand Down Expand Up @@ -39,21 +39,21 @@
"react": ">=16.8.6"
},
"devDependencies": {
"@types/lodash": "4.14.181",
"@types/react": "18.0.5",
"@types/lodash": "4.14.186",
"@types/react": "18.0.21",
"babel-eslint": "10.1.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.13.0",
"eslint": "8.25.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"husky": "7.0.4",
"lint-staged": "12.3.8",
"prettier": "2.6.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"rimraf": "3.0.2",
"standard-version": "9.3.2",
"typescript": "4.6.3"
"standard-version": "9.5.0",
"typescript": "4.8.4"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit 3790ae0

Please sign in to comment.