@solidxai/solidctl 0.1.39-beta.1 → 0.1.40-beta.0
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/dist/commands/create-app/create-app.command.js +41 -9
- package/dist/commands/create-app/create-app.command.js.map +1 -1
- package/dist/commands/create-app/helpers.d.ts +2 -0
- package/dist/commands/create-app/helpers.js +29 -2
- package/dist/commands/create-app/helpers.js.map +1 -1
- package/dist/commands/create-app/setup-questions.d.ts +3 -0
- package/dist/commands/create-app/setup-questions.js +10 -1
- package/dist/commands/create-app/setup-questions.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/templates/ui-template/package-lock.json +125 -99
- package/templates/ui-template/package.json +4 -1
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
34
34
|
"globals": "^16.5.0",
|
|
35
35
|
"typescript": "~5.9.3",
|
|
36
|
-
"typescript-eslint": "
|
|
36
|
+
"typescript-eslint": "8.59.1",
|
|
37
37
|
"vite": "^7.2.4"
|
|
38
38
|
}
|
|
39
39
|
},
|
|
@@ -386,9 +386,9 @@
|
|
|
386
386
|
}
|
|
387
387
|
},
|
|
388
388
|
"node_modules/@codemirror/lint": {
|
|
389
|
-
"version": "6.9.
|
|
390
|
-
"resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.
|
|
391
|
-
"integrity": "sha512-
|
|
389
|
+
"version": "6.9.5",
|
|
390
|
+
"resolved": "https://registry.npmjs.org/@codemirror/lint/-/lint-6.9.5.tgz",
|
|
391
|
+
"integrity": "sha512-GElsbU9G7QT9xXhpUg1zWGmftA/7jamh+7+ydKRuT0ORpWS3wOSP0yT1FOlIZa7mIJjpVPipErsyvVqB9cfTFA==",
|
|
392
392
|
"license": "MIT",
|
|
393
393
|
"peer": true,
|
|
394
394
|
"dependencies": {
|
|
@@ -2526,20 +2526,20 @@
|
|
|
2526
2526
|
}
|
|
2527
2527
|
},
|
|
2528
2528
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
2529
|
-
"version": "8.
|
|
2530
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.
|
|
2531
|
-
"integrity": "sha512-
|
|
2529
|
+
"version": "8.59.1",
|
|
2530
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.1.tgz",
|
|
2531
|
+
"integrity": "sha512-BOziFIfE+6osHO9FoJG4zjoHUcvI7fTNBSpdAwrNH0/TLvzjsk2oo8XSSOT2HhqUyhZPfHv4UOffoJ9oEEQ7Ag==",
|
|
2532
2532
|
"dev": true,
|
|
2533
2533
|
"license": "MIT",
|
|
2534
2534
|
"dependencies": {
|
|
2535
2535
|
"@eslint-community/regexpp": "^4.12.2",
|
|
2536
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2537
|
-
"@typescript-eslint/type-utils": "8.
|
|
2538
|
-
"@typescript-eslint/utils": "8.
|
|
2539
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2536
|
+
"@typescript-eslint/scope-manager": "8.59.1",
|
|
2537
|
+
"@typescript-eslint/type-utils": "8.59.1",
|
|
2538
|
+
"@typescript-eslint/utils": "8.59.1",
|
|
2539
|
+
"@typescript-eslint/visitor-keys": "8.59.1",
|
|
2540
2540
|
"ignore": "^7.0.5",
|
|
2541
2541
|
"natural-compare": "^1.4.0",
|
|
2542
|
-
"ts-api-utils": "^2.
|
|
2542
|
+
"ts-api-utils": "^2.5.0"
|
|
2543
2543
|
},
|
|
2544
2544
|
"engines": {
|
|
2545
2545
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2549,9 +2549,9 @@
|
|
|
2549
2549
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2550
2550
|
},
|
|
2551
2551
|
"peerDependencies": {
|
|
2552
|
-
"@typescript-eslint/parser": "^8.
|
|
2553
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
2554
|
-
"typescript": ">=4.8.4 <6.
|
|
2552
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
2553
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
2554
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
2555
2555
|
}
|
|
2556
2556
|
},
|
|
2557
2557
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
|
|
@@ -2565,16 +2565,16 @@
|
|
|
2565
2565
|
}
|
|
2566
2566
|
},
|
|
2567
2567
|
"node_modules/@typescript-eslint/parser": {
|
|
2568
|
-
"version": "8.
|
|
2569
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.
|
|
2570
|
-
"integrity": "sha512-
|
|
2568
|
+
"version": "8.59.1",
|
|
2569
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.1.tgz",
|
|
2570
|
+
"integrity": "sha512-HDQH9O/47Dxi1ceDhBXdaldtf/WV9yRYMjbjCuNk3qnaTD564qwv61Y7+gTxwxRKzSrgO5uhtw584igXVuuZkA==",
|
|
2571
2571
|
"dev": true,
|
|
2572
2572
|
"license": "MIT",
|
|
2573
2573
|
"dependencies": {
|
|
2574
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2575
|
-
"@typescript-eslint/types": "8.
|
|
2576
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2577
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2574
|
+
"@typescript-eslint/scope-manager": "8.59.1",
|
|
2575
|
+
"@typescript-eslint/types": "8.59.1",
|
|
2576
|
+
"@typescript-eslint/typescript-estree": "8.59.1",
|
|
2577
|
+
"@typescript-eslint/visitor-keys": "8.59.1",
|
|
2578
2578
|
"debug": "^4.4.3"
|
|
2579
2579
|
},
|
|
2580
2580
|
"engines": {
|
|
@@ -2585,19 +2585,19 @@
|
|
|
2585
2585
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2586
2586
|
},
|
|
2587
2587
|
"peerDependencies": {
|
|
2588
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
2589
|
-
"typescript": ">=4.8.4 <6.
|
|
2588
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
2589
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
2590
2590
|
}
|
|
2591
2591
|
},
|
|
2592
2592
|
"node_modules/@typescript-eslint/project-service": {
|
|
2593
|
-
"version": "8.
|
|
2594
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.
|
|
2595
|
-
"integrity": "sha512
|
|
2593
|
+
"version": "8.59.1",
|
|
2594
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.1.tgz",
|
|
2595
|
+
"integrity": "sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==",
|
|
2596
2596
|
"dev": true,
|
|
2597
2597
|
"license": "MIT",
|
|
2598
2598
|
"dependencies": {
|
|
2599
|
-
"@typescript-eslint/tsconfig-utils": "^8.
|
|
2600
|
-
"@typescript-eslint/types": "^8.
|
|
2599
|
+
"@typescript-eslint/tsconfig-utils": "^8.59.1",
|
|
2600
|
+
"@typescript-eslint/types": "^8.59.1",
|
|
2601
2601
|
"debug": "^4.4.3"
|
|
2602
2602
|
},
|
|
2603
2603
|
"engines": {
|
|
@@ -2608,18 +2608,18 @@
|
|
|
2608
2608
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2609
2609
|
},
|
|
2610
2610
|
"peerDependencies": {
|
|
2611
|
-
"typescript": ">=4.8.4 <6.
|
|
2611
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
2612
2612
|
}
|
|
2613
2613
|
},
|
|
2614
2614
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
2615
|
-
"version": "8.
|
|
2616
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
2617
|
-
"integrity": "sha512-
|
|
2615
|
+
"version": "8.59.1",
|
|
2616
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz",
|
|
2617
|
+
"integrity": "sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==",
|
|
2618
2618
|
"dev": true,
|
|
2619
2619
|
"license": "MIT",
|
|
2620
2620
|
"dependencies": {
|
|
2621
|
-
"@typescript-eslint/types": "8.
|
|
2622
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2621
|
+
"@typescript-eslint/types": "8.59.1",
|
|
2622
|
+
"@typescript-eslint/visitor-keys": "8.59.1"
|
|
2623
2623
|
},
|
|
2624
2624
|
"engines": {
|
|
2625
2625
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2630,9 +2630,9 @@
|
|
|
2630
2630
|
}
|
|
2631
2631
|
},
|
|
2632
2632
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
2633
|
-
"version": "8.
|
|
2634
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.
|
|
2635
|
-
"integrity": "sha512
|
|
2633
|
+
"version": "8.59.1",
|
|
2634
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz",
|
|
2635
|
+
"integrity": "sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==",
|
|
2636
2636
|
"dev": true,
|
|
2637
2637
|
"license": "MIT",
|
|
2638
2638
|
"engines": {
|
|
@@ -2643,21 +2643,21 @@
|
|
|
2643
2643
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2644
2644
|
},
|
|
2645
2645
|
"peerDependencies": {
|
|
2646
|
-
"typescript": ">=4.8.4 <6.
|
|
2646
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
2647
2647
|
}
|
|
2648
2648
|
},
|
|
2649
2649
|
"node_modules/@typescript-eslint/type-utils": {
|
|
2650
|
-
"version": "8.
|
|
2651
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.
|
|
2652
|
-
"integrity": "sha512-
|
|
2650
|
+
"version": "8.59.1",
|
|
2651
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.1.tgz",
|
|
2652
|
+
"integrity": "sha512-klWPBR2ciQHS3f++ug/mVnWKPjBUo7icEL3FAO1lhAR1Z1i5NQYZ1EannMSRYcq5qCv5wNALlXr6fksRHyYl7w==",
|
|
2653
2653
|
"dev": true,
|
|
2654
2654
|
"license": "MIT",
|
|
2655
2655
|
"dependencies": {
|
|
2656
|
-
"@typescript-eslint/types": "8.
|
|
2657
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2658
|
-
"@typescript-eslint/utils": "8.
|
|
2656
|
+
"@typescript-eslint/types": "8.59.1",
|
|
2657
|
+
"@typescript-eslint/typescript-estree": "8.59.1",
|
|
2658
|
+
"@typescript-eslint/utils": "8.59.1",
|
|
2659
2659
|
"debug": "^4.4.3",
|
|
2660
|
-
"ts-api-utils": "^2.
|
|
2660
|
+
"ts-api-utils": "^2.5.0"
|
|
2661
2661
|
},
|
|
2662
2662
|
"engines": {
|
|
2663
2663
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2667,14 +2667,14 @@
|
|
|
2667
2667
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2668
2668
|
},
|
|
2669
2669
|
"peerDependencies": {
|
|
2670
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
2671
|
-
"typescript": ">=4.8.4 <6.
|
|
2670
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
2671
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
2672
2672
|
}
|
|
2673
2673
|
},
|
|
2674
2674
|
"node_modules/@typescript-eslint/types": {
|
|
2675
|
-
"version": "8.
|
|
2676
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
|
2677
|
-
"integrity": "sha512-
|
|
2675
|
+
"version": "8.59.1",
|
|
2676
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz",
|
|
2677
|
+
"integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==",
|
|
2678
2678
|
"dev": true,
|
|
2679
2679
|
"license": "MIT",
|
|
2680
2680
|
"engines": {
|
|
@@ -2686,21 +2686,21 @@
|
|
|
2686
2686
|
}
|
|
2687
2687
|
},
|
|
2688
2688
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
2689
|
-
"version": "8.
|
|
2690
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
2691
|
-
"integrity": "sha512-
|
|
2689
|
+
"version": "8.59.1",
|
|
2690
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz",
|
|
2691
|
+
"integrity": "sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==",
|
|
2692
2692
|
"dev": true,
|
|
2693
2693
|
"license": "MIT",
|
|
2694
2694
|
"dependencies": {
|
|
2695
|
-
"@typescript-eslint/project-service": "8.
|
|
2696
|
-
"@typescript-eslint/tsconfig-utils": "8.
|
|
2697
|
-
"@typescript-eslint/types": "8.
|
|
2698
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
2695
|
+
"@typescript-eslint/project-service": "8.59.1",
|
|
2696
|
+
"@typescript-eslint/tsconfig-utils": "8.59.1",
|
|
2697
|
+
"@typescript-eslint/types": "8.59.1",
|
|
2698
|
+
"@typescript-eslint/visitor-keys": "8.59.1",
|
|
2699
2699
|
"debug": "^4.4.3",
|
|
2700
|
-
"minimatch": "^
|
|
2700
|
+
"minimatch": "^10.2.2",
|
|
2701
2701
|
"semver": "^7.7.3",
|
|
2702
2702
|
"tinyglobby": "^0.2.15",
|
|
2703
|
-
"ts-api-utils": "^2.
|
|
2703
|
+
"ts-api-utils": "^2.5.0"
|
|
2704
2704
|
},
|
|
2705
2705
|
"engines": {
|
|
2706
2706
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2710,39 +2710,52 @@
|
|
|
2710
2710
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2711
2711
|
},
|
|
2712
2712
|
"peerDependencies": {
|
|
2713
|
-
"typescript": ">=4.8.4 <6.
|
|
2713
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
2714
|
+
}
|
|
2715
|
+
},
|
|
2716
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
|
|
2717
|
+
"version": "4.0.4",
|
|
2718
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
2719
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
2720
|
+
"dev": true,
|
|
2721
|
+
"license": "MIT",
|
|
2722
|
+
"engines": {
|
|
2723
|
+
"node": "18 || 20 || >=22"
|
|
2714
2724
|
}
|
|
2715
2725
|
},
|
|
2716
2726
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
2717
|
-
"version": "
|
|
2718
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
2719
|
-
"integrity": "sha512-
|
|
2727
|
+
"version": "5.0.5",
|
|
2728
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
2729
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
2720
2730
|
"dev": true,
|
|
2721
2731
|
"license": "MIT",
|
|
2722
2732
|
"dependencies": {
|
|
2723
|
-
"balanced-match": "^
|
|
2733
|
+
"balanced-match": "^4.0.2"
|
|
2734
|
+
},
|
|
2735
|
+
"engines": {
|
|
2736
|
+
"node": "18 || 20 || >=22"
|
|
2724
2737
|
}
|
|
2725
2738
|
},
|
|
2726
2739
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
2727
|
-
"version": "
|
|
2728
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
2729
|
-
"integrity": "sha512-
|
|
2740
|
+
"version": "10.2.5",
|
|
2741
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
2742
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
2730
2743
|
"dev": true,
|
|
2731
|
-
"license": "
|
|
2744
|
+
"license": "BlueOak-1.0.0",
|
|
2732
2745
|
"dependencies": {
|
|
2733
|
-
"brace-expansion": "^
|
|
2746
|
+
"brace-expansion": "^5.0.5"
|
|
2734
2747
|
},
|
|
2735
2748
|
"engines": {
|
|
2736
|
-
"node": "
|
|
2749
|
+
"node": "18 || 20 || >=22"
|
|
2737
2750
|
},
|
|
2738
2751
|
"funding": {
|
|
2739
2752
|
"url": "https://github.com/sponsors/isaacs"
|
|
2740
2753
|
}
|
|
2741
2754
|
},
|
|
2742
2755
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
2743
|
-
"version": "7.7.
|
|
2744
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
2745
|
-
"integrity": "sha512-
|
|
2756
|
+
"version": "7.7.4",
|
|
2757
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
|
2758
|
+
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
|
2746
2759
|
"dev": true,
|
|
2747
2760
|
"license": "ISC",
|
|
2748
2761
|
"bin": {
|
|
@@ -2753,16 +2766,16 @@
|
|
|
2753
2766
|
}
|
|
2754
2767
|
},
|
|
2755
2768
|
"node_modules/@typescript-eslint/utils": {
|
|
2756
|
-
"version": "8.
|
|
2757
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
|
2758
|
-
"integrity": "sha512-
|
|
2769
|
+
"version": "8.59.1",
|
|
2770
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.1.tgz",
|
|
2771
|
+
"integrity": "sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==",
|
|
2759
2772
|
"dev": true,
|
|
2760
2773
|
"license": "MIT",
|
|
2761
2774
|
"dependencies": {
|
|
2762
2775
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
2763
|
-
"@typescript-eslint/scope-manager": "8.
|
|
2764
|
-
"@typescript-eslint/types": "8.
|
|
2765
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
2776
|
+
"@typescript-eslint/scope-manager": "8.59.1",
|
|
2777
|
+
"@typescript-eslint/types": "8.59.1",
|
|
2778
|
+
"@typescript-eslint/typescript-estree": "8.59.1"
|
|
2766
2779
|
},
|
|
2767
2780
|
"engines": {
|
|
2768
2781
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2772,19 +2785,19 @@
|
|
|
2772
2785
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2773
2786
|
},
|
|
2774
2787
|
"peerDependencies": {
|
|
2775
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
2776
|
-
"typescript": ">=4.8.4 <6.
|
|
2788
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
2789
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
2777
2790
|
}
|
|
2778
2791
|
},
|
|
2779
2792
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
2780
|
-
"version": "8.
|
|
2781
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
2782
|
-
"integrity": "sha512-
|
|
2793
|
+
"version": "8.59.1",
|
|
2794
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz",
|
|
2795
|
+
"integrity": "sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==",
|
|
2783
2796
|
"dev": true,
|
|
2784
2797
|
"license": "MIT",
|
|
2785
2798
|
"dependencies": {
|
|
2786
|
-
"@typescript-eslint/types": "8.
|
|
2787
|
-
"eslint-visitor-keys": "^
|
|
2799
|
+
"@typescript-eslint/types": "8.59.1",
|
|
2800
|
+
"eslint-visitor-keys": "^5.0.0"
|
|
2788
2801
|
},
|
|
2789
2802
|
"engines": {
|
|
2790
2803
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -2794,6 +2807,19 @@
|
|
|
2794
2807
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2795
2808
|
}
|
|
2796
2809
|
},
|
|
2810
|
+
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
2811
|
+
"version": "5.0.1",
|
|
2812
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz",
|
|
2813
|
+
"integrity": "sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==",
|
|
2814
|
+
"dev": true,
|
|
2815
|
+
"license": "Apache-2.0",
|
|
2816
|
+
"engines": {
|
|
2817
|
+
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2818
|
+
},
|
|
2819
|
+
"funding": {
|
|
2820
|
+
"url": "https://opencollective.com/eslint"
|
|
2821
|
+
}
|
|
2822
|
+
},
|
|
2797
2823
|
"node_modules/@uiw/codemirror-extensions-basic-setup": {
|
|
2798
2824
|
"version": "4.25.4",
|
|
2799
2825
|
"resolved": "https://registry.npmjs.org/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.25.4.tgz",
|
|
@@ -11026,9 +11052,9 @@
|
|
|
11026
11052
|
}
|
|
11027
11053
|
},
|
|
11028
11054
|
"node_modules/ts-api-utils": {
|
|
11029
|
-
"version": "2.
|
|
11030
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.
|
|
11031
|
-
"integrity": "sha512-
|
|
11055
|
+
"version": "2.5.0",
|
|
11056
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
11057
|
+
"integrity": "sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==",
|
|
11032
11058
|
"dev": true,
|
|
11033
11059
|
"license": "MIT",
|
|
11034
11060
|
"engines": {
|
|
@@ -11110,16 +11136,16 @@
|
|
|
11110
11136
|
}
|
|
11111
11137
|
},
|
|
11112
11138
|
"node_modules/typescript-eslint": {
|
|
11113
|
-
"version": "8.
|
|
11114
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.
|
|
11115
|
-
"integrity": "sha512-
|
|
11139
|
+
"version": "8.59.1",
|
|
11140
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.1.tgz",
|
|
11141
|
+
"integrity": "sha512-xqDcFVBmlrltH64lklOVp1wYxgJr6LVdg3NamBgH2OOQDLFdTKfIZXF5PfghrnXQKXZGTQs8tr1vL7fJvq8CTQ==",
|
|
11116
11142
|
"dev": true,
|
|
11117
11143
|
"license": "MIT",
|
|
11118
11144
|
"dependencies": {
|
|
11119
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
11120
|
-
"@typescript-eslint/parser": "8.
|
|
11121
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
11122
|
-
"@typescript-eslint/utils": "8.
|
|
11145
|
+
"@typescript-eslint/eslint-plugin": "8.59.1",
|
|
11146
|
+
"@typescript-eslint/parser": "8.59.1",
|
|
11147
|
+
"@typescript-eslint/typescript-estree": "8.59.1",
|
|
11148
|
+
"@typescript-eslint/utils": "8.59.1"
|
|
11123
11149
|
},
|
|
11124
11150
|
"engines": {
|
|
11125
11151
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -11129,8 +11155,8 @@
|
|
|
11129
11155
|
"url": "https://opencollective.com/typescript-eslint"
|
|
11130
11156
|
},
|
|
11131
11157
|
"peerDependencies": {
|
|
11132
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
11133
|
-
"typescript": ">=4.8.4 <6.
|
|
11158
|
+
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
11159
|
+
"typescript": ">=4.8.4 <6.1.0"
|
|
11134
11160
|
}
|
|
11135
11161
|
},
|
|
11136
11162
|
"node_modules/ua-parser-js": {
|
|
@@ -25,6 +25,9 @@
|
|
|
25
25
|
"react-router-dom": "^7.13.0",
|
|
26
26
|
"sass": "^1.97.3"
|
|
27
27
|
},
|
|
28
|
+
"overrides": {
|
|
29
|
+
"@codemirror/lint": "6.9.5"
|
|
30
|
+
},
|
|
28
31
|
"devDependencies": {
|
|
29
32
|
"@eslint/js": "^9.39.1",
|
|
30
33
|
"copyfiles": "^2.4.1",
|
|
@@ -37,7 +40,7 @@
|
|
|
37
40
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
38
41
|
"globals": "^16.5.0",
|
|
39
42
|
"typescript": "~5.9.3",
|
|
40
|
-
"typescript-eslint": "
|
|
43
|
+
"typescript-eslint": "8.59.1",
|
|
41
44
|
"vite": "^7.2.4"
|
|
42
45
|
}
|
|
43
46
|
}
|