Skip to content

Commit 5276f4b

Browse files
committed
fix(libraries): updated libraries and removed vulnerability
1 parent 7468355 commit 5276f4b

3 files changed

Lines changed: 420 additions & 978 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
Before you will begin with installation this API, create a basic add-on template before. It should have atleast a manifest and a scripting folder.
1818

1919
- ### BDS:
20-
2120
- Activate **Experimental Beta API** experiment in a world. You can find this option in _Experiments_ section of a world.
2221
- Add `@minecraft/server-net` module to server's permissions (`config/default/permissions.json`):
2322
```json

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,15 @@
2020
"@minecraft/server-net": "1.0.0-beta.1.21.81-stable"
2121
},
2222
"devDependencies": {
23-
"@eslint/js": "^9.26.0",
23+
"@eslint/js": "^9.31.0",
2424
"@eslint/json": "^0.12.0",
2525
"@minecraft/server": "2.1.0-beta.1.21.93-stable",
26-
"eslint": "^9.26.0",
27-
"globals": "^16.1.0",
26+
"eslint": "^9.31.0",
27+
"globals": "^16.3.0",
2828
"husky": "^9.1.7",
29-
"prettier": "^3.5.3",
29+
"prettier": "^3.6.2",
3030
"tsup": "^8.5.0",
31-
"typescript-eslint": "^8.32.1"
31+
"typescript-eslint": "^8.37.0",
32+
"@eslint/plugin-kit": ">=0.3.3"
3233
}
3334
}

0 commit comments

Comments
 (0)