Skip to content

Commit

Permalink
chore(deps-dev): Bump @babel/plugin-proposal-decorators
Browse files Browse the repository at this point in the history
Bumps [@babel/plugin-proposal-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-decorators) from 7.23.2 to 7.23.3.
- [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.23.3/packages/babel-plugin-proposal-decorators)

---
updated-dependencies:
- dependency-name: "@babel/plugin-proposal-decorators"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2023
1 parent 04d1155 commit 37aebde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@babel/core": "7.23.3",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.2",
"@babel/plugin-proposal-decorators": "7.23.3",
"@babel/preset-env": "7.23.2",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -453,18 +453,18 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-proposal-decorators@npm:7.23.2":
version: 7.23.2
resolution: "@babel/plugin-proposal-decorators@npm:7.23.2"
"@babel/plugin-proposal-decorators@npm:7.23.3":
version: 7.23.3
resolution: "@babel/plugin-proposal-decorators@npm:7.23.3"
dependencies:
"@babel/helper-create-class-features-plugin": ^7.22.15
"@babel/helper-plugin-utils": ^7.22.5
"@babel/helper-replace-supers": ^7.22.20
"@babel/helper-split-export-declaration": ^7.22.6
"@babel/plugin-syntax-decorators": ^7.22.10
"@babel/plugin-syntax-decorators": ^7.23.3
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: a8f63451c4678ce34268a0493aa4bc702d0ee164b39b53c12d33619ff3b47518c4369163ef49602cde7f0674db6e6e8584ee3d6a414ea0bbc3dc16c0304ef413
checksum: 5c11da45eafe11105e87f83f48d9eb1c95a5f78c01041729e4a8d1726ee0068ee8d98743aaaa24e30bf8eac446aa3db4a44943cc53e5707b5fdfb50a2189d899
languageName: node
linkType: hard

Expand Down Expand Up @@ -521,14 +521,14 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-syntax-decorators@npm:^7.22.10":
version: 7.22.10
resolution: "@babel/plugin-syntax-decorators@npm:7.22.10"
"@babel/plugin-syntax-decorators@npm:^7.23.3":
version: 7.23.3
resolution: "@babel/plugin-syntax-decorators@npm:7.23.3"
dependencies:
"@babel/helper-plugin-utils": ^7.22.5
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: baaa10fa52d76ee8b9447f7aedb1c8df7cf2ef83ae29c085c07444e691685aa8b1a326dfb7a3a0e3ae4d5f9fd083175e46ea5e2316d8200f0278f3fd54a58696
checksum: 07f6e488df0a061428e02629af9a1908b2e8abdcac2e5cfaa267be66dc30897be6e29df7c7f952d33f3679f9585ac9fcf6318f9c827790ab0b0928d5514305cd
languageName: node
linkType: hard

Expand Down Expand Up @@ -18589,7 +18589,7 @@ __metadata:
dependencies:
"@babel/core": 7.23.3
"@babel/eslint-parser": 7.23.3
"@babel/plugin-proposal-decorators": 7.23.2
"@babel/plugin-proposal-decorators": 7.23.3
"@babel/preset-env": 7.23.2
"@babel/preset-react": 7.23.3
"@babel/preset-typescript": 7.23.3
Expand Down

0 comments on commit 37aebde

Please sign in to comment.