Skip to content

Commit

Permalink
fix(js): pin fast-glob to 3.2.7 due to regression in 3.2.8 (#9484)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored and FrozenPandaz committed Mar 25, 2022
1 parent 8fbbe3b commit a466455
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -275,7 +275,7 @@
"@tailwindcss/typography": "^0.5.0",
"classnames": "^2.3.1",
"core-js": "^3.6.5",
"fast-glob": "^3.2.7",
"fast-glob": "3.2.7",
"framer-motion": "^4.1.17",
"glob": "7.1.4",
"gray-matter": "^4.0.2",
Expand All @@ -302,4 +302,4 @@
"**/xmlhttprequest-ssl": "~1.6.2",
"immer": "~9.0.6"
}
}
}
2 changes: 1 addition & 1 deletion packages/js/package.json
Expand Up @@ -37,7 +37,7 @@
"@nrwl/linter": "*",
"@parcel/watcher": "2.0.4",
"chalk": "4.1.0",
"fast-glob": "^3.2.7",
"fast-glob": "3.2.7",
"fs-extra": "^9.1.0",
"ignore": "^5.0.4",
"js-tokens": "^4.0.0",
Expand Down

0 comments on commit a466455

Please sign in to comment.