Skip to content

Commit

Permalink
build: use correct glob version
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Oct 25, 2023
1 parent 321d6f2 commit c2b6964
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 69 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@changesets/cli": "^2.24.1",
"@playwright/test": "^1.28.1",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/jest": "^29.1.2",
"@types/node": "18.7.3",
"@typescript-eslint/eslint-plugin": "^5.58.0",
Expand All @@ -39,7 +40,7 @@
"dotenv-cli": "^7.1.0",
"eslint-config-custom": "*",
"fs-extra": "^10.1.0",
"glob": "^10.3.10",
"glob": "^7.2.3",
"globby": "^11.1.0",
"jest-extended": "^3.1.0",
"json-schema-to-typescript": "^11.0.1",
Expand Down
73 changes: 5 additions & 68 deletions pnpm-lock.yaml

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

0 comments on commit c2b6964

Please sign in to comment.