Skip to content

Commit

Permalink
fix: update packages with fluoro
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Jun 4, 2024
1 parent 4c1b3b2 commit 98eb871
Show file tree
Hide file tree
Showing 7 changed files with 2,604 additions and 2,060 deletions.
11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,3 @@ lib
*.tgz
tsconfig.tsbuildinfo
*.log

kotori.dev.yml

# modules/*
!modules/adapter-*
!modules/core
!modules/helper
!modules/i18n-command
!modules/menu

data
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcwss",
"version": "2.1.1",
"version": "2.1.2",
"description": "Minecraft Bedrock Websocket Server Framework Base For Modern JavaScript",
"main": "lib/index.js",
"license": "GPL-3.0",
Expand Down Expand Up @@ -41,23 +41,24 @@
},
"homepage": "https://github.com/biyuehu/mcwss",
"devDependencies": {
"@types/node": "^20.8.7",
"@types/node": "^20.14.1",
"@types/ws": "^8.5.10",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.47.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-typescript": "^3.0.0",
"execa": "^8.0.1",
"prettier": "^3.0.2",
"prettier": "^3.3.0",
"tsconfig-paths": "^4.2.0"
},
"dependencies": {
"@kotori-bot/i18n": "^1.2.1",
"@kotori-bot/logger": "^1.2.0",
"@kotori-bot/tools": "^1.2.1",
"@kotori-bot/i18n": "^1.3.0",
"@kotori-bot/logger": "^1.2.1",
"@kotori-bot/tools": "^1.3.1",
"cac": "^6.7.14",
"fluoro": "^1.0.2",
"tsukiko": "^1.2.2",
"ws": "^8.16.0"
"ws": "^8.17.0"
}
}
Loading

0 comments on commit 98eb871

Please sign in to comment.