Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 77a5a6d

Browse files
committed
chore(deps): updating blockceptions dependencies
1 parent b007ffc commit 77a5a6d

File tree

9 files changed

+4712
-2890
lines changed

9 files changed

+4712
-2890
lines changed

.vscode/settings.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
22
"editor.insertSpaces": false,
3-
"typescript.preferences.quoteStyle": "single",
43
"editor.codeActionsOnSave": {
54
"source.fixAll.eslint": "explicit"
65
},
76
"npm.packageManager": "npm",
8-
"prettier.printWidth": 150,
7+
8+
"eslint.workingDirectories": [{ "mode": "auto" }],
9+
"eslint.run": "onSave",
10+
"eslint.lintTask.enable": true,
11+
12+
"typescript.preferences.quoteStyle": "single",
13+
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
914

1015
"[javascript]": {
1116
"editor.defaultFormatter": "esbenp.prettier-vscode"
@@ -17,9 +22,5 @@
1722

1823
"[markdown]": {
1924
"editor.wordWrap": "off"
20-
},
21-
22-
"eslint.workingDirectories": [{ "mode": "auto" }],
23-
"eslint.run": "onSave",
24-
"eslint.lintTask.enable": true
25+
}
2526
}

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"@blockception/shared": "^0.0.1",
27-
"bc-minecraft-bedrock-project": "^1.21.100-0",
27+
"bc-minecraft-bedrock-project": "^1.21.101-3",
2828
"bc-minecraft-bedrock-vanilla-data": "^1.21.80-7",
2929
"node": "^24.1.0",
3030
"vscode-languageclient": "^9.0.1"

0 commit comments

Comments
 (0)