Skip to content

Commit 06b5efd

Browse files
committed
chore: Update babel, aws-sdk deps
1 parent c8e67b9 commit 06b5efd

File tree

3 files changed

+1616
-2002
lines changed

3 files changed

+1616
-2002
lines changed

.babelrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"legacy": true
1313
}
1414
],
15-
"@babel/plugin-proposal-class-properties",
15+
"@babel/plugin-transform-class-properties",
1616
[
1717
"transform-inline-environment-variables",
1818
{
@@ -60,4 +60,4 @@
6060
]
6161
}
6262
}
63-
}
63+
}

package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,18 @@
4747
"> 0.25%, not dead"
4848
],
4949
"dependencies": {
50-
"@aws-sdk/client-s3": "3.577.0",
51-
"@aws-sdk/lib-storage": "3.577.0",
52-
"@aws-sdk/s3-presigned-post": "3.588.0",
53-
"@aws-sdk/s3-request-presigner": "3.592.0",
54-
"@aws-sdk/signature-v4-crt": "^3.577.0",
55-
"@babel/core": "^7.23.7",
56-
"@babel/plugin-proposal-decorators": "^7.23.2",
57-
"@babel/plugin-transform-destructuring": "^7.23.3",
58-
"@babel/plugin-transform-regenerator": "^7.23.3",
59-
"@babel/preset-env": "^7.20.0",
60-
"@babel/preset-react": "^7.24.1",
50+
"@aws-sdk/client-s3": "3.609.0",
51+
"@aws-sdk/lib-storage": "3.609.0",
52+
"@aws-sdk/s3-presigned-post": "3.609.0",
53+
"@aws-sdk/s3-request-presigner": "3.609.0",
54+
"@aws-sdk/signature-v4-crt": "^3.609.0",
55+
"@babel/core": "^7.24.7",
56+
"@babel/plugin-proposal-decorators": "^7.24.7",
57+
"@babel/plugin-transform-class-properties": "^7.24.7",
58+
"@babel/plugin-transform-destructuring": "^7.24.7",
59+
"@babel/plugin-transform-regenerator": "^7.24.7",
60+
"@babel/preset-env": "^7.24.7",
61+
"@babel/preset-react": "^7.24.7",
6162
"@benrbray/prosemirror-math": "^0.2.2",
6263
"@bull-board/api": "^4.2.2",
6364
"@bull-board/koa": "^4.12.2",

0 commit comments

Comments
 (0)