Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Bump @babel/plugin-proposal-decorators from 7.23.2 to 7.23.3 #16208

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading