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 web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/core": "^7.29.0",
"@babel/eslint-parser": "^7.28.6",
"@babel/eslint-plugin": "^7.27.1",
"@babel/plugin-syntax-jsx": "^7.28.6",
"@babel/plugin-syntax-jsx": "^8.0.1",
"@babel/plugin-transform-class-properties": "^7.28.6",
"@babel/plugin-transform-object-rest-spread": "^7.28.6",
"@babel/plugin-transform-runtime": "^7.29.0",
Expand Down
22 changes: 21 additions & 1 deletion web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@ __metadata:
languageName: node
linkType: hard

"@babel/helper-plugin-utils@npm:^8.0.1":
version: 8.0.1
resolution: "@babel/helper-plugin-utils@npm:8.0.1"
peerDependencies:
"@babel/core": ^8.0.0
checksum: 10c0/ec56d98187a58dfbc2ce9d75fd5f880d6acacefb314e32fe40c57293c6c65c659fa116c665e430aff8b153b7d0ea63f16ca290e9d2283196e3c7a3dd61bffa94
languageName: node
linkType: hard

"@babel/helper-remap-async-to-generator@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/helper-remap-async-to-generator@npm:7.27.1"
Expand Down Expand Up @@ -484,6 +493,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-syntax-jsx@npm:^8.0.1":
version: 8.0.1
resolution: "@babel/plugin-syntax-jsx@npm:8.0.1"
dependencies:
"@babel/helper-plugin-utils": "npm:^8.0.1"
peerDependencies:
"@babel/core": ^8.0.0
checksum: 10c0/24662fe43e67430504785472776839eb75e74ccabe21cdbf29ca2e1763e394be632b9d336f66fccc9f422de8638e179410e5b0b0796e85276fb8a8d7a7aab036
languageName: node
linkType: hard

"@babel/plugin-syntax-logical-assignment-operators@npm:^7.10.4":
version: 7.10.4
resolution: "@babel/plugin-syntax-logical-assignment-operators@npm:7.10.4"
Expand Down Expand Up @@ -12716,7 +12736,7 @@ __metadata:
"@babel/core": "npm:^7.29.0"
"@babel/eslint-parser": "npm:^7.28.6"
"@babel/eslint-plugin": "npm:^7.27.1"
"@babel/plugin-syntax-jsx": "npm:^7.28.6"
"@babel/plugin-syntax-jsx": "npm:^8.0.1"
"@babel/plugin-transform-class-properties": "npm:^7.28.6"
"@babel/plugin-transform-object-rest-spread": "npm:^7.28.6"
"@babel/plugin-transform-runtime": "npm:^7.29.0"
Expand Down