Skip to content

Commit 74b7c83

Browse files
committed
Use node 16 compatible glob version.
1 parent 36eea43 commit 74b7c83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-renderer-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"cpx": "^1.5.0",
6666
"cross-env": "^7.0.3",
67-
"glob": "^8.0.3",
67+
"glob": "^7.2.0",
6868
"firebase-functions-test": "^0.3.3",
6969
"firebase-tools": "^10.1.0",
7070
"rimraf": "^3.0.2"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10226,7 +10226,7 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, gl
1022610226
once "^1.3.0"
1022710227
path-is-absolute "^1.0.0"
1022810228

10229-
glob@^8.0.1, glob@^8.0.3:
10229+
glob@^8.0.1:
1023010230
version "8.0.3"
1023110231
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
1023210232
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==

0 commit comments

Comments
 (0)