Skip to content

Commit 8ce61c7

Browse files
Remove @types/glob (#505)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kevin Yu <[email protected]>
1 parent 331c2a9 commit 8ce61c7

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"@testing-library/jest-dom": "6.6.3",
5252
"@testing-library/react": "16.3.0",
5353
"@testing-library/user-event": "^14.6.0",
54-
"@types/glob": "^8.0.0",
5554
"@types/jest": "^29.5.14",
5655
"@types/lodash": "^4.17.20",
5756
"@types/node": "^22.16.4",

yarn.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,13 +2350,6 @@
23502350
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
23512351
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
23522352

2353-
"@types/glob@^8.0.0":
2354-
version "8.1.0"
2355-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-8.1.0.tgz#b63e70155391b0584dce44e7ea25190bbc38f2fc"
2356-
dependencies:
2357-
"@types/minimatch" "^5.1.2"
2358-
"@types/node" "*"
2359-
23602353
"@types/hoist-non-react-statics@^3.3.1":
23612354
version "3.3.6"
23622355
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.6.tgz#6bba74383cdab98e8db4e20ce5b4a6b98caed010"
@@ -2419,10 +2412,6 @@
24192412
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.20.tgz#1ca77361d7363432d29f5e55950d9ec1e1c6ea93"
24202413
integrity sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==
24212414

2422-
"@types/minimatch@^5.1.2":
2423-
version "5.1.2"
2424-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
2425-
24262415
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^22.16.4":
24272416
version "22.16.4"
24282417
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.4.tgz#00c763ad4d4e45f62d5a270c040ae1a799c7e38a"

0 commit comments

Comments
 (0)