Skip to content

Commit

Permalink
build: add glob devDep for node-metrics script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmartDOTin committed Mar 7, 2025
1 parent 3da484b commit 7ab5203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "5.0.0",
"glob": "^7.0.0",
"husky": "^9.1.7",
"is-ci": "^4.1.0",
"jest": "29.7.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7671,6 +7671,7 @@ __metadata:
eslint-plugin-jsx-a11y: 6.10.1
eslint-plugin-react: 7.32.2
eslint-plugin-react-hooks: 5.0.0
glob: ^7.0.0
husky: ^9.1.7
is-ci: ^4.1.0
jest: 29.7.0
Expand Down Expand Up @@ -11398,7 +11399,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^7.1.3, glob@npm:^7.1.4":
"glob@npm:^7.0.0, glob@npm:^7.1.3, glob@npm:^7.1.4":
version: 7.2.3
resolution: "glob@npm:7.2.3"
dependencies:
Expand Down

0 comments on commit 7ab5203

Please sign in to comment.