fix(cli): bump swc core version for es2023/2024 support

fixes issues with backstage 1.46.0 if the
@swc/core version is resolved to lower than 1.8.0

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2025-12-17 08:41:20 +02:00
parent 3fa839c200
commit 320c6a91ed
5 changed files with 103 additions and 98 deletions
+3 -3
View File
@@ -70,9 +70,9 @@
"@spotify/eslint-config-base": "^15.0.0",
"@spotify/eslint-config-react": "^15.0.0",
"@spotify/eslint-config-typescript": "^15.0.0",
"@swc/core": "^1.3.46",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.22",
"@swc/core": "^1.15.5",
"@swc/helpers": "^0.5.17",
"@swc/jest": "^0.2.39",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.16.0",