Bump deps, improve e2e test and pick up changes in the plugin

This commit is contained in:
Andras Schmelczer 2026-03-28 11:17:18 +00:00
parent f36a84b275
commit 904a2737d4
11 changed files with 1849 additions and 3446 deletions

View file

@ -11,14 +11,14 @@
"test": "tsx --test 'src/**/*.test.ts'"
},
"devDependencies": {
"@types/node": "^24.8.1",
"@types/node": "^25.0.2",
"sync-client": "file:../sync-client",
"ts-loader": "^9.5.2",
"ts-loader": "^9.5.4",
"tslib": "2.8.1",
"tsx": "^4.20.6",
"typescript": "5.8.3",
"tsx": "^4.21.0",
"typescript": "5.9.3",
"uuid": "^13.0.0",
"webpack": "^5.99.9",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1"
}
}