Skip to content
Open
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 @@ -52,7 +52,7 @@
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.29.2",
"@babel/preset-env": "^7.29.3",
"@babel/preset-react": "^7.28.5",
"@eslint/compat": "^1.2.9",
"@testing-library/dom": "^10.4.0",
Expand Down
34 changes: 27 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,20 @@ __metadata:
languageName: node
linkType: hard

"@babel/compat-data@npm:^7.28.6, @babel/compat-data@npm:^7.29.0":
"@babel/compat-data@npm:^7.28.6":
version: 7.29.0
resolution: "@babel/compat-data@npm:7.29.0"
checksum: ad19db279dfd06cbe91b505d03be00d603c6d3fcc141cfc14f4ace5c558193e9b6aae4788cb01fd209c4c850e52d73c8f3c247680e3c0d84fa17ab8b3d50c808
languageName: node
linkType: hard

"@babel/compat-data@npm:^7.29.3":
version: 7.29.3
resolution: "@babel/compat-data@npm:7.29.3"
checksum: 977192bab334f66bc8150026340a33ed318c1a7ce18a9323f4c1b86f8ed1d8645bfe5600242bf682717c05c46a4ff06225242207c1d599f4296914b9b4e3efb5
languageName: node
linkType: hard

"@babel/core@npm:^7.0.0, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.27.4":
version: 7.28.5
resolution: "@babel/core@npm:7.28.5"
Expand Down Expand Up @@ -503,6 +510,18 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@npm:^7.29.3":
version: 7.29.3
resolution: "@babel/plugin-bugfix-safari-rest-destructuring-rhs-array@npm:7.29.3"
dependencies:
"@babel/helper-plugin-utils": ^7.28.6
"@babel/helper-skip-transparent-expression-wrappers": ^7.27.1
peerDependencies:
"@babel/core": ^7.0.0
checksum: fd13198afc9b72c6a4e4868f1592fc8010f390e7601148a71d2d6111664c0242d6d5ff27d8eb77ca4c35ef47f8416daf5dbc8d46a498ac706d69c6b3a0988cd7
languageName: node
linkType: hard

"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@npm:7.27.1"
Expand Down Expand Up @@ -1432,17 +1451,18 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-env@npm:^7.29.2":
version: 7.29.2
resolution: "@babel/preset-env@npm:7.29.2"
"@babel/preset-env@npm:^7.29.3":
version: 7.29.3
resolution: "@babel/preset-env@npm:7.29.3"
dependencies:
"@babel/compat-data": ^7.29.0
"@babel/compat-data": ^7.29.3
"@babel/helper-compilation-targets": ^7.28.6
"@babel/helper-plugin-utils": ^7.28.6
"@babel/helper-validator-option": ^7.27.1
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": ^7.28.5
"@babel/plugin-bugfix-safari-class-field-initializer-scope": ^7.27.1
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": ^7.27.1
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": ^7.29.3
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": ^7.27.1
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": ^7.28.6
"@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2
Expand Down Expand Up @@ -1508,7 +1528,7 @@ __metadata:
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 51741f39f2c77f5dfa6caeafa0cbeaab0bcaa1f350fbc4081f0e9c2bf6986521cf063a4e114cebcfaf0bdf2f60e93f036bcb4f0957e8f8fdc2386fa9c72268e7
checksum: bc07d151dbbcee339e9f7f68876b8d89798e01bc0a04d44c92460be61ac7bdc34810e81bc99055dc01305c86350fd8b54969fc907aa405702824b9b96917028d
languageName: node
linkType: hard

Expand Down Expand Up @@ -5545,7 +5565,7 @@ __metadata:
"@babel/core": ^7.29.0
"@babel/eslint-parser": ^7.28.6
"@babel/plugin-proposal-class-properties": ^7.18.6
"@babel/preset-env": ^7.29.2
"@babel/preset-env": ^7.29.3
"@babel/preset-react": ^7.28.5
"@babel/runtime": ^7.29.2
"@emotion/react": ^11.14.0
Expand Down