Skip to content

Commit 7be994e

Browse files
dependabot-preview[bot]ykzts
authored andcommitted
Bump @babel/plugin-proposal-decorators from 7.4.4 to 7.6.0 (mastodon#12232)
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel) from 7.4.4 to 7.6.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.4.4...v7.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent a4301b5 commit 7be994e

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"dependencies": {
6262
"@babel/core": "^7.4.5",
6363
"@babel/plugin-proposal-class-properties": "^7.5.5",
64-
"@babel/plugin-proposal-decorators": "^7.4.4",
64+
"@babel/plugin-proposal-decorators": "^7.6.0",
6565
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
6666
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
6767
"@babel/plugin-transform-react-inline-elements": "^7.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@
114114
"@babel/traverse" "^7.4.4"
115115
"@babel/types" "^7.4.4"
116116

117-
"@babel/helper-create-class-features-plugin@^7.4.4", "@babel/helper-create-class-features-plugin@^7.5.5":
118-
version "7.5.5"
119-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz#401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4"
120-
integrity sha512-ZsxkyYiRA7Bg+ZTRpPvB6AbOFKTFFK4LrvTet8lInm0V468MWCaSYJE+I7v2z2r8KNLtYiV+K5kTCnR7dvyZjg==
117+
"@babel/helper-create-class-features-plugin@^7.5.5", "@babel/helper-create-class-features-plugin@^7.6.0":
118+
version "7.6.0"
119+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f"
120+
integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==
121121
dependencies:
122122
"@babel/helper-function-name" "^7.1.0"
123123
"@babel/helper-member-expression-to-functions" "^7.5.5"
@@ -306,12 +306,12 @@
306306
"@babel/helper-create-class-features-plugin" "^7.5.5"
307307
"@babel/helper-plugin-utils" "^7.0.0"
308308

309-
"@babel/plugin-proposal-decorators@^7.4.4":
310-
version "7.4.4"
311-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.4.4.tgz#de9b2a1a8ab0196f378e2a82f10b6e2a36f21cc0"
312-
integrity sha512-z7MpQz3XC/iQJWXH9y+MaWcLPNSMY9RQSthrLzak8R8hCj0fuyNk+Dzi9kfNe/JxxlWQ2g7wkABbgWjW36MTcw==
309+
"@babel/plugin-proposal-decorators@^7.6.0":
310+
version "7.6.0"
311+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.6.0.tgz#6659d2572a17d70abd68123e89a12a43d90aa30c"
312+
integrity sha512-ZSyYw9trQI50sES6YxREXKu+4b7MAg6Qx2cvyDDYjP2Hpzd3FleOUwC9cqn1+za8d0A2ZU8SHujxFao956efUg==
313313
dependencies:
314-
"@babel/helper-create-class-features-plugin" "^7.4.4"
314+
"@babel/helper-create-class-features-plugin" "^7.6.0"
315315
"@babel/helper-plugin-utils" "^7.0.0"
316316
"@babel/plugin-syntax-decorators" "^7.2.0"
317317

0 commit comments

Comments
 (0)