demo-store@2.1.1
·
1238 commits
to main
since this release
Patch Changes
-
Hydrogen is now compatible with TypeScript v5. (#1240) by @frandiox
If you have
typescriptas 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 JSXwhen editing a.tsxfile). -
Updated dependencies [
3491fd5c,06516ee9,d67ce6aa,1b7e0016,ee6e2920,17892a72,1a7762bc,1f8acd7b]:- @shopify/cli-hydrogen@5.2.1
- @Shopify/hydrogen@2023.7.4