demo-store@2.1.1
版本发布时间: 2023-08-31 22:39:20
Shopify/hydrogen最新发布版本:@shopify/mini-oxygen@3.0.6(2024-10-02 11:24:35)
Patch Changes
-
Hydrogen is now compatible with TypeScript v5. (#1240) by @frandiox
If you have
typescript
as a dev dependency in your app, it is recommended to change its version as follows:"devDependencies": { ... - "typescript": "^4.9.5", + "typescript": "^5.2.2", },
After installing the new version of TypeScript, you may need to update the version used in your IDE. For example, in VSCode, you can do this by clicking on the
{ }
icon in the bottom-right toolbar next to the language mode (generally,{ } TypeScript JSX
when editing a.tsx
file). -
Updated dependencies [
3491fd5c
,06516ee9
,d67ce6aa
,1b7e0016
,ee6e2920
,17892a72
,1a7762bc
,1f8acd7b
]:- @shopify/cli-hydrogen@5.2.1
- @shopify/hydrogen@2023.7.4