Skip to content

Commit 8fd40f4

Browse files
Update MOTD Parser package (#4455)
* chore(package): replace motd parser package with maintained version Signed-off-by: Kevin Zheng <[email protected]> * changelog * fix import --------- Signed-off-by: Kevin Zheng <[email protected]> Co-authored-by: Prospector <[email protected]>
1 parent 28e9f01 commit 8fd40f4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

apps/app-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "vue-tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"@geometrically/minecraft-motd-parser": "^1.1.4",
16+
"@sfirew/minecraft-motd-parser": "^1.1.6",
1717
"@modrinth/assets": "workspace:*",
1818
"@modrinth/ui": "workspace:*",
1919
"@modrinth/utils": "workspace:*",

apps/app-frontend/src/helpers/worlds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { autoToHTML } from '@geometrically/minecraft-motd-parser'
21
import type { GameVersion } from '@modrinth/ui'
2+
import { autoToHTML } from '@sfirew/minecraft-motd-parser'
33
import { invoke } from '@tauri-apps/api/core'
44
import dayjs from 'dayjs'
55

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)