@jsonpages/cli 3.0.5 → 3.0.6
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 +1 -1
- package/src/index.js +3 -3
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -138,9 +138,9 @@ program
|
|
|
138
138
|
spinner.start('Installing dependencies (this may take a minute)...');
|
|
139
139
|
|
|
140
140
|
const deps = [
|
|
141
|
-
'react', 'react-dom', 'zod', 'react-router-dom',
|
|
142
|
-
'lucide-react', 'radix-ui',
|
|
143
|
-
'tailwind-merge', 'clsx',
|
|
141
|
+
'react', 'react-dom', 'zod', 'react-router-dom@^6.29.0',
|
|
142
|
+
'lucide-react', 'radix-ui',
|
|
143
|
+
'tailwind-merge', 'clsx',
|
|
144
144
|
'file-saver', 'jszip',
|
|
145
145
|
'@jsonpages/core@^1.0.0',
|
|
146
146
|
];
|