Skip to content

Commit

Permalink
revert breaking change dependency updates
Browse files Browse the repository at this point in the history
both glob@9 and reselect@5 dropped support for Node 16. If we want to update these dependencies then we should ship it as a major, not a patch
  • Loading branch information
mansona committed Apr 18, 2024
1 parent dda6640 commit 972fade
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 110 deletions.
142 changes: 34 additions & 108 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -31,9 +31,9 @@
],
"dependencies": {
"find-babel-config": "^2.1.1",
"glob": "^9.3.3",
"glob": "^8.0.3",
"pkg-up": "^3.1.0",
"reselect": "^5.1.0",
"reselect": "^4.1.7",
"resolve": "^1.22.8"
},
"devDependencies": {
Expand Down

0 comments on commit 972fade

Please sign in to comment.