Skip to content

Commit c641e36

Browse files
committed
chore: move common deps to catalog and update.
1 parent 7c19dd6 commit c641e36

15 files changed

Lines changed: 526 additions & 296 deletions

File tree

create-arkstack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"giget": "^2.0.0",
7878
"inquirer": "^12.9.6",
7979
"dotenv": "catalog:",
80-
"tsdown": "^0.22.0",
80+
"tsdown": "catalog:",
8181
"unrun": "^0.3.0"
8282
},
8383
"devDependencies": {
@@ -88,4 +88,4 @@
8888
"typescript": "^6.0.0"
8989
},
9090
"packageManager": "pnpm@10.14.0"
91-
}
91+
}

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,26 @@
4444
"@types/pg": "^8.16.0",
4545
"@types/react": "^18.3.28",
4646
"@vitest/coverage-v8": "^4.1.5",
47-
"arkormx": "^2.10.1",
48-
"clear-router": "^2.9.0",
47+
"arkormx": "catalog:",
48+
"clear-router": "catalog:",
4949
"dotenv": "catalog:",
5050
"escalade": "^3.2.0",
5151
"eslint": "^10.3.0",
52-
"express": "^5.2.1",
52+
"express": "catalog:",
5353
"glob": "^13.0.6",
54-
"h3": "2.0.1-rc.22",
54+
"h3": "catalog:",
5555
"jose": "^6.2.3",
56-
"kysely": "^0.28.15",
57-
"parasito": "^0.2.6",
58-
"pg": "^8.20.0",
56+
"kysely": "catalog:",
57+
"parasito": "catalog:",
58+
"pg": "catalog:",
5959
"react": "^18.3.1",
6060
"react-dom": "^18.3.1",
6161
"reflect-metadata": "^0.2.2",
62-
"resora": "^1.3.27",
62+
"resora": "catalog:",
6363
"sass-embedded": "^1.99.0",
6464
"source-map-support": "^0.5.21",
6565
"tsconfig-paths": "^4.2.0",
66-
"tsdown": "^0.22.0",
66+
"tsdown": "catalog:",
6767
"tsx": "^4.21.0",
6868
"typescript": "^6.0.0",
6969
"typescript-eslint": "^8.59.2",
@@ -91,4 +91,4 @@
9191
"dependencies": {
9292
"js-yaml": "^4.2.0"
9393
}
94-
}
94+
}

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"@arkstack/contract": "workspace:^",
5454
"@arkstack/foundry": "workspace:^",
5555
"@h3ravel/support": "catalog:",
56-
"arkormx": "^2.10.1"
56+
"arkormx": "catalog:"
5757
},
5858
"optionalDependencies": {
5959
"@faker-js/faker": "catalog:"
6060
}
61-
}
61+
}

packages/console-slim/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
}
4949
},
5050
"peerDependencies": {
51-
"clear-router": "^2.9.0"
51+
"clear-router": "catalog:"
5252
},
5353
"dependencies": {
5454
"@arkstack/common": "workspace:^",
5555
"@arkstack/contract": "workspace:^",
5656
"@h3ravel/musket": "catalog:",
5757
"chalk": "^5.6.2",
58-
"resora": "^1.3.27"
58+
"resora": "catalog:"
5959
}
60-
}
60+
}

packages/console/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
}
4949
},
5050
"peerDependencies": {
51-
"arkormx": "^2.10.1",
52-
"clear-router": "^2.9.0"
51+
"arkormx": "catalog:",
52+
"clear-router": "catalog:"
5353
},
5454
"dependencies": {
5555
"@arkstack/common": "workspace:^",
5656
"@arkstack/contract": "workspace:^",
5757
"@h3ravel/musket": "catalog:",
5858
"@h3ravel/support": "catalog:",
5959
"chalk": "^5.6.2",
60-
"resora": "^1.3.27",
60+
"resora": "catalog:",
6161
"ts-morph": "^28.0.0"
6262
}
63-
}
63+
}

