Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0729d86

Browse files
authoredMar 4, 2025··
build: Release (#9627)
1 parent 2cebb88 commit 0729d86

File tree

93 files changed

+3766
-2525
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3766
-2525
lines changed
 

‎.babelrc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"plugins": [
3-
"@babel/plugin-transform-flow-strip-types",
4-
"@babel/plugin-proposal-object-rest-spread"
3+
"@babel/plugin-transform-flow-strip-types"
54
],
65
"presets": [
6+
"@babel/preset-typescript",
77
["@babel/preset-env", {
88
"targets": {
9-
"node": "14",
9+
"node": "18"
1010
},
1111
"exclude": ["proposal-dynamic-import"]
1212
}]

‎.eslintignore

-3
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.