There was an error while loading. Please reload this page.
2 parents 7bd1a0e + decf476 commit e6cdf5bCopy full SHA for e6cdf5b
1 file changed
docs/migration/migration-20.0.0.md
@@ -114,13 +114,15 @@ Settings that now have defaults:
114
Update all IMA.js packages to version 20.x.x:
115
116
```bash
117
-npm install @ima/core@20 @ima/server@20 @ima/cli@20 @ima/react-page-renderer@20 @ima/testing-library@20
+npm install @ima/core@20 @ima/server@20 @ima/cli@20 @ima/react-page-renderer@20 @ima/testing-library@20 @ima/helpers@20
118
```
119
120
If using additional packages:
121
122
123
npm install @ima/plugin-cli@20
124
+
125
+npm install @ima/storybook-integration@20
126
127
128
### 2. Update Node.js & Build Tools
0 commit comments