You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In packages/@ama-sdk/schematics/schematics/typescript/shell/templates/base/package.json.template, some versions are hardcoded (ex: "@swc/cli": "^0.1.57", "@swc/core": "1.5.7").
Expected result
We should retrieve the versions from a real package.json where the versions are updated regularly.
Additional comments
No response
The text was updated successfully, but these errors were encountered:
Package name
schematics
Package version
10.3.0
Reproduction steps
.
Current result
In
packages/@ama-sdk/schematics/schematics/typescript/shell/templates/base/package.json.template
, some versions are hardcoded (ex: "@swc/cli": "^0.1.57", "@swc/core": "1.5.7").Expected result
We should retrieve the versions from a real
package.json
where the versions are updated regularly.Additional comments
No response
The text was updated successfully, but these errors were encountered: