Skip to content

Commit 5597f5e

Browse files
committed
fix: update package dependencies to change workspace references from pnpm to npm
1 parent a00ccab commit 5597f5e

File tree

7 files changed

+24
-22
lines changed

7 files changed

+24
-22
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
node-options="--openssl-legacy-provider"
2-
link-workspace-packages=true

libs/@rustymotors/binary/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"dependencies": {
66
"@mikro-orm/core": "^6.4.16",
7-
"rusty-motors-shared": "workspace:1.0.0-next.0",
8-
"rusty-motors-shared-packets": "workspace:1.0.0-next.0",
7+
"rusty-motors-shared": "",
8+
"rusty-motors-shared-packets": "",
99
"tslib": "^2.8.1"
1010
},
1111
"type": "module",

package.json

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@mikro-orm/core": "^6.4.16",
3636
"@mikro-orm/postgresql": "^6.4.16",
3737
"@mikro-orm/reflection": "^6.4.16",
38-
"@rustymotors/binary": "workspace:^",
38+
"@rustymotors/binary": "",
3939
"@sentry/node": "^9.32.0",
4040
"@sentry/profiling-node": "9.32.0",
4141
"adminjs": "^7.8.16",
@@ -45,19 +45,6 @@
4545
"fastify": "^5.4.0",
4646
"moment": "^2.30.1",
4747
"pino-debug": "^3.0.0",
48-
"pklib-ts": "link:packages/pklib-ts",
49-
"rusty-motors-chat": "link:src/chat",
50-
"rusty-motors-cli": "link:packages/cli",
51-
"rusty-motors-database": "link:packages/database",
52-
"rusty-motors-gateway": "link:packages/gateway",
53-
"rusty-motors-lobby": "link:packages/lobby",
54-
"rusty-motors-login": "link:packages/login",
55-
"rusty-motors-nps": "link:packages/nps",
56-
"rusty-motors-personas": "link:packages/persona",
57-
"rusty-motors-shard": "link:packages/shard",
58-
"rusty-motors-shared": "link:packages/shared",
59-
"rusty-motors-shared-packets": "link:packages/shared-packets",
60-
"rusty-motors-transactions": "link:packages/transactions",
6148
"ts-node": "10.9.2"
6249
},
6350
"devDependencies": {
@@ -135,5 +122,21 @@
135122
"esbuild",
136123
"unrs-resolver"
137124
]
138-
}
125+
},
126+
"workspaces": [
127+
"libs/@rustymotors/binary",
128+
"packages/cli",
129+
"packages/database",
130+
"packages/gateway",
131+
"packages/lobby",
132+
"packages/login",
133+
"packages/nps",
134+
"packages/persona",
135+
"packages/pklib-ts",
136+
"packages/shard",
137+
"packages/shared",
138+
"packages/shared-packets",
139+
"packages/transactions",
140+
"src/chat"
141+
]
139142
}

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"license": "AGPL-3.0",
2121
"dependencies": {
2222
"@fastify/sensible": "^6.0.3",
23-
"@rustymotors/binary": "workspace:^",
23+
"@rustymotors/binary": "",
2424
"fastify": "^5.4.0"
2525
},
2626
"directories": {

packages/lobby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@fastify/sensible": "^6.0.3",
2323
"fastify": "^5.4.0",
24-
"rusty-motors-shared": "workspace:1.0.0-next.0"
24+
"rusty-motors-shared": ""
2525
},
2626
"directories": {
2727
"test": "test"

packages/login/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"license": "AGPL-3.0",
2121
"dependencies": {
2222
"@fastify/sensible": "^6.0.3",
23-
"@rustymotors/binary": "workspace:^",
23+
"@rustymotors/binary": "",
2424
"fastify": "^5.4.0"
2525
},
2626
"directories": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"fastify": "^5.4.0",
2727
"pino": "^9.7.0",
2828
"pino-pretty": "^13.0.0",
29-
"rusty-motors-shared-packets": "workspace:1.0.0-next.0"
29+
"rusty-motors-shared-packets": ""
3030
},
3131
"directories": {
3232
"test": "test"

0 commit comments

Comments
 (0)