packages/database/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@
5050
"./package.json": "./package.json"
5151
},
5252
"peerDependencies": {
53-
"kanun": "^1.2.0",
54-
"clear-router": "^2.9.0"
53+
"kanun": "catalog:",
54+
"clear-router": "catalog:"
5555
},
5656
"dependencies": {
57-
"@arkormx/plugin-clear-router": "^0.1.49",
57+
"@arkormx/plugin-clear-router": "catalog:",
5858
"@arkstack/common": "workspace:^",
5959
"@arkstack/contract": "workspace:^",
6060
"dotenv": "catalog:",
61-
"arkormx": "^2.10.1",
62-
"kysely": "^0.28.15",
63-
"pg": "^8.20.0",
64-
"resora": "^1.3.27"
61+
"arkormx": "catalog:",
62+
"kysely": "catalog:",
63+
"pg": "catalog:",
64+
"resora": "catalog:"
6565
},
6666
"devDependencies": {
6767
"@types/pg": "^8.16.0"
6868
}
69-
}
69+
}

packages/driver-express/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@
4444
"dependencies": {
4545
"@arkstack/contract": "workspace:^",
4646
"@ngrok/ngrok": "^1.7.0",
47-
"@resora/plugin-clear-router": "^1.0.66",
48-
"clear-router": "^2.9.0",
47+
"@resora/plugin-clear-router": "catalog:",
48+
"clear-router": "catalog:",
4949
"express-rate-limit": "^8.4.1",
5050
"multer": "^2.1.1",
51-
"resora": "^1.3.27"
51+
"resora": "catalog:"
5252
},
5353
"peerDependencies": {
5454
"@arkstack/auth": "workspace:^",
5555
"@arkstack/common": "workspace:^",
5656
"@arkstack/foundry": "workspace:^",
5757
"@arkstack/inertia": "workspace:^",
58-
"express": "^5.2.1"
58+
"express": "catalog:"
5959
},
6060
"peerDependenciesMeta": {
6161
"@arkstack/auth": {
@@ -69,4 +69,4 @@
6969
"@types/express": "^5.0.6",
7070
"@types/multer": "^2.1.0"
7171
}
72-
}
72+
}

packages/driver-h3/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
"dependencies": {
4545
"@arkstack/contract": "workspace:^",
4646
"@ngrok/ngrok": "^1.7.0",
47-
"@resora/plugin-clear-router": "^1.0.66",
48-
"clear-router": "^2.9.0",
49-
"resora": "^1.3.27"
47+
"@resora/plugin-clear-router": "catalog:",
48+
"clear-router": "catalog:",
49+
"resora": "catalog:"
5050
},
5151
"peerDependencies": {
5252
"@arkstack/auth": "workspace:^",
5353
"@arkstack/common": "workspace:^",
5454
"@arkstack/foundry": "workspace:^",
5555
"@arkstack/inertia": "workspace:^",
56-
"h3": "2.0.1-rc.22"
56+
"h3": "catalog:"
5757
},
5858
"peerDependenciesMeta": {
5959
"@arkstack/auth": {
@@ -63,4 +63,4 @@
6363
"optional": true
6464
}
6565
}
66-
}
66+
}

packages/http/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
"dependencies": {
3636
"@arkstack/contract": "workspace:^",
3737
"@arkstack/common": "workspace:^",
38-
"clear-router": "^2.9.0",
38+
"clear-router": "catalog:",
3939
"dotenv": "catalog:"
4040
},
4141
"peerDependencies": {
42-
"arkormx": "^2.10.1",
43-
"kanun": "^1.2.0"
42+
"arkormx": "catalog:",
43+
"kanun": "catalog:"
4444
}
45-
}
45+
}

packages/inertia/tests/e2e/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^5.2.0",
1717
"@vue/server-renderer": "^3.5.0",
18-
"express": "^5.2.1",
18+
"express": "catalog:",
1919
"playwright": "^1.61.1",
2020
"vite": "^6.0.0"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)