chore(deps): update dependency @types/fs-extra to v11
This commit is contained in:
parent
487e4e3dff
commit
43b80c071e
2 changed files with 16 additions and 6 deletions
|
@ -65,7 +65,7 @@
|
|||
"@commitlint/config-conventional": "17.4.0",
|
||||
"@guanghechen/rollup-plugin-copy": "2.1.4",
|
||||
"@swc/core": "1.3.24",
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/fs-extra": "11.0.1",
|
||||
"@types/jquery": "3.5.16",
|
||||
"@types/node": "18.11.18",
|
||||
"@typescript-eslint/eslint-plugin": "5.48.0",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -747,12 +747,13 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/fs-extra@npm:9.0.13":
|
||||
version: 9.0.13
|
||||
resolution: "@types/fs-extra@npm:9.0.13"
|
||||
"@types/fs-extra@npm:11.0.1":
|
||||
version: 11.0.1
|
||||
resolution: "@types/fs-extra@npm:11.0.1"
|
||||
dependencies:
|
||||
"@types/jsonfile": "*"
|
||||
"@types/node": "*"
|
||||
checksum: add79e212acd5ac76b97b9045834e03a7996aef60a814185e0459088fd290519a3c1620865d588fa36c4498bf614210d2a703af5cf80aa1dbc125db78f6edac3
|
||||
checksum: 3e930346e5d84f419deb8ced1c582beef8cb20d0bd8a0eb145a37d75bab0572a1895f0e48a0d681d386b3a58b9a992b2d2acecc464bcaec2548f53ea00718651
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -772,6 +773,15 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/jsonfile@npm:*":
|
||||
version: 6.1.1
|
||||
resolution: "@types/jsonfile@npm:6.1.1"
|
||||
dependencies:
|
||||
"@types/node": "*"
|
||||
checksum: 0f8fe0a9221a00e8413cffba723dfe16553868724b830237256fb0052ecd5cac96498189d1235a001cfa815f352008261c9ceb373f0aa58227f891e0c7a12c4d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/minimist@npm:^1.2.0":
|
||||
version: 1.2.2
|
||||
resolution: "@types/minimist@npm:1.2.2"
|
||||
|
@ -2036,7 +2046,7 @@ __metadata:
|
|||
"@commitlint/config-conventional": 17.4.0
|
||||
"@guanghechen/rollup-plugin-copy": 2.1.4
|
||||
"@swc/core": 1.3.24
|
||||
"@types/fs-extra": 9.0.13
|
||||
"@types/fs-extra": 11.0.1
|
||||
"@types/jquery": 3.5.16
|
||||
"@types/node": 18.11.18
|
||||
"@typescript-eslint/eslint-plugin": 5.48.0
|
||||
|
|
Loading…
Reference in a new issue