mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: update deps & search indice action refactor (#11339)
* chore: update deps & search indice action refactor - Updated pnpm, dependencies and regenerated the lockfile - Removed immer and some eslint plugins that weren't being used - Updated the version of `@types/node` to v24 on internal packages as that's the version that is being used on github actions - Refactored the uploadSearchIndices action slightly and upgraded the meilisearch dependency * chore: remove more deps
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
"@discordjs/scripts": "workspace:^",
|
||||
"cloudflare": "^5.2.0",
|
||||
"commander": "^14.0.2",
|
||||
"meilisearch": "^0.38.0",
|
||||
"meilisearch": "^0.54.0",
|
||||
"p-limit": "^7.2.0",
|
||||
"p-queue": "^9.0.1",
|
||||
"tslib": "^2.8.1",
|
||||
@@ -56,8 +56,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@npm/types": "^2.1.0",
|
||||
"@types/bun": "^1.3.3",
|
||||
"@types/node": "^22.19.1",
|
||||
"@types/bun": "^1.3.4",
|
||||
"@types/node": "^24.10.1",
|
||||
"@vitest/coverage-v8": "^4.0.15",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.39.1",
|
||||
|
||||
Reference in New Issue
Block a user