Skip to content

Commit 69afb2d

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

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@babel/core": "^7.7.7",
5151
"@babel/plugin-proposal-class-properties": "^7.8.0",
52-
"@babel/plugin-proposal-decorators": "^7.7.4",
52+
"@babel/plugin-proposal-decorators": "^7.8.0",
5353
"@babel/plugin-transform-runtime": "^7.8.0",
5454
"@babel/plugin-transform-typescript": "^7.7.4",
5555
"@babel/runtime": "^7.8.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -332,14 +332,14 @@
332332
"@babel/helper-create-class-features-plugin" "^7.8.0"
333333
"@babel/helper-plugin-utils" "^7.8.0"
334334

335-
"@babel/plugin-proposal-decorators@^7.7.0", "@babel/plugin-proposal-decorators@^7.7.4":
336-
version "7.7.4"
337-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.7.4.tgz#58c1e21d21ea12f9f5f0a757e46e687b94a7ab2b"
338-
integrity sha512-GftcVDcLCwVdzKmwOBDjATd548+IE+mBo7ttgatqNDR7VG7GqIuZPtRWlMLHbhTXhcnFZiGER8iIYl1n/imtsg==
335+
"@babel/plugin-proposal-decorators@^7.7.0", "@babel/plugin-proposal-decorators@^7.8.0":
336+
version "7.8.0"
337+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.8.0.tgz#2f1661712c557de8bc65c0b58876a2b47ff886d5"
338+
integrity sha512-HKltBhhrRigrHYkDrO/9rg+ZerXSAtZjepm8URUrNxgzTzEfuOb06fUU311chMkahZHSfASNUxWVwRzIwGt/uw==
339339
dependencies:
340-
"@babel/helper-create-class-features-plugin" "^7.7.4"
341-
"@babel/helper-plugin-utils" "^7.0.0"
342-
"@babel/plugin-syntax-decorators" "^7.7.4"
340+
"@babel/helper-create-class-features-plugin" "^7.8.0"
341+
"@babel/helper-plugin-utils" "^7.8.0"
342+
"@babel/plugin-syntax-decorators" "^7.8.0"
343343

344344
"@babel/plugin-proposal-dynamic-import@^7.7.4":
345345
version "7.7.4"
@@ -388,12 +388,12 @@
388388
dependencies:
389389
"@babel/helper-plugin-utils" "^7.0.0"
390390

391-
"@babel/plugin-syntax-decorators@^7.7.4":
392-
version "7.7.4"
393-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.7.4.tgz#3c91cfee2a111663ff3ac21b851140f5a52a4e0b"
394-
integrity sha512-0oNLWNH4k5ZbBVfAwiTU53rKFWIeTh6ZlaWOXWJc4ywxs0tjz5fc3uZ6jKAnZSxN98eXVgg7bJIuzjX+3SXY+A==
391+
"@babel/plugin-syntax-decorators@^7.8.0":
392+
version "7.8.0"
393+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.8.0.tgz#4a2930ef597c5bc5c5ae9a97d7883d03eeb48eb2"
394+
integrity sha512-Qz68qh9jJqQePGWqbNW9PA7vkE2gvnWkYtx32jgPOszpE7u+xObPkRGm3B80oXAjQlBdTa4ktqjkOIRiKRuapw==
395395
dependencies:
396-
"@babel/helper-plugin-utils" "^7.0.0"
396+
"@babel/helper-plugin-utils" "^7.8.0"
397397

398398
"@babel/plugin-syntax-dynamic-import@^7.7.4":
399399
version "7.7.4"

0 commit comments

Comments
 (0)