Skip to content

Commit e2da1fd

Browse files
author
likai
committed
build: 添加minimatch依赖
1 parent 78d28f5 commit e2da1fd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"@rollup/plugin-node-resolve": "^13.0.0",
5353
"@rollup/plugin-url": "^8.0.1",
5454
"@types/jest": "^29.5.0",
55+
"@types/minimatch": "^5.1.2",
5556
"@typescript-eslint/eslint-plugin": "^2.33.0",
5657
"@typescript-eslint/parser": "^2.33.0",
5758
"@vue/eslint-config-prettier": "^6.0.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,6 +1847,11 @@
18471847
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
18481848
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
18491849

1850+
"@types/minimatch@^5.1.2":
1851+
version "5.1.2"
1852+
resolved "https://registry.npmmirror.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
1853+
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
1854+
18501855
"@types/minimist@^1.2.0":
18511856
version "1.2.1"
18521857
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"

0 commit comments

Comments
 (0)