Skip to content

Commit 6831467

Browse files
committed
added 2 libraries for the package json
1 parent d048237 commit 6831467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-bitloops",
3-
"version": "0.3.15",
3+
"version": "0.3.16",
44
"description": "Next.js with TypeScript, Tailwind, Storybook and Cypress generator by Bitloops",
55
"license": "MIT",
66
"author": "Bitloops S.A.",

setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default class extends Generator {
119119

120120
this.log('Installing Next.js...');
121121
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`;
123123
await new Promise((resolve, error) => {
124124
exec(
125125
`npx ${createNextAppCommand.join(' ')} && cd ${toKebabCase(

0 commit comments

Comments
 (0)