Skip to content

Commit f54282a

Browse files
Bump @babel/plugin-proposal-decorators from 7.10.5 to 7.12.1
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.10.5 to 7.12.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.12.1/packages/babel-plugin-proposal-decorators) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a7395d8 commit f54282a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"devDependencies": {
5252
"@babel/core": "^7.11.5",
5353
"@babel/plugin-proposal-class-properties": "^7.12.1",
54-
"@babel/plugin-proposal-decorators": "^7.10.5",
54+
"@babel/plugin-proposal-decorators": "^7.12.1",
5555
"@babel/plugin-transform-runtime": "^7.11.5",
5656
"@babel/plugin-transform-typescript": "^7.10.1",
5757
"@babel/runtime": "^7.10.2",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
browserslist "^4.12.0"
8787
semver "^5.5.0"
8888

89-
"@babel/helper-create-class-features-plugin@^7.10.5", "@babel/helper-create-class-features-plugin@^7.12.1":
89+
"@babel/helper-create-class-features-plugin@^7.12.1":
9090
version "7.12.1"
9191
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.1.tgz#3c45998f431edd4a9214c5f1d3ad1448a6137f6e"
9292
integrity sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w==
@@ -329,14 +329,14 @@
329329
"@babel/helper-create-class-features-plugin" "^7.12.1"
330330
"@babel/helper-plugin-utils" "^7.10.4"
331331

332-
"@babel/plugin-proposal-decorators@^7.10.5":
333-
version "7.10.5"
334-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.10.5.tgz#42898bba478bc4b1ae242a703a953a7ad350ffb4"
335-
integrity sha512-Sc5TAQSZuLzgY0664mMDn24Vw2P8g/VhyLyGPaWiHahhgLqeZvcGeyBZOrJW0oSKIK2mvQ22a1ENXBIQLhrEiQ==
332+
"@babel/plugin-proposal-decorators@^7.10.5", "@babel/plugin-proposal-decorators@^7.12.1":
333+
version "7.12.1"
334+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.12.1.tgz#59271439fed4145456c41067450543aee332d15f"
335+
integrity sha512-knNIuusychgYN8fGJHONL0RbFxLGawhXOJNLBk75TniTsZZeA+wdkDuv6wp4lGwzQEKjZi6/WYtnb3udNPmQmQ==
336336
dependencies:
337-
"@babel/helper-create-class-features-plugin" "^7.10.5"
337+
"@babel/helper-create-class-features-plugin" "^7.12.1"
338338
"@babel/helper-plugin-utils" "^7.10.4"
339-
"@babel/plugin-syntax-decorators" "^7.10.4"
339+
"@babel/plugin-syntax-decorators" "^7.12.1"
340340

341341
"@babel/plugin-proposal-dynamic-import@^7.12.1":
342342
version "7.12.1"
@@ -450,10 +450,10 @@
450450
dependencies:
451451
"@babel/helper-plugin-utils" "^7.10.4"
452452

453-
"@babel/plugin-syntax-decorators@^7.10.4":
454-
version "7.10.4"
455-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.10.4.tgz#6853085b2c429f9d322d02f5a635018cdeb2360c"
456-
integrity sha512-2NaoC6fAk2VMdhY1eerkfHV+lVYC1u8b+jmRJISqANCJlTxYy19HGdIkkQtix2UtkcPuPu+IlDgrVseZnU03bw==
453+
"@babel/plugin-syntax-decorators@^7.12.1":
454+
version "7.12.1"
455+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.12.1.tgz#81a8b535b284476c41be6de06853a8802b98c5dd"
456+
integrity sha512-ir9YW5daRrTYiy9UJ2TzdNIJEZu8KclVzDcfSt4iEmOtwQ4llPtWInNKJyKnVXp1vE4bbVd5S31M/im3mYMO1w==
457457
dependencies:
458458
"@babel/helper-plugin-utils" "^7.10.4"
459459

0 commit comments

Comments
 (0)