Skip to content

Commit

Permalink
Replace glob-promise with glob v10
Browse files Browse the repository at this point in the history
glob v10 adds a native promise-based API.
  • Loading branch information
caleb531 committed Feb 21, 2024
1 parent 79df237 commit 2ca261d
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 36 deletions.
2 changes: 1 addition & 1 deletion __tests__/SEO.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import glob from 'glob-promise';
import { glob } from 'glob';
import path from 'path';

describe('SEO metadata', () => {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-plugin-jest": "^27.2.3",
"glob": "^8.1.0",
"glob-promise": "^6.0.5",
"glob": "^10.3.10",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest-fetch-mock": "^3.0.3",
Expand Down
149 changes: 116 additions & 33 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 2ca261d

Please sign in to comment.