Skip to content

Commit a3a07e6

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent e25ac2a commit a3a07e6

3 files changed

Lines changed: 259 additions & 177 deletions

File tree

create-arkstack/src/data.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ export const depsToRemove = [
2525
]
2626

2727
export const depsToAdd = {
28-
'@arkstack/console-slim': '^0.1.26',
28+
'@arkstack/console-slim': '^0.1.27',
2929
}
3030

3131
export const depsList: Record<string, string> = {
32-
'@arkstack/common': '^0.1.26',
33-
'@arkstack/console': '^0.1.26',
34-
'@arkstack/contract': '^0.1.26',
35-
'@arkstack/driver-h3': '^0.1.26',
36-
'@arkstack/driver-express': '^0.1.26'
32+
'@arkstack/common': '^0.1.27',
33+
'@arkstack/console': '^0.1.27',
34+
'@arkstack/contract': '^0.1.27',
35+
'@arkstack/driver-h3': '^0.1.27',
36+
'@arkstack/driver-express': '^0.1.76'
3737
}

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,24 @@
2020
"docs:preview": "vitepress preview docs"
2121
},
2222
"devDependencies": {
23+
"@docsearch/js": "^4.6.0",
24+
"@docsearch/react": "^4.6.0",
2325
"@eslint/js": "^10.0.1",
2426
"@eslint/markdown": "^7.5.1",
2527
"@prisma/adapter-pg": "^7.5.0",
2628
"@prisma/client": "^7.5.0",
2729
"@types/node": "^25.2.3",
2830
"@types/pg": "^8.16.0",
31+
"@types/react": "^19.2.14",
2932
"@vitest/coverage-v8": "3.2.4",
3033
"arkormx": "^0.2.11",
3134
"dotenv": "^17.3.1",
3235
"escalade": "^3.2.0",
3336
"eslint": "^10.0.2",
3437
"glob": "^13.0.6",
3538
"prisma": "^7.5.0",
39+
"react": "^19.2.4",
40+
"react-dom": "^19.2.4",
3641
"source-map-support": "^0.5.21",
3742
"tsconfig-paths": "^4.2.0",
3843
"tsdown": "^0.20.3",

0 commit comments

Comments
 (0)