Skip to content

Commit 6fbb0fd

Browse files
committed
Merge branch 'main' into beta
2 parents 8bea4b4 + e9037d8 commit 6fbb0fd

File tree

3 files changed

+3876
-4619
lines changed

3 files changed

+3876
-4619
lines changed

.vscode/settings.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
".rollup.cache": true,
1616
".yarn": true
1717
},
18+
"search.exclude": {
19+
"**/node_modules": true,
20+
"**/bower_components": true,
21+
"**/*.code-search": true,
22+
"**/.yarn": true,
23+
"**/yarn.lock": true,
24+
"**/build": true,
25+
"**/dist": true,
26+
},
1827
"editor.formatOnSave": true,
1928
"editor.quickSuggestions": {
2029
"comments": "on",

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"start-esm": "node ./dist/node/index.mjs"
1313
},
1414
"dependencies": {
15-
"@xyo-network/node-app": "^3.4.4"
15+
"@xyo-network/node-app": "^4.0.1"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.14.0",
18+
"@types/node": "^24.3.0",
1919
"@types/source-map-support": "0.5.10",
20-
"@typescript-eslint/eslint-plugin": "^8.29.0",
21-
"@typescript-eslint/parser": "^8.29.0",
22-
"@xylabs/eslint-config-flat": "^6.2.1",
23-
"@xylabs/ts-scripts-yarn3": "^6.2.1",
24-
"@xylabs/tsconfig": "^6.2.1",
20+
"@typescript-eslint/eslint-plugin": "^8.40.0",
21+
"@typescript-eslint/parser": "^8.40.0",
22+
"@xylabs/eslint-config-flat": "^7.1.7",
23+
"@xylabs/ts-scripts-yarn3": "^7.1.7",
24+
"@xylabs/tsconfig": "^7.1.7",
2525
"depcheck": "^1.4.7",
26-
"eslint": "^9.24.0",
27-
"eslint-import-resolver-typescript": "^4.3.2",
28-
"knip": "^5.47.0",
29-
"nodemon": "^3.1.9",
30-
"typescript": "^5.8.3"
26+
"eslint": "^9.33.0",
27+
"eslint-import-resolver-typescript": "^4.4.4",
28+
"knip": "^5.63.0",
29+
"nodemon": "^3.1.10",
30+
"typescript": "^5.9.2"
3131
},
3232
"packageManager": "[email protected]",
3333
"engines": {

0 commit comments

Comments
 (0)