Skip to content

Commit 6806b1a

Browse files
committed
chore: remove pnpm configuration from package.json and add pnpm-workspace.yaml
1 parent c22b9b5 commit 6806b1a

2 files changed

Lines changed: 22 additions & 24 deletions

File tree

package.json

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -119,27 +119,6 @@
119119
"typescript": "~5.7.2",
120120
"vitest": "^4.0.14"
121121
},
122-
"pnpm": {
123-
"overrides": {
124-
"ansi-regex": "^5.0.1",
125-
"discord-api-types": "^0.38.34",
126-
"minimist": "^1.2.8"
127-
},
128-
"allowedDeprecatedVersions": {
129-
"eslint": "8.57.1"
130-
},
131-
"onlyBuiltDependencies": [
132-
"@prisma/client",
133-
"@prisma/engines",
134-
"@skyra/ai",
135-
"esbuild",
136-
"prisma"
137-
],
138-
"ignoredBuiltDependencies": [
139-
"bufferutil",
140-
"zlib-sync"
141-
]
142-
},
143122
"repository": {
144123
"type": "git",
145124
"url": "git+https://github.com/wolfstar-project/wolfstar.git"
@@ -163,8 +142,5 @@
163142
"engines": {
164143
"node": ">=20",
165144
"pnpm": ">=10"
166-
},
167-
"volta": {
168-
"node": "22.21.1"
169145
}
170146
}

pnpm-workspace.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
ignoredBuiltDependencies:
2+
- bufferutil
3+
- zlib-sync
4+
5+
onlyBuiltDependencies:
6+
- '@prisma/client'
7+
- '@prisma/engines'
8+
- '@tailwindcss/oxide'
9+
- prisma
10+
- sharp@0.34.5
11+
- workerd
12+
- better-sqlite3
13+
14+
allowedDeprecatedVersions:
15+
eslint: 8.57.1
16+
17+
overrides:
18+
ansi-regex: ^5.0.1
19+
discord-api-types: ^0.38.34
20+
minimist: ^1.2.8
21+
22+
shellEmulator: true

0 commit comments

Comments
 (0)