diff options
| author | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-06-27 22:57:17 +0900 |
|---|---|---|
| committer | Tetsuharu Ohzeki <tetsuharu.ohzeki@gmail.com> | 2023-06-27 22:57:17 +0900 |
| commit | 658831c80dd12d315f8f19a05fcff80cbfab7271 (patch) | |
| tree | 561aab73fc1cd3bd706525b2615aa4f14e9ae2e2 /editors/code/package.json | |
| parent | 95e4c666923d8018887a32a8ae8dbdee5e1c18ad (diff) | |
| download | rust-658831c80dd12d315f8f19a05fcff80cbfab7271.tar.gz rust-658831c80dd12d315f8f19a05fcff80cbfab7271.zip | |
Update `@hpcc-js/wasm`
https://github.com/hpcc-systems/hpcc-js-wasm
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index fd584fd71b4..85df87cbcb0 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -41,11 +41,11 @@ "test": "cross-env TEST_VARIABLE=test node ./out/tests/runTests.js" }, "dependencies": { + "@hpcc-js/wasm": "^2.13.0", "anser": "^2.1.1", "d3": "^7.6.1", "d3-graphviz": "^5.0.2", - "vscode-languageclient": "^8.1.0", - "@hpcc-js/wasm": "2.5.0" + "vscode-languageclient": "^8.1.0" }, "devDependencies": { "@types/node": "~16.11.7", |
