Skip to content

Commit e6cdf5b

Browse files
authored
Merge pull request #655 from seznam/lastuvka-patch-1
Update migration instructions for IMA.js packages
2 parents 7bd1a0e + decf476 commit e6cdf5b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/migration/migration-20.0.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,15 @@ Settings that now have defaults:
114114
Update all IMA.js packages to version 20.x.x:
115115

116116
```bash
117-
npm install @ima/core@20 @ima/server@20 @ima/cli@20 @ima/react-page-renderer@20 @ima/testing-library@20
117+
npm install @ima/core@20 @ima/server@20 @ima/cli@20 @ima/react-page-renderer@20 @ima/testing-library@20 @ima/helpers@20
118118
```
119119

120120
If using additional packages:
121121

122122
```bash
123123
npm install @ima/plugin-cli@20
124+
125+
npm install @ima/storybook-integration@20
124126
```
125127

126128
### 2. Update Node.js & Build Tools

0 commit comments

Comments
 (0)