chore: update dev deps

This commit is contained in:
Julien Fontanet 2022-04-19 10:32:16 +02:00
parent 7c7ee7fb9b
commit 96f83d92fc
4 changed files with 423 additions and 374 deletions

View File

@ -20,6 +20,9 @@
"node": ">=14"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.54.0",
"@aws-sdk/lib-storage": "^3.54.0",
"@aws-sdk/node-http-handler": "^3.54.0",
"@marsaud/smb2": "^0.18.0",
"@sindresorhus/df": "^3.1.1",
"@vates/async-each": "^0.1.0",
@ -27,9 +30,6 @@
"@vates/decorate-with": "^2.0.0",
"@xen-orchestra/async-map": "^0.1.2",
"@xen-orchestra/log": "^0.3.0",
"@aws-sdk/client-s3": "^3.54.0",
"@aws-sdk/lib-storage": "^3.54.0",
"@aws-sdk/node-http-handler": "^3.54.0",
"bind-property-descriptor": "^2.0.0",
"decorator-synchronized": "^0.6.0",
"execa": "^5.0.0",
@ -52,7 +52,7 @@
"async-iterator-to-stream": "^1.1.0",
"babel-plugin-lodash": "^3.3.2",
"cross-env": "^7.0.2",
"dotenv": "^15.0.0",
"dotenv": "^16.0.0",
"rimraf": "^3.0.0"
},
"scripts": {

View File

@ -15,7 +15,7 @@
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.21.5",
"exec-promise": "^0.7.0",
"globby": "^11.0.1",
"globby": "^13.1.1",
"handlebars": "^4.7.6",
"husky": "^4.2.5",
"jest": "^27.3.1",

View File

@ -40,9 +40,9 @@
"xo-lib": "^0.11.1"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/node": "^17.0.25",
"@types/through2": "^2.0.31",
"typescript": "^3.1.6"
"typescript": "^4.6.3"
},
"scripts": {
"build": "tsc",

783
yarn.lock

File diff suppressed because it is too large Load Diff