Skip to content

Commit a35db2e

Browse files
Bump @babel/plugin-transform-arrow-functions from 7.23.3 to 7.27.1 (#196)
Bumps [@babel/plugin-transform-arrow-functions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-arrow-functions) from 7.23.3 to 7.27.1. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.1/packages/babel-plugin-transform-arrow-functions) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-arrow-functions" dependency-version: 7.27.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55a37a1 commit a35db2e

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@babel/core": "^7.20.0",
4343
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
4444
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
45-
"@babel/plugin-transform-arrow-functions": "^7.23.3",
45+
"@babel/plugin-transform-arrow-functions": "^7.27.1",
4646
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
4747
"@babel/plugin-transform-template-literals": "^7.23.3",
4848
"@babel/preset-env": "^7.20.0",

yarn.lock

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,17 @@ __metadata:
11701170
languageName: node
11711171
linkType: hard
11721172

1173+
"@babel/plugin-transform-arrow-functions@npm:^7.27.1":
1174+
version: 7.27.1
1175+
resolution: "@babel/plugin-transform-arrow-functions@npm:7.27.1"
1176+
dependencies:
1177+
"@babel/helper-plugin-utils": "npm:^7.27.1"
1178+
peerDependencies:
1179+
"@babel/core": ^7.0.0-0
1180+
checksum: 10c0/19abd7a7d11eef58c9340408a4c2594503f6c4eaea1baa7b0e5fbdda89df097e50663edb3448ad2300170b39efca98a75e5767af05cad3b0facb4944326896a3
1181+
languageName: node
1182+
linkType: hard
1183+
11731184
"@babel/plugin-transform-async-generator-functions@npm:^7.23.3":
11741185
version: 7.23.4
11751186
resolution: "@babel/plugin-transform-async-generator-functions@npm:7.23.4"
@@ -10605,7 +10616,7 @@ __metadata:
1060510616
"@babel/core": "npm:^7.20.0"
1060610617
"@babel/plugin-proposal-nullish-coalescing-operator": "npm:^7.18.6"
1060710618
"@babel/plugin-proposal-optional-chaining": "npm:^7.21.0"
10608-
"@babel/plugin-transform-arrow-functions": "npm:^7.23.3"
10619+
"@babel/plugin-transform-arrow-functions": "npm:^7.27.1"
1060910620
"@babel/plugin-transform-shorthand-properties": "npm:^7.23.3"
1061010621
"@babel/plugin-transform-template-literals": "npm:^7.23.3"
1061110622
"@babel/preset-env": "npm:^7.20.0"

0 commit comments

Comments
 (0)