@toptal/davinci-bootstrap 3.2.8-alpha-dependabot-github-actions-actions-setup-node-3.0 → 3.2.8-alpha-feat-fx-2770-init-command.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-bootstrap",
3
- "version": "3.2.8-alpha-dependabot-github-actions-actions-setup-node-3.0+aff8bd33",
3
+ "version": "3.2.8-alpha-feat-fx-2770-init-command.30+f7902ede",
4
4
  "description": "Creates application from davinci template",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,14 +34,14 @@
34
34
  "url": "https://github.com/toptal/davinci/issues"
35
35
  },
36
36
  "dependencies": {
37
- "@toptal/davinci-cli-shared": "1.5.5-alpha-dependabot-github-actions-actions-setup-node-3.60+aff8bd33",
38
- "@toptal/davinci-skeleton": "7.3.2-alpha-dependabot-github-actions-actions-setup-node-3.0+aff8bd33",
39
- "@toptal/davinci-skeleton-lib": "0.1.2-alpha-dependabot-github-actions-actions-setup-node-3.477+aff8bd33",
40
- "@toptal/davinci-skeleton-sub-app": "1.2.1-alpha-dependabot-github-actions-actions-setup-node-3.183+aff8bd33",
37
+ "@toptal/davinci-cli-shared": "1.5.5-alpha-feat-fx-2770-init-command.90+f7902ede",
38
+ "@toptal/davinci-skeleton": "7.3.2-alpha-feat-fx-2770-init-command.30+f7902ede",
39
+ "@toptal/davinci-skeleton-lib": "0.1.2-alpha-feat-fx-2770-init-command.507+f7902ede",
40
+ "@toptal/davinci-skeleton-sub-app": "1.2.1-alpha-feat-fx-2770-init-command.213+f7902ede",
41
41
  "find-yarn-workspace-root": "^2.0.0",
42
42
  "fs-extra": "^9.0.1",
43
43
  "lodash.kebabcase": "^4.1.1",
44
44
  "ora": "^5.4.1"
45
45
  },
46
- "gitHead": "aff8bd339ae06ee7c3b717504d08824e47d904d5"
46
+ "gitHead": "f7902ede2c512fec136fadbf14b1f98b64fcd8cc"
47
47
  }
@@ -109,6 +109,8 @@ const installDependencies = async destDir => {
109
109
  '@toptal/davinci',
110
110
  '@types/react',
111
111
  '@types/react-dom',
112
+ '@toptal/davinci-storybook',
113
+ '@toptal/davinci-storybook-theme',
112
114
  ]
113
115
 
114
116
  try {