Skip to content
Merged
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
33 changes: 23 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ __metadata:
languageName: node
linkType: hard

"@babel/compat-data@npm:^7.28.6, @babel/compat-data@npm:^7.29.0":
version: 7.29.0
resolution: "@babel/compat-data@npm:7.29.0"
checksum: 10c0/08f348554989d23aa801bf1405aa34b15e841c0d52d79da7e524285c77a5f9d298e70e11d91cc578d8e2c9542efc586d50c5f5cf8e1915b254a9dcf786913a94
"@babel/compat-data@npm:^7.28.6, @babel/compat-data@npm:^7.29.3":
version: 7.29.3
resolution: "@babel/compat-data@npm:7.29.3"
checksum: 10c0/81bddd53ce1b1395576fbb7cb739631a976f6b421cd260e6cf2715a9691b9a0ec12ca5c4e1bb88088e60dc87875f6e4ef7fa8674f1dc96ae1bd7c357416605a7
languageName: node
linkType: hard

Expand Down Expand Up @@ -472,6 +472,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": "npm:^7.28.6"
"@babel/helper-skip-transparent-expression-wrappers": "npm:^7.27.1"
peerDependencies:
"@babel/core": ^7.0.0
checksum: 10c0/5c60605526e87d1bb200faa6c2fae606764bd675f3338c32924feac55ad98671ccb16f270112310a8667e50e4905d893993c4e2533a9bb53507e8fcc2f6893ad
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 @@ -1046,7 +1058,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-modules-systemjs@npm:^7.29.0":
"@babel/plugin-transform-modules-systemjs@npm:^7.29.4":
version: 7.29.4
resolution: "@babel/plugin-transform-modules-systemjs@npm:7.29.4"
dependencies:
Expand Down Expand Up @@ -1431,16 +1443,17 @@ __metadata:
linkType: hard

"@babel/preset-env@npm:^7.0.0, @babel/preset-env@npm:^7.20.0":
version: 7.29.2
resolution: "@babel/preset-env@npm:7.29.2"
version: 7.29.5
resolution: "@babel/preset-env@npm:7.29.5"
dependencies:
"@babel/compat-data": "npm:^7.29.0"
"@babel/compat-data": "npm:^7.29.3"
"@babel/helper-compilation-targets": "npm:^7.28.6"
"@babel/helper-plugin-utils": "npm:^7.28.6"
"@babel/helper-validator-option": "npm:^7.27.1"
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "npm:^7.28.5"
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "npm:^7.27.1"
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "npm:^7.27.1"
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "npm:^7.29.3"
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "npm:^7.27.1"
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "npm:^7.28.6"
"@babel/plugin-proposal-private-property-in-object": "npm:7.21.0-placeholder-for-preset-env.2"
Expand Down Expand Up @@ -1472,7 +1485,7 @@ __metadata:
"@babel/plugin-transform-member-expression-literals": "npm:^7.27.1"
"@babel/plugin-transform-modules-amd": "npm:^7.27.1"
"@babel/plugin-transform-modules-commonjs": "npm:^7.28.6"
"@babel/plugin-transform-modules-systemjs": "npm:^7.29.0"
"@babel/plugin-transform-modules-systemjs": "npm:^7.29.4"
"@babel/plugin-transform-modules-umd": "npm:^7.27.1"
"@babel/plugin-transform-named-capturing-groups-regex": "npm:^7.29.0"
"@babel/plugin-transform-new-target": "npm:^7.27.1"
Expand Down Expand Up @@ -1506,7 +1519,7 @@ __metadata:
semver: "npm:^6.3.1"
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 10c0/d49cb005f2dbc3f2293ab6d80ee8f1380e6215af5518fe26b087c8961c1ea8ebaa554dfce589abe1fbebac25ad7c2515d943dec3859ea2d4981a3f8f4711c580
checksum: 10c0/9d70ed5235f5f210bc793cd3e47ae7b108356c6d86b4ef3b4f9718e6ed5ec011dcd3d994e3d211e05e755e9442558eeb4723570bd2df3db7ba5863eaa98303e3
languageName: node
linkType: hard

Expand Down
Loading