astro-tractstack 2.0.0-rc.70 → 2.0.0-rc.71
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/bin/create-tractstack.js +6 -6
- package/package.json +3 -3
package/bin/create-tractstack.js
CHANGED
|
@@ -339,7 +339,7 @@ PUBLIC_ENABLE_BUNNY="${finalResponses.enableBunny ? 'true' : 'false'}"
|
|
|
339
339
|
|
|
340
340
|
// Install core dependencies
|
|
341
341
|
execSync(
|
|
342
|
-
`${addCommand} @nanostores/react@^1.0.0 nanostores@^1.0.1 @nanostores/persistent ulid`,
|
|
342
|
+
`${addCommand} @nanostores/react@^1.0.0 nanostores@^1.0.1 @nanostores/persistent ulid@^3.0.1`,
|
|
343
343
|
{
|
|
344
344
|
stdio: 'inherit',
|
|
345
345
|
}
|
|
@@ -348,7 +348,7 @@ PUBLIC_ENABLE_BUNNY="${finalResponses.enableBunny ? 'true' : 'false'}"
|
|
|
348
348
|
|
|
349
349
|
// Install UI components
|
|
350
350
|
execSync(
|
|
351
|
-
`${addCommand} @ark-ui/react@^5.
|
|
351
|
+
`${addCommand} @ark-ui/react@^5.26.0 @heroicons/react@^2.1.1 @internationalized/date@3.10.0`,
|
|
352
352
|
{
|
|
353
353
|
stdio: 'inherit',
|
|
354
354
|
}
|
|
@@ -357,7 +357,7 @@ PUBLIC_ENABLE_BUNNY="${finalResponses.enableBunny ? 'true' : 'false'}"
|
|
|
357
357
|
|
|
358
358
|
// Install visualization dependencies
|
|
359
359
|
execSync(
|
|
360
|
-
`${addCommand} d3@^7.9.0 d3-sankey@^0.12.3 recharts@^3.1.2 player.js@^0.1.0 tinycolor2 html-to-image`,
|
|
360
|
+
`${addCommand} d3@^7.9.0 d3-sankey@^0.12.3 recharts@^3.1.2 player.js@^0.1.0 tinycolor2@^1.6.0 html-to-image@^1.11.13`,
|
|
361
361
|
{
|
|
362
362
|
stdio: 'inherit',
|
|
363
363
|
}
|
|
@@ -370,7 +370,7 @@ PUBLIC_ENABLE_BUNNY="${finalResponses.enableBunny ? 'true' : 'false'}"
|
|
|
370
370
|
|
|
371
371
|
// Install dev dependencies
|
|
372
372
|
execSync(
|
|
373
|
-
`${addCommand} -D @types/node@^22.18.0 @types/react@^18.3.11 @types/react-dom@^18.3.0 @types/d3@^7.4.3 @types/d3-sankey@^0.12.3 prettier@^3.3.3 prettier-plugin-astro@^0.14.1 prettier-plugin-tailwindcss@^0.6.8 typescript@^5.9.2 @types/tinycolor2 @mhsdesign/jit-browser-tailwindcss`,
|
|
373
|
+
`${addCommand} -D @types/node@^22.18.0 @types/react@^18.3.11 @types/react-dom@^18.3.0 @types/d3@^7.4.3 @types/d3-sankey@^0.12.3 prettier@^3.3.3 prettier-plugin-astro@^0.14.1 prettier-plugin-tailwindcss@^0.6.8 typescript@^5.9.2 @types/tinycolor2@^1.4.6 @mhsdesign/jit-browser-tailwindcss@^0.4.2`,
|
|
374
374
|
{ stdio: 'inherit' }
|
|
375
375
|
);
|
|
376
376
|
console.log(kleur.green('✅ Dev dependencies installed'));
|
|
@@ -379,12 +379,12 @@ PUBLIC_ENABLE_BUNNY="${finalResponses.enableBunny ? 'true' : 'false'}"
|
|
|
379
379
|
console.log('Please run manually:');
|
|
380
380
|
console.log(
|
|
381
381
|
kleur.cyan(
|
|
382
|
-
`${addCommand} react@^18.3.1 react-dom@^18.3.1 @astrojs/react@^4.0.0 @astrojs/node@^9.4.3 @nanostores/react@^1.0.0 nanostores@^1.0.1 @nanostores/persistent ulid @ark-ui/react@^5.
|
|
382
|
+
`${addCommand} react@^18.3.1 react-dom@^18.3.1 @astrojs/react@^4.0.0 @astrojs/node@^9.4.3 @nanostores/react@^1.0.0 nanostores@^1.0.1 @nanostores/persistent ulid@^3.0.1 @ark-ui/react@^5.26.0 @heroicons/react@^2.1.1 @internationalized/date@3.10.0 d3@^7.9.0 d3-sankey@^0.12.3 recharts@^3.1.2 player.js@^0.1.0 tinycolor2@1.6.0 html-to-image@^1.11.13 path-to-regexp@^8.0.0`
|
|
383
383
|
)
|
|
384
384
|
);
|
|
385
385
|
console.log(
|
|
386
386
|
kleur.cyan(
|
|
387
|
-
`${addCommand} -D @types/node@^22.18.0 @types/react@^18.3.11 @types/react-dom@^18.3.0 @types/d3@^7.4.3 @types/d3-sankey@^0.12.3 prettier@^3.3.3 prettier-plugin-astro@^0.14.1 prettier-plugin-tailwindcss@^0.6.8 typescript@^5.9.2 @types/tinycolor2 @mhsdesign/jit-browser-tailwindcss`
|
|
387
|
+
`${addCommand} -D @types/node@^22.18.0 @types/react@^18.3.11 @types/react-dom@^18.3.0 @types/d3@^7.4.3 @types/d3-sankey@^0.12.3 prettier@^3.3.3 prettier-plugin-astro@^0.14.1 prettier-plugin-tailwindcss@^0.6.8 typescript@^5.9.2 @types/tinycolor2@^1.4.6 @mhsdesign/jit-browser-tailwindcss@^0.4.2`
|
|
388
388
|
)
|
|
389
389
|
);
|
|
390
390
|
process.exit(1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astro-tractstack",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.71",
|
|
4
4
|
"description": "Astro integration for TractStack - redeeming the web from boring experiences",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
"prompts": "^2.4.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@ark-ui/react": "^5.
|
|
55
|
+
"@ark-ui/react": "^5.26.0",
|
|
56
56
|
"@astrojs/react": "^3.6.3",
|
|
57
57
|
"@heroicons/react": "^2.1.1",
|
|
58
|
-
"@internationalized/date": "^3.
|
|
58
|
+
"@internationalized/date": "^3.10.0",
|
|
59
59
|
"@mhsdesign/jit-browser-tailwindcss": "^0.4.2",
|
|
60
60
|
"@nanostores/persistent": "^1.1.0",
|
|
61
61
|
"@nanostores/react": "^1.0.0",
|