Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
chore(deps): update npm to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 795ac5c commit 6ab7bd5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
},
"engines": {
"node": ">=v10.24.1",
"npm": ">=7.24.2"
"npm": ">=8.5.5"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@statusfy/core-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
},
"engines": {
"node": ">=v10.24.1",
"npm": ">=7.24.2"
"npm": ">=8.5.5"
}
}
2 changes: 1 addition & 1 deletion packages/@statusfy/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"engines": {
"node": ">=v10.24.1",
"npm": ">=7.24.2"
"npm": ">=8.5.5"
}
}
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"engines": {
"node": ">=v10.24.1",
"npm": ">=7.24.2"
"npm": ">=8.5.5"
}
}
2 changes: 1 addition & 1 deletion packages/statusfy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"engines": {
"node": ">=v10.24.1",
"npm": ">=7.24.2"
"npm": ">=8.5.5"
},
"collective": {
"url": "https://opencollective.com/statusfy",
Expand Down

0 comments on commit 6ab7bd5

Please sign in to comment.