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 Oct 28, 2021
1 parent a4f210f commit b1f3651
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.1.2"
},
"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.1.2"
}
}
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.1.2"
}
}
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.1.2"
}
}
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.1.2"
},
"collective": {
"url": "https://opencollective.com/statusfy",
Expand Down

0 comments on commit b1f3651

Please sign in to comment.