generator-bitloops 0.3.14 → 0.3.16
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
package/setup/index.js
CHANGED
|
@@ -119,7 +119,7 @@ export default class extends Generator {
|
|
|
119
119
|
|
|
120
120
|
this.log('Installing Next.js...');
|
|
121
121
|
const patchPackages = ''; //'next@14 react@18 react-dom@18';
|
|
122
|
-
const additionalPackages = `react-tooltip ${patchPackages}`;
|
|
122
|
+
const additionalPackages = `react-tooltip ${patchPackages} class-variance-authority tailwind-merge`;
|
|
123
123
|
await new Promise((resolve, error) => {
|
|
124
124
|
exec(
|
|
125
125
|
`npx ${createNextAppCommand.join(' ')} && cd ${toKebabCase(
|