Skip to content

Commit 89bb31f

Browse files
Bump @babel/plugin-proposal-decorators from 7.6.0 to 7.7.4
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel) from 7.6.0 to 7.7.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](babel/babel@v7.6.0...v7.7.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e34ee05 commit 89bb31f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@babel/core": "^7.7.5",
5252
"@babel/plugin-proposal-class-properties": "^7.7.4",
53-
"@babel/plugin-proposal-decorators": "^7.6.0",
53+
"@babel/plugin-proposal-decorators": "^7.7.4",
5454
"@babel/plugin-transform-runtime": "^7.6.2",
5555
"@babel/plugin-transform-typescript": "^7.6.3",
5656
"@babel/runtime": "^7.7.6",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,14 @@
293293
"@babel/helper-create-class-features-plugin" "^7.7.4"
294294
"@babel/helper-plugin-utils" "^7.0.0"
295295

296-
"@babel/plugin-proposal-decorators@^7.3.0", "@babel/plugin-proposal-decorators@^7.6.0":
297-
version "7.6.0"
298-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.6.0.tgz#6659d2572a17d70abd68123e89a12a43d90aa30c"
299-
integrity sha512-ZSyYw9trQI50sES6YxREXKu+4b7MAg6Qx2cvyDDYjP2Hpzd3FleOUwC9cqn1+za8d0A2ZU8SHujxFao956efUg==
296+
"@babel/plugin-proposal-decorators@^7.3.0", "@babel/plugin-proposal-decorators@^7.7.4":
297+
version "7.7.4"
298+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.7.4.tgz#58c1e21d21ea12f9f5f0a757e46e687b94a7ab2b"
299+
integrity sha512-GftcVDcLCwVdzKmwOBDjATd548+IE+mBo7ttgatqNDR7VG7GqIuZPtRWlMLHbhTXhcnFZiGER8iIYl1n/imtsg==
300300
dependencies:
301-
"@babel/helper-create-class-features-plugin" "^7.6.0"
301+
"@babel/helper-create-class-features-plugin" "^7.7.4"
302302
"@babel/helper-plugin-utils" "^7.0.0"
303-
"@babel/plugin-syntax-decorators" "^7.2.0"
303+
"@babel/plugin-syntax-decorators" "^7.7.4"
304304

305305
"@babel/plugin-proposal-dynamic-import@^7.5.0":
306306
version "7.5.0"
@@ -350,10 +350,10 @@
350350
dependencies:
351351
"@babel/helper-plugin-utils" "^7.0.0"
352352

353-
"@babel/plugin-syntax-decorators@^7.2.0":
354-
version "7.2.0"
355-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.2.0.tgz#c50b1b957dcc69e4b1127b65e1c33eef61570c1b"
356-
integrity sha512-38QdqVoXdHUQfTpZo3rQwqQdWtCn5tMv4uV6r2RMfTqNBuv4ZBhz79SfaQWKTVmxHjeFv/DnXVC/+agHCklYWA==
353+
"@babel/plugin-syntax-decorators@^7.7.4":
354+
version "7.7.4"
355+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.7.4.tgz#3c91cfee2a111663ff3ac21b851140f5a52a4e0b"
356+
integrity sha512-0oNLWNH4k5ZbBVfAwiTU53rKFWIeTh6ZlaWOXWJc4ywxs0tjz5fc3uZ6jKAnZSxN98eXVgg7bJIuzjX+3SXY+A==
357357
dependencies:
358358
"@babel/helper-plugin-utils" "^7.0.0"
359359

0 commit comments

Comments
 (0